Matthias Clasen matthias.clasen@gmail.com 2012 Jana Svarova jana.svarova@gmail.com 2013 Petr Kovar pknbe@gvolny.cz 2013 How do I make it easy for different users to access different file shares? Configure a default server list Michael Hill

Adapted from l-g-o SysAdminGuide page.

Nautilus (the Files application) stores a list of file-sharing servers in the file ~/.config/gtk-3.0/servers in the XBEL format. Add the list of file-sharing servers to that file to make file shares easily accessible to your user.

XBEL (XML Bookmark Exchange Language) is an XML standard that lets you share URIs (Uniform Resource Identifiers). In GNOME, XBEL is used to share desktop bookmarks in applications such as Nautilus.

An example of the ~/.config/gtk-3.0/servers file:

]]><input>GNOME FTP</input><![CDATA[ ]]>

In the example above, Nautilus creates a bookmark titled GNOME FTP with the URI ftp://ftp.gnome.org/.