NautiusShareOld

Un article de Nautilus-share, l'encyclopéde libre.

Sommaire

What are the Features

  • Easy to use: Only simple choice to make:
    • A name for the share
    • Read only or Read/write
  • Quick and integrated in nautilus: no need to look for a separate application in a sub menu:
    • Right-click on a folder
    • Choose the "Share" entry
    • Check the checkbutton, and you are done!
  • No need to be root: you can share your own folders without asking for any root password. It uses the same technology (dbus (http://www.freedesktop.org/Software/dbus)), as many new softwares with the goals of project Utopia: NetworkManager (http://people.redhat.com/dcbw/NetworkManager/), gnome-volume-manager (http://ftp.gnome.org/pub/gnome/sources/gnome-volume-manager/), etc.
  • Share with all other operating system: using samba as its backend, your shares are accessible to Windows and Mac users.
  • Instant Apply: Your changes are applyed as soon as you change something (name, read/write, etc).
  • Check share name as you type: If the share name that you choose is already used or forbidden, you see it immediately as you typed it.
  • Know what you share: Nautilus put a nice palm on the folder that you share, no need to start a separate application to check it.
  • You see if the share name is already in used by someone else : Visual indicator if the sharename is too long or not valid.
  • You don't have to unshare the folder before deleting it : Automatically unshare deleted folders
  • It can speak your language : Internationalization (see contributors)
    • English (v0.5)
    • French (v0.6)
    • Polish (v0.6.x)
    • German (v0.6.x)
    • Finnish (v0.6.4)
    • Brazil (v0.6.4)
    • Italian (v0.6.4)
    • contributions for other languages are welcomed!
  • It looks better than ever : It tries to follow gnome HIG as close as possible.


Fedora Core 4

  • nautilus-share may enter "extra" soon.
  • for the moment, package are available here:
http://hardsun.net/fedora/nautilus-share-0.6.4-1.fc4.i386.rpm
http://hardsun.net/fedora/nautilus-share-0.6.4-1.fc4.src.rpm
  • you must libdaemon from "extra"
yum install libdaemon
  • Start the following services as root:
service messagebus restart
service samba start
service smbshared start
  • A quick and easy wait to have it running it to use the following /etc/samba/smb.conf:
;/etc/samba/smb.conf

[global]
workgroup =  WORKGROUP ; you can change to your own workgroup
security = share
include=/etc/samba/smbshared.conf
  • Or you must add the following line at the end of the global section of /etc/samba/smb.conf
include = /etc/samba/smbshared.conf
  • Restart nautilus to make it reload it's extensions:
nautilus -q

Debian Sid

  • I had report that it works with the ubuntu package (you need gnome 2.10).

Foresight Linux

Use the command:

  $ sudo conary update nautilus-share

That's all!

Ubuntu breezy

Using Synaptic

  • From synaptic, go to: category -> repository -> add -> custom and copy/paste the following line:
deb http://gentoo.ovibes.net/nautilus-share/ubuntu/breezy ./
  • Reload your repositories
  • Search "nautilus-share" and install it
  • Log out and Log in and you should now have a new option, in your right click menu: "Share"


Using the Commande line

  • add the following lines to your /etc/apt/source.list.
deb http://gentoo.ovibes.net/nautilus-share/ubuntu/breezy ./
deb-src http://gentoo.ovibes.net/nautilus-share/ubuntu/breezy ./
  • run the following commands:
sudo apt-get update
sudo apt-get install nautilus-share
  • restart nautilus as your own user:
nautilus -q
  • you should now have a new option, in your right click menu: "Share"

breezy

Outils personels