1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="network-server-list" xml:lang="ca">
<info>
<link type="guide" xref="network"/>
<revision pkgversion="3.8" date="2013-06-03" status="draft"/>
<credit type="author copyright">
<name>Matthias Clasen</name>
<email>matthias.clasen@gmail.com</email>
<years>2012</years>
</credit>
<credit type="editor">
<name>Jana Svarova</name>
<email>jana.svarova@gmail.com</email>
<years>2013</years>
</credit>
<credit type="editor">
<name>Petr Kovar</name>
<email>pknbe@gvolny.cz</email>
<years>2013</years>
</credit>
<desc>Com ho faig per a facilitar als diversos usuaris l'accés als diferents fitxers compartits?</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Jaume Jorba</mal:name>
<mal:email>jaume.jorba@gmail.com</mal:email>
<mal:years>2019</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Victor Dargallo</mal:name>
<mal:email>victordargallo@disroot.org</mal:email>
<mal:years>2025</mal:years>
</mal:credit>
</info>
<title>Configurar una llista de servidors per defecte</title>
<p><app>Nautilus</app> (l'aplicació <app>Fitxers</app>) emmagatzema una llista de servidors compartits de fitxers al fitxer <file>~/.config/nautilus/servers</file> en Format XBEL. Afegiu la llista de servidors d'intercanvi de fitxers a aquest fitxer per tal que les accions de compartir fitxers siguin fàcilment accessibles per al vostre usuari.</p>
<note style="tip">
<p><em>XBEL</em> (<em>XML Bookmark Exchange Language</em>) és un XML estàndard que us permet intercanviat URIs (Uniform Resource Identifiers). A GNOME, XBEL s'utilitza per a compartir marcadors de l'escriptori en aplicacions com <app>Nautilus</app>.</p>
</note>
<example>
<p>Un exemple del fitxer <file>~/.config/gtk-3.0/servers</file>:</p>
<code>
<?xml version="1.0" encoding="UTF-8"?>
<xbel version="1.0"
xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info">
<bookmark href="<input>ftp://ftp.gnome.org/</input>">
<title><input>GNOME FTP</input></title>
</bookmark>
</xbel>
</code>
<p>A l'exemple anterior, <app>Nautilus</app> crea un marcador anomenat <em>GNOME FTP</em> amb l'URI <code>ftp://ftp.gnome.org/</code>.</p>
</example>
</page>
|