Warning, /network/smb4k/doc/index.docbook is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" ?>
0002 <?xml-stylesheet href="index.css" type="text/css"?>
0003 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
0004   <!ENTITY smb4k "<application>Smb4K</application>">
0005   <!ENTITY % addindex "IGNORE">
0006   <!ENTITY % English "INCLUDE">
0007   <!-- Entities for use with "older" KF5 versions (before May 2018) -->
0008   <!-- FIXME: Can we only include these if needed?                  -->
0009   <!ENTITY CIFS "<acronym>CIFS</acronym>">
0010   <!ENTITY SMB3 "<acronym>SMB3</acronym>">
0011   <!ENTITY Samba "<application>Samba</application>">
0012   <!ENTITY solid "<application>Solid</application>">
0013   <!ENTITY kdbusaddons "<application>KDBusAddons</application>">
0014 ]>
0015 
0016 <book id="smb4k" lang="&language;" >
0017 
0018 <bookinfo>
0019   <title>The &smb4k; Handbook</title>
0020   <authorgroup>
0021     <author>
0022       <firstname>Alexander</firstname>
0023       <othername></othername>
0024       <surname>Reinholdt</surname>
0025       <affiliation>
0026         <address>
0027           <email>alexander.reinholdt AT kdemail.net</email>
0028         </address>
0029       </affiliation>
0030     </author>
0031 <!-- TRANS:ROLES_OF_TRANSLATORS -->
0032   </authorgroup>
0033   <copyright>
0034     <year>2005-2023</year>
0035     <holder>Alexander Reinholdt</holder>
0036   </copyright>
0037   <legalnotice>&underFDL;</legalnotice>
0038   <date>2023-02-19</date>
0039   <releaseinfo>&smb4k; 3.2.0</releaseinfo><!--FIXME change releaseinfo number-->
0040   <abstract>
0041     <para>&smb4k; is an advanced network neighborhood browser and &Samba; share mounting utility.</para>
0042   </abstract>
0043   <keywordset>
0044     <keyword>KDE</keyword>
0045     <keyword>Smb4K</keyword>
0046     <keyword>Samba</keyword>
0047   </keywordset>
0048 </bookinfo>
0049 
0050 <!-- 
0051       Introduction 
0052   -->
0053 
0054 <chapter id="introduction" >
0055   <title>Introduction</title>
0056 
0057   <para>This handbook describes &smb4k; 3.2 and to some extent earlier versions.</para>
0058   <para>&smb4k; is an advanced network neighborhood browser and <ulink url="http://www.samba.org">Samba</ulink> share mounting utility. It provides many handy features that ease your life in a &Windows;-dominated network environment:</para>
0059 
0060   <itemizedlist>
0061     <listitem><para>Scanning for (active) workgroups, hosts, and shares using &Samba;'s client library, DNS Service Discovery (DNS-SD) and, optionally, Web Services Dynamic Discovery (WS-Discovery)</para></listitem>
0062     <listitem><para>Support of the &CIFS; and &SMB3; file system under &Linux; as well as the SMBFS file system under BSD</para></listitem>
0063     <listitem><para>Mounting and unmounting of shares</para></listitem>
0064     <listitem><para>Access to the files of a mounted share using a file manager or terminal</para></listitem>
0065     <listitem><para>Auto-detection of external mounts and unmounts</para></listitem>
0066     <listitem><para>Remounting of previously used shares on program start</para></listitem>
0067     <listitem><para>Miscellaneous info about remote network items and mounted shares</para></listitem>
0068     <listitem><para>Network search</para></listitem>
0069     <listitem><para>Preview of the contents of a remote share</para></listitem>
0070     <listitem><para>Default login</para></listitem>
0071     <listitem><para>Special handling of home shares</para></listitem>
0072     <listitem><para>Ability to bookmark favorite shares</para></listitem>
0073     <listitem><para>System tray widget</para></listitem>
0074     <listitem><para>Support of advanced mount options</para></listitem>
0075     <listitem><para>Support of printer shares</para></listitem>
0076     <listitem><para>&kwallet5; support</para></listitem>
0077     <listitem><para>Synchronization of a remote share with a local copy, and vice versa</para></listitem>
0078     <listitem><para>Ability to define custom settings for individual servers and shares</para></listitem>
0079     <listitem><para>Hardware support through the &solid; device integration framework, the &kdbusaddons; convenience classes and the &Qt; Network module</para></listitem>
0080     <listitem><para>Wake-On-LAN capabilities</para></listitem>
0081     <listitem><para>&plasmoid; for desktop integration</para></listitem>
0082     <listitem><para>Profiles for different network neighborhood setups</para></listitem>
0083   </itemizedlist>
0084 
0085   <para>If you encounter problems while using &smb4k;, please post a help request to our <ulink url="https://sourceforge.net/p/smb4k/discussion/help/">Help</ulink> forum. In case you find a bug, please report it to our <ulink url="https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=smb4k">bug tracker</ulink>. For discussions about &smb4k;-related topics, there is the <ulink url="https://sourceforge.net/p/smb4k/discussion/general/">General Discussion</ulink> forum, and we invite every user to participate.</para>
0086 </chapter>
0087 
0088 <!-- 
0089       Using Smb4K 
0090   -->
0091 
0092 <chapter id="using_smb4k">
0093   <title>Using &smb4k;</title>
0094 
0095 <!-- 
0096       Using Smb4K : Running Smb4K 
0097   -->
0098 
0099   <sect1 id="running_smb4k" >
0100     <title>Running &smb4k;</title>
0101     
0102     <para>You can either launch &smb4k; from the K menu or from <ulink url="https://userbase.kde.org/Plasma/Krunner">&krunner;</ulink> by typing <userinput><command>smb4k</command></userinput>. &smb4k; comes with a <link linkend="plasmoid">&plasmoid;</link> for better desktop integration. It can be added as a widget to the desktop or panel.</para>
0103 
0104     <para>If &smb4k; encounters a problem on start-up or while running, the user will be notified. For the solution of some common problems see the <link linkend="trouble_shooting">Trouble Shooting</link> section.</para>
0105   </sect1>
0106 
0107 <!-- 
0108       Using Smb4K : Main Window 
0109   -->
0110 
0111   <sect1 id="mainwindow_overview">
0112     <title>The Main Window</title>
0113   
0114     <para>On the first start-up, the main window of &smb4k; looks similar to the one shown below. The network neighborhood browser (<guilabel>Network Neighborhood</guilabel>) and the mounted shares view (<guilabel>Mounted Shares</guilabel>) are arranged in a tab widget. Above them the menu bar and tool bar are located. Below them you will see the status bar.</para>
0115     
0116     <screenshot id="mainwindow_overview_screenshot">
0117       <screeninfo>Screenshot of the main window</screeninfo>
0118       <mediaobject>
0119         <imageobject><imagedata fileref="main_window.png" format="PNG" /></imageobject>
0120         <textobject><phrase>The main window</phrase></textobject>
0121       </mediaobject>
0122     </screenshot>
0123 
0124     <para>The tool bar contains some of the main actions, like <guimenuitem>Configure &smb4k;</guimenuitem> and <guimenuitem>Quit</guimenuitem>. It also dynamically loads the actions of the dock widget that currently has the focus. For additional information, please take a look at the sections discussing the <link linkend="network_neighborhood_browser">network neighborhood browser</link> and <link linkend="shares_view">mounted shares view</link>.</para>
0125     <para>The status bar provides some information about the current status of &smb4k;. If the application is processing a user request (&eg; mounting a share), a descriptive message is displayed in the leftmost section and a progress bar is shown with a busy indicator. The two icons on the right side indicate whether shares are mounted (network folder icon) and the status of the authentication system (wallet or key icon).</para>
0126     <para>If the dock widgets are arranged as tabs, the user gets additional visual feedback. Each time a share is mounted or unmounted, the <guilabel>Mounted Shares</guilabel> tab is highlighted for a few seconds.</para>
0127     <para>The main window is highly configurable. You can hide or show all tabbed widgets via <menuchoice><guimenu>Settings</guimenu><guimenuitem>Dock Widgets</guimenuitem></menuchoice>. They can also be dragged around with the mouse and docked to different areas in the main window. You can even detach them from the main window. The status bar and the tool bars can be hidden or shown by toggling the menu entry <menuchoice><guimenu>Settings</guimenu><guimenuitem>Show Statusbar</guimenuitem></menuchoice> and the ones under <menuchoice><guimenu>Settings</guimenu><guimenuitem>Toolbars Shown</guimenuitem></menuchoice>, respectively.</para>
0128   </sect1>
0129 
0130 <!-- 
0131       Using Smb4K : The Network Neighborhood Browser 
0132   -->
0133 
0134   <sect1 id="network_neighborhood_browser">
0135     <title>The Network Neighborhood Browser</title>
0136 
0137     <para>The <guilabel>Network Neighborhood</guilabel> browser contains all network items &#8212; &ie; workgroups, servers, and shares &#8212; &smb4k; was able to find. They are organized in a network tree, and you can navigate through it by either clicking the control next to the item's name or by executing the item itself.</para>
0138     <para>In the network tree, the master browser in each workgroup or domain is highlighted by a blue font color, if it was detected (&eg; when using DNS-SD, the master browser of a &Windows; domain is not recognized). Mounted shares are marked with the respective folder icon and an italic font.</para>
0139 
0140     <screenshot>
0141       <screeninfo>Screenshot of the network neighborhood browser</screeninfo>
0142       <mediaobject>
0143         <imageobject><imagedata fileref="network_neighborhood_browser.png" format="PNG" /></imageobject>
0144         <textobject><phrase>The network neighborhood browser</phrase></textobject>
0145       </mediaobject>
0146     </screenshot>
0147 
0148     <para>The selection of multiple network items is supported. So, it is possible to &eg; mount or preview several shares at once.</para>
0149 
0150 <!-- 
0151       Using Smb4K : The Network Neighborhood Browser : Browsing 
0152   -->
0153 
0154     <sect2 id="network_neighborhood_browser_browsing">
0155       <title>Browsing</title>
0156 
0157       <para>&smb4k; automatically scans the network neighborhood for active workgroups and domains on start-up, and presents them in the network neighborhood browser. For this purpose it uses &Samba;'s client library, <ulink url="https://en.wikipedia.org/wiki/Zero-configuration_networking#DNS-SD">DNS Service Discovery (DNS-SD)</ulink> and, optionally, <ulink url="https://en.wikipedia.org/wiki/WS-Discovery">Web Services Dynamic Discovery (WS-Discovery)</ulink>. The way &smb4k; browses the network neighborhood can be adjusted in the <link linkend="configuration_page_network_basic_settings_browse_settings"><guilabel>Network</guilabel> configuration page</link>.</para>
0158       <para>&smb4k; uses a traditional scan mode, where initially only workgroups and domains are looked up and scans are only made when necessary &#8212; &ie;, when you execute a network item. Due to the use of DNS-SD, you will most likely find a domain called <emphasis>LOCAL</emphasis> in the network neighborhood browser. This is the default local DNS domain used by services like <ulink url="https://en.wikipedia.org/wiki/Avahi_(software)">Avahi</ulink> and not an actual &Windows; domain. Opening a domain or workgroup item shows the servers belonging to it. If you want to access the shares of one of the servers, you must open the desired server.</para>
0159       <para>There is also the possibility to wake up sleeping servers prior to scanning the network neighborhood (Wake-On-LAN). If this feature is enabled, &smb4k; sends a magic packet to each server that is to be awakened, then waits the defined time until it starts to look up the workgroups and domains. The Wake-On-LAN setting can be turned on in the <link linkend="configuration_page_network_advanced_settings_wake_on_lan">configuration dialog</link>. The servers that should be awakened must be defined in the <link linkend="network_neighborhood_browser_defining_custom_settings">Custom Settings</link> editor.</para>
0160       <note>
0161         <para>If you are using DNS Service Discovery and the Zeroconf daemon (Avahi) is not running, &smb4k; shows an error notification. For details see the <link linkend="trouble_shooting_zeroconf">Trouble Shooting</link> section.</para>
0162       </note>
0163     </sect2>
0164     
0165 <!--
0166       Using Smb4K : The Network Neighborhood Browser : Searching
0167   -->
0168     
0169     <sect2 id="network_neighborhood_browser_searching">
0170       <title>Searching</title>
0171       
0172       <para>To search the network neighborhood for shares that contain a certain search item, execute the <menuchoice><shortcut><keycombo action="simul">&Ctrl; <keycap>F</keycap></keycombo></shortcut><guimenuitem>Search</guimenuitem></menuchoice> action (see also the <link linkend="network_neighborhood_browser_actions_popup_menu">Actions and Popup Menu</link> section below). The search tool bar opens at the bottom of the network neighborhood browser.</para>
0173       
0174       <screenshot>
0175         <screeninfo>Screenshot of the network neighborhood browser with visible search tool bar</screeninfo>
0176         <mediaobject>
0177           <imageobject><imagedata fileref="network_neighborhood_browser_searching.png" format="PNG" /></imageobject>
0178           <textobject><phrase>The network neighborhood browser with visible search tool bar</phrase></textobject>
0179         </mediaobject>
0180       </screenshot>
0181       
0182       <para>Enter the search term in the line edit and press the &Enter; key, or click the <guibutton>Search</guibutton> button. &smb4k; starts to search the entire network neighborhood. When the search is finished, all shares matching the search term are highlighted (selected). If you would like to do something with <emphasis>all</emphasis> discovered shares (&eg; mount or preview), you can do so now. Otherwise, you can use the <guibutton>Up</guibutton> and <guibutton>Down</guibutton> buttons to jump to the individual search results. The <guibutton>Clear</guibutton> button can be used to clear the search. To close the search tool bar, press the <guibutton>Close</guibutton> button.</para>
0183     </sect2>
0184 
0185 <!-- 
0186       Using Smb4K : The Network Neighborhood Browser : Actions and Popup Menu 
0187   -->
0188 
0189     <sect2 id="network_neighborhood_browser_actions_popup_menu">
0190       <title>Actions and Popup Menu</title>
0191 
0192       <para>Several actions are defined for the network neighborhood browser. They are present in the menu bar under <guimenu>Network</guimenu>, in the tool bar, and in the popup menu. The following actions are available:</para>
0193     
0194       <variablelist>
0195         <varlistentry>
0196           <term>
0197             <menuchoice>
0198               <shortcut><keycap>F5</keycap></shortcut>
0199               <guimenuitem>Scan Network|Workgroup|Computer</guimenuitem>
0200             </menuchoice>
0201           </term>
0202           <listitem>
0203             <para>Scan the whole network neighborhood, the highlighted workgroup/domain, or the computer for new entries. This action is visible by default and will be replaced by the <guimenuitem>Abort</guimenuitem> action if a network scan is running.</para>
0204           </listitem>
0205         </varlistentry>
0206         <varlistentry>
0207           <term>
0208             <menuchoice>
0209               <shortcut><keycombo action="simul">&Ctrl; <keycap>A</keycap></keycombo></shortcut>
0210               <guimenuitem>Abort</guimenuitem>
0211             </menuchoice>
0212           </term>
0213           <listitem>
0214             <para>Abort any running process of the network neighborhood browser. This action is invisible by default and will only be visible when a network scan is running.</para>
0215           </listitem>
0216         </varlistentry>
0217         <varlistentry>
0218           <term>
0219             <menuchoice>
0220               <shortcut><keycombo action="simul">&Ctrl; <keycap>F</keycap></keycombo></shortcut>
0221               <guimenuitem>Search</guimenuitem>
0222             </menuchoice>
0223           </term>
0224           <listitem>
0225             <para><link linkend="network_neighborhood_browser_searching">Search the network neighborhood</link> for a specified term. Activating this action opens the search tool bar, where you can enter the search term and start the search.</para>
0226           </listitem>
0227         </varlistentry>        
0228         <varlistentry>
0229           <term>
0230             <menuchoice>
0231               <shortcut><keycombo action="simul">&Ctrl; <keycap>B</keycap></keycombo></shortcut>
0232               <guimenuitem>Add Bookmark</guimenuitem>
0233             </menuchoice>
0234           </term>
0235           <listitem>
0236             <para><link linkend="bookmarks_adding">Add a bookmark</link> to the selected remote shares. This action is disabled if there are no shares selected.</para>
0237           </listitem>
0238         </varlistentry>
0239         <varlistentry>
0240           <term>
0241             <menuchoice>
0242               <shortcut><keycombo action="simul">&Ctrl; <keycap>C</keycap></keycombo></shortcut>
0243               <guimenuitem>Add Custom Settings</guimenuitem>
0244             </menuchoice>
0245           </term>
0246           <listitem>
0247             <para>Open the <link linkend="custom_settings">Custom Settings</link> editor where you can set several custom settings for each selected server and share. If a workgroup or no item is selected, this menu entry is disabled.</para>
0248           </listitem>
0249         </varlistentry>
0250         <varlistentry>
0251           <term>
0252             <menuchoice>
0253               <shortcut><keycombo action="simul">&Ctrl; <keycap>O</keycap></keycombo></shortcut>
0254               <guimenuitem>Open Mount Dialog</guimenuitem>
0255             </menuchoice>
0256           </term>
0257           <listitem>
0258             <para>Open the <link linkend="network_neighborhood_browser_mounting">dialog</link> for mounting shares "manually". This feature may be needed if &smb4k; cannot find the server from which you want to mount a certain shared resource.</para>
0259           </listitem>
0260         </varlistentry>
0261         <varlistentry>
0262           <term>
0263             <menuchoice>
0264               <shortcut><keycombo action="simul">&Ctrl; <keycap>T</keycap></keycombo></shortcut>
0265               <guimenuitem>Authentication</guimenuitem>
0266             </menuchoice>
0267           </term>
0268           <listitem>
0269             <para>Open the <link linkend="network_neighborhood_browser_authentication">authentication dialog</link> where you can provice the user name and password for each selected server and share. If a workgroup or no item is selected, this action is disabled.</para>
0270           </listitem>
0271         </varlistentry>
0272         <varlistentry>
0273           <term>
0274             <menuchoice>
0275               <shortcut><keycombo action="simul">&Ctrl; <keycap>V</keycap></keycombo></shortcut>
0276               <guimenuitem>Preview</guimenuitem>
0277             </menuchoice>
0278           </term>
0279           <listitem>
0280             <para><link linkend="network_neighborhood_browser_previewing">Preview</link> the contents of the selected remote shares. This action is only enabled if shares are selected. Printer shares cannot be previewed.</para>
0281           </listitem>
0282         </varlistentry>
0283         <varlistentry>
0284           <term>
0285             <menuchoice>
0286               <shortcut><keycombo action="simul">&Ctrl; <keycap>P</keycap></keycombo></shortcut>
0287               <guimenuitem>Print File</guimenuitem>
0288             </menuchoice>
0289           </term>
0290           <listitem>
0291             <para><link linkend="network_neighborhood_browser_printing">Print</link> a file on a remote printer. This action is only available if at least one printer share is selected.</para>
0292           </listitem>
0293         </varlistentry>
0294         <varlistentry>
0295           <term>
0296             <menuchoice>
0297               <shortcut><keycombo action="simul">&Ctrl; <keycap>M</keycap></keycombo></shortcut>
0298               <guimenuitem>Mount</guimenuitem>
0299             </menuchoice>
0300           </term>
0301           <listitem>
0302             <para>Mount the selected remote shares. This action is visible if only shares are selected that are not already mounted. By default, and if you selected anything different than a share with type "Disk" or "IPC", this action is disabled.</para>
0303           </listitem>
0304         </varlistentry>
0305         <varlistentry>
0306           <term>
0307             <menuchoice>
0308               <shortcut><keycombo action="simul">&Ctrl; <keycap>U</keycap></keycombo></shortcut>
0309               <guimenuitem>Unmount</guimenuitem>
0310             </menuchoice>
0311           </term>
0312           <listitem>
0313             <para>Unmount the selected shares. This action is invisible by default and will only be visible instead of the <guimenuitem>Mount</guimenuitem> action if at least one mounted share is selected.</para>
0314           </listitem>
0315         </varlistentry>
0316       </variablelist>
0317 
0318       <para>In the network neighborhood browser you can right click to open the popup menu to access all available actions. Depending on the position where you clicked (on a network item or on the viewport), some of them may be disabled. The screenshot below shows the popup menu opened on a remote share.</para>
0319 
0320       <screenshot>
0321         <screeninfo>Screenshot of the popup menu of the network neighborhood browser</screeninfo>
0322           <mediaobject>
0323           <imageobject>
0324             <imagedata fileref="network_neighborhood_browser_popup_menu.png" format="PNG" />
0325           </imageobject>
0326           <textobject>
0327             <phrase>The popup menu of the network neighborhood browser</phrase>
0328           </textobject>
0329         </mediaobject>
0330       </screenshot>
0331     </sect2>
0332 
0333 <!-- 
0334       Using Smb4K : The Network Neighborhood Browser : Tooltips 
0335   -->
0336 
0337     <sect2 id="network_neighborhood_browser_tooltips">
0338       <title>Tooltips</title>
0339 
0340       <para>For each network item, a tooltip is provided that contains various information like the name of the workgroup and master browser (if available), the name and IP address of the host, the name of the share, &etc;</para>
0341       <para>The tooltips can be disabled in the <link linkend="configuration_page_user_interface_network">configuration dialog</link>.</para>
0342     </sect2>
0343 
0344 <!-- 
0345       Using Smb4K : The Network Neighborhood Browser : Mounting a Share 
0346   -->
0347 
0348     <sect2 id="network_neighborhood_browser_mounting">
0349       <title>Mounting Shares</title>
0350 
0351       <para>There are three options available to mount a remote share:</para>
0352 
0353       <orderedlist>
0354         <listitem><para>Execute the icon representing the remote share in the network neighborhood browser. (Depending on your &kde; settings, this is done by either single or double clicking the icon.)</para></listitem>
0355         <listitem><para>Select the remote shares and click the <guimenuitem>Mount</guimenuitem> menu entry. Alternatively, you can press the <keycombo action="simul">&Ctrl; <keycap>M</keycap></keycombo> keyboard shortcut.</para></listitem>
0356         <listitem><para>Press the <menuchoice><shortcut><keycombo action="simul">&Ctrl; <keycap>O</keycap></keycombo></shortcut><guimenuitem>Open Mount Dialog</guimenuitem></menuchoice> menu entry and a mount dialog will be opened:</para>
0357         <screenshot>
0358           <screeninfo>Screenshot of the "Mount Share" dialog</screeninfo>
0359           <mediaobject>
0360             <imageobject><imagedata fileref="network_neighborhood_browser_mount_dialog.png" format="PNG" /></imageobject>
0361             <textobject><phrase>The "Mount Share" dialog</phrase></textobject>
0362           </mediaobject>
0363         </screenshot>
0364         <para>Here you can enter the location of the share as a <ulink url="http://en.wikipedia.org/wiki/Uniform_Naming_Convention#Uniform_Naming_Convention">Uniform Naming Convention (UNC)</ulink> address in the form <programlisting>//[USER@]SERVER/SHARE</programlisting> or <programlisting>\\[USER@]SERVER\SHARE</programlisting> or as an URL in the form <programlisting>[smb:]//[user@]server[:port]/share</programlisting> The <guibutton>OK</guibutton> button will be enabled and you can press it to mount the share. However, it is advisable to enter the IP address and the workgroup of the server, too. If you want to add the share to the bookmarks at the same time, click the <guibutton>Bookmark >></guibutton> button. The dialog will extend so you can tick the <guibutton>Add this share to the bookmarks</guibutton> check box and enter a label and category for the bookmark. </para></listitem>
0365       </orderedlist>
0366 
0367       <para>A share is often password protected. In this case, an <link linkend="network_neighborhood_browser_authentication">authentication dialog</link> will appear and you must enter the correct user name (if not already provided) and password. &smb4k; will proceed with mounting the share unless the wrong user name or password was supplied. In that case, the authentication dialog will reappear. If the mount process was successful, the user will be shown a notification and the share will appear in the <link linkend="shares_view">Mounted Shares</link> view. If mounting fails, a notification with the error message that was returned by <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> (&Linux;) or <ulink url="man:/mount_smbfs"><citerefentry><refentrytitle>mount_smbfs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> (BSD) will be displayed.</para>
0368     </sect2>
0369 
0370 <!-- 
0371       Using Smb4K : The Network Neighborhood Browser : Printing Files 
0372   -->
0373 
0374     <sect2 id="network_neighborhood_browser_printing">
0375       <title>Printing Files on Remote Printers</title>
0376 
0377       <para>To print a file on a remote printer, open the print dialog by clicking the printer icon or choosing the <menuchoice><shortcut><keycombo action="simul">&Ctrl; <keycap>P</keycap></keycombo></shortcut><guimenuitem>Print File</guimenuitem></menuchoice> menu item.</para>
0378       <screenshot>
0379         <screeninfo>Screenshot of the print dialog</screeninfo>
0380         <mediaobject>
0381           <imageobject><imagedata fileref="network_neighborhood_browser_print_dialog.png" format="PNG" /></imageobject>
0382           <textobject><phrase>The print dialog</phrase></textobject>
0383         </mediaobject>
0384       </screenshot>
0385       <para>The <guilabel>Information</guilabel> section displays various information about the printer. Under <guilabel>File and Settings</guilabel> you must provide the path to the file you want to print and the desired number of copies. Press <guibutton>Print</guibutton> to start the print process.</para>
0386       <para>&smb4k; currently supports PDF, Postscript, image, and text files. If you try to print a file with an unsupported mimetype, a notification with an error message will appear telling you the mimetype is not supported. In this case you should convert the file manually to Postscript or PDF and try again.</para>
0387     </sect2>
0388 
0389 <!-- 
0390       Using Smb4K : The Network Neighborhood Browser : Previewing Shares 
0391   -->
0392 
0393     <sect2 id="network_neighborhood_browser_previewing">
0394       <title>Previewing Shares</title>
0395       
0396       <para>&smb4k; provides the ability to preview remote shares. If you click the <menuchoice><shortcut><keycombo action="simul">&Ctrl; <keycap>V</keycap></keycombo></shortcut><guimenuitem>Preview</guimenuitem></menuchoice> menu entry, the contents of the selected remote share will be opened in a preview dialog.</para>
0397       <screenshot>
0398         <screeninfo>Screenshot of the preview dialog</screeninfo>
0399         <mediaobject>
0400           <imageobject><imagedata fileref="network_neighborhood_browser_preview_dialog.png" format="PNG" /></imageobject>
0401           <textobject><phrase>The preview dialog</phrase></textobject>
0402         </mediaobject>
0403       </screenshot>
0404       <para>The preview dialog acts like a simple file manager. You can navigate through the contents of the remote share by clicking the folder icons in the list view. You can go one level up by using the <guibutton>Up</guibutton> button and reload the contents of the current folder by pressing the <guibutton>Reload</guibutton> button. The current location is displayed in the combo box on the right hand side. You can also access already visited folders with it.</para>
0405       <para>By default, the preview dialog only shows folders and files that are not hidden. You can change this behavior in the <link linkend="configuration_page_network_basic_settings_behavior">configuration dialog</link>. File transfers and the like are not possible.</para>
0406     </sect2>
0407 
0408 <!-- 
0409       Using Smb4K : The Network Neighborhood Browser : Providing Authentication Information 
0410   -->
0411 
0412     <sect2 id="network_neighborhood_browser_authentication">
0413       <title>Providing Authentication Information</title>
0414 
0415       <para>Many servers and remote shares are password protected. In that case, a password dialog appears asking you for the user name and password. The same thing happens if you click the  <menuchoice><shortcut><keycombo action="simul">&Ctrl; <keycap>T</keycap></keycombo></shortcut><guimenuitem>Authentication</guimenuitem></menuchoice> menu entry.</para>
0416       <screenshot>
0417         <screeninfo>Screenshot of the authentication dialog</screeninfo>
0418         <mediaobject>
0419           <imageobject><imagedata fileref="network_neighborhood_browser_authentication_dialog.png" format="PNG" /></imageobject>
0420           <textobject><phrase>The authentication dialog</phrase></textobject>
0421         </mediaobject>
0422       </screenshot>
0423       <para>If a user name has already been provided, it will be shown in the respective field. If it is wrong, or no user name was provided, you have to enter one. The password, however, may be left blank. Clicking the <guibutton>OK</guibutton> button commits the data. Depending on your choice in the <link linkend="configuration_page_authentication">configuration dialog</link>, the user name and password will be stored permanently in a digital wallet or not at all. In the latter case you have to provide them <emphasis>every time</emphasis> they are needed.</para>
0424     </sect2>
0425     
0426 <!-- 
0427       Using Smb4K : The Network Neighborhood Browser : Defining Custom Settings
0428   -->
0429 
0430     <sect2 id="network_neighborhood_browser_defining_custom_settings">
0431       <title>Defining Custom Settings</title>
0432       
0433       <para>For individual servers or shares you can define custom settings that deviate from the global settings. To do so, you can access the custom settings editor by clicking the <menuchoice><shortcut><keycombo action="simul">&Ctrl; <keycap>C</keycap></keycombo></shortcut><guimenuitem>Add Custom Settings</guimenuitem></menuchoice> menu item. See the section <link linkend="custom_settings">Custom Settings</link> for more details.</para>
0434     </sect2>
0435 
0436 <!-- 
0437       Using Smb4K : The Network Neighborhood Browser : Adding Bookmarks
0438   -->
0439 
0440     <sect2 id="network_neighborhood_browser_adding_bookmarks">
0441       <title>Adding Bookmarks</title>
0442 
0443       <para>A bookmark is added by selecting a remote share (only these can be bookmarked), and pressing the <keycombo action="simul">&Ctrl; <keycap>B</keycap></keycombo> keyboard shortcut or selecting the <guimenuitem>Add Bookmark</guimenuitem> menu item. The bookmark will then be accessible through the <guimenu>Bookmarks</guimenu> menu. See the section <link linkend="bookmarks">Bookmarks</link> for more details.</para>
0444       <para>The bookmarks can be used to mount remote shares.</para>
0445     </sect2>
0446   </sect1>
0447 
0448 <!-- 
0449       Using Smb4K : The Mounted Shares View 
0450   -->
0451 
0452   <sect1 id="shares_view">
0453     <title>The Mounted Shares View</title>
0454 
0455     <para>In the shares view, you can interact with the mounted shares on your system.</para>
0456 
0457 <!-- 
0458       Using Smb4K : The Mounted Shares View : Different Views 
0459   -->
0460 
0461     <sect2 id="shares_view_views">
0462       <title>Different Views</title>
0463 
0464       <para>&smb4k; comes with two alternative views: an icon view and a list view. They are both shown below. The icon view is the default.</para>
0465       <para>The icon view:</para>
0466       <screenshot>
0467         <screeninfo>Screenshot of the shares icon view</screeninfo>
0468         <mediaobject>
0469           <imageobject>
0470             <imagedata fileref="shares_view_icon_view.png" format="PNG" />
0471           </imageobject>
0472           <textobject>
0473             <phrase>The shares icon view</phrase>
0474           </textobject>
0475         </mediaobject>
0476       </screenshot>
0477       <para>The list view:</para>
0478       <screenshot>
0479         <screeninfo>Screenshot of the shares list view</screeninfo>
0480         <mediaobject>
0481           <imageobject>
0482             <imagedata fileref="shares_view_list_view.png" format="PNG" />
0483           </imageobject>
0484           <textobject>
0485             <phrase>The shares list view</phrase>
0486           </textobject>
0487         </mediaobject>
0488       </screenshot>
0489 
0490       <para>You can switch between the two views by selecting the appropriate entry in the <guimenuitem>View Modes</guimenuitem> submenu of the tool bar, in the menu bar under <link linkend="mainwindow_overview"><guimenu>Shares</guimenu></link> or in the shares view's <link linkend="shares_view_actions_popup_menu">popup menu</link>.</para>
0491       <para>By default, only your own mounts are displayed. However, you can adjust &smb4k; to show all mounts with the <link linkend="configuration_page_mounting_basic_settings_behavior">respective settings</link>.</para>
0492     </sect2>
0493 
0494 <!-- 
0495       Using Smb4K : The Mounted Shares View : Actions and Popup Menu
0496   -->
0497 
0498     <sect2 id="shares_view_actions_popup_menu">
0499       <title>Actions and Popup Menu</title>
0500 
0501       <para>In the shares view, several options are defined. They are present in the menu bar under <guimenu>Shares</guimenu>, in the tool bar, and in the popup menu. The following options are available:</para>
0502 
0503       <variablelist>
0504         <varlistentry>
0505           <term>
0506             <menuchoice><guimenuitem>View Modes</guimenuitem></menuchoice>
0507           </term>
0508           <listitem>
0509             <para>Choose the view mode from the submenu.</para>
0510             <variablelist>
0511               <varlistentry>
0512                 <term>
0513                   <menuchoice><guimenuitem>Icon View</guimenuitem></menuchoice>
0514                 </term>
0515                 <listitem>
0516                   <para>The shares are shown in an icon view.</para>
0517                 </listitem>
0518               </varlistentry>
0519               <varlistentry>
0520                 <term>
0521                   <menuchoice><guimenuitem>List View</guimenuitem></menuchoice>
0522                 </term>
0523                 <listitem>
0524                   <para>The shares are shown in a list view.</para>
0525                 </listitem>
0526               </varlistentry>
0527             </variablelist>
0528           </listitem>
0529         </varlistentry>
0530         <varlistentry>
0531           <term>
0532             <menuchoice>
0533               <shortcut><keycombo action="simul">&Ctrl; <keycap>U</keycap></keycombo></shortcut>
0534               <guimenuitem>Unmount</guimenuitem>
0535             </menuchoice>
0536           </term>
0537           <listitem>
0538             <para>Unmount the selected shares. If no share is selected in the shares view, this button is disabled.</para>
0539             <para>Read the <link linkend="shares_view_unmounting">Unmounting Shares</link> section for more details.</para>
0540           </listitem>
0541         </varlistentry>
0542         <varlistentry>
0543           <term>
0544             <menuchoice>
0545               <shortcut><keycombo action="simul">&Ctrl; <keycap>N</keycap></keycombo></shortcut>
0546               <guimenuitem>Unmount All</guimenuitem>
0547             </menuchoice>
0548           </term>
0549           <listitem>
0550             <para>Unmount all shares at once. If you do not have any shares mounted, this button is disabled.</para>
0551             <para>Read the <link linkend="shares_view_unmounting">Unmounting Shares</link> section for more details.</para>
0552           </listitem>
0553         </varlistentry>
0554         <varlistentry>
0555           <term>
0556             <menuchoice>
0557               <shortcut><keycombo action="simul">&Ctrl; <keycap>B</keycap></keycombo></shortcut>
0558               <guimenuitem>Add Bookmark</guimenuitem>
0559             </menuchoice>
0560           </term>
0561           <listitem>
0562             <para>Add bookmarks to the selected shares. This action is disabled if no share is selected.</para>
0563             <para>Read the <link linkend="bookmarks_adding">Adding Bookmarks</link> section for more details.</para>
0564           </listitem>
0565         </varlistentry>
0566         <varlistentry>
0567           <term>
0568             <menuchoice>
0569               <shortcut><keycombo action="simul">&Ctrl; <keycap>C</keycap></keycombo></shortcut>
0570               <guimenuitem>Add Custom Settings</guimenuitem>
0571             </menuchoice>
0572           </term>
0573           <listitem>
0574             <para>Open the custom settings editor for the selected shares. Read the section about the <link linkend="network_neighborhood_browser_defining_custom_settings">Custom Settings</link> editor for more details.</para>
0575           </listitem>
0576         </varlistentry>
0577         <varlistentry>
0578           <term>
0579             <menuchoice>
0580               <shortcut><keycombo action="simul">&Ctrl; <keycap>Y</keycap></keycombo></shortcut>
0581               <guimenuitem>Synchronize</guimenuitem>
0582             </menuchoice>
0583           </term>
0584           <listitem>
0585             <para><link linkend="shares_view_synchronization">Synchronize</link> a share with a local copy or vice versa. This menu entry is only enabled if you installed the program <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> and a share is selected.</para>
0586           </listitem>
0587         </varlistentry>
0588         <varlistentry>
0589           <term>
0590             <menuchoice>
0591               <shortcut><keycombo action="simul">&Ctrl; <keycap>L</keycap></keycombo></shortcut>
0592               <guimenuitem>Open with Konsole</guimenuitem>
0593             </menuchoice>
0594           </term>
0595           <listitem>
0596             <para>Open the base folder of a share in &konsole;. This menu item is useful if you need to run shell scripts, &etc;</para>
0597           </listitem>
0598         </varlistentry>
0599         <varlistentry>
0600           <term>
0601             <menuchoice>
0602               <shortcut><keycombo action="simul">&Ctrl; <keycap>I</keycap></keycombo></shortcut>
0603               <guimenuitem>Open with File Manager</guimenuitem>
0604             </menuchoice>
0605           </term>
0606           <listitem>
0607             <para>Open the contents of a share in the default file manager.</para>
0608           </listitem>
0609         </varlistentry>
0610       </variablelist>
0611 
0612       <para>The popup menu includes all the actions that can be performed on a mounted share:</para>
0613       <screenshot>
0614         <screeninfo>Screenshot of the popup menu of the shares view</screeninfo>
0615         <mediaobject>
0616           <imageobject>
0617             <imagedata fileref="shares_view_popup_menu.png" format="PNG" />
0618           </imageobject>
0619           <textobject>
0620             <phrase>The popup menu of the shares view</phrase>
0621           </textobject>
0622         </mediaobject>
0623       </screenshot>
0624       <para>It can be opened by clicking the &RMB;.</para>
0625     </sect2>
0626 
0627 <!-- 
0628       Using Smb4K : The Mounted Shares View : Tooltips 
0629   -->
0630 
0631     <sect2 id="shares_view_tooltips">
0632       <title>Tooltips</title>
0633 
0634       <para>The tooltips provide information about the remote location of the share, the mountpoint, the user and group, the login, the file system, the disk usage, and the free disk space. If the share is <link linkend="shares_view_inaccessible_shares">inaccessible</link>, these values are marked as unknown.</para>
0635       <para>Tooltips are enabled by default. You can deactivate them in the <link linkend="configuration_page_user_interface_shares_view">configuration dialog</link>.</para>
0636     </sect2>
0637 
0638 <!-- 
0639       Using Smb4K : The Mounted Shares View : Inaccessible Shares 
0640   -->
0641 
0642     <sect2 id="shares_view_inaccessible_shares">
0643       <title>Inaccessible Shares</title>
0644 
0645       <para>&smb4k; periodically checks all mounted shares if they are still accessible. If an inaccessible share is encountered, it will be marked with a lock symbol and you will not be able to open or synchronize it anymore. Unmounting and adding a bookmark is still possible.</para>
0646       <note><para>The program might freeze for a short period of time due to an inaccessible share. It will recover afterwards.</para></note>
0647     </sect2>
0648     
0649 <!--
0650       Using Smb4K : The Mounted Shares View : Shares Owned by Other Users
0651   -->
0652     
0653     <sect2 id="shares_view_foreign_shares">
0654       <title>Shares Owned by Other Users</title>
0655       
0656       <para>Shares owned by other users are only shown if you adjusted the <link linkend="configuration_page_mounting_basic_settings_behavior">settings</link> to display them. In the default configuration, you are not allowed to unmount these shares, but you can <link linkend="configuration_page_mounting_basic_settings_behavior">change this behavior</link>, too.</para>
0657     </sect2>
0658 
0659 <!-- 
0660       Using Smb4K : The Mounted Shares View : Icons 
0661   -->
0662 
0663     <sect2 id="shares_view_icons">
0664       <title>Icons</title>
0665 
0666       <para>A mounted share is indicated by a small, corresponding symbol in the lower corner of the folder icon. This changes to a lock for shares that are not accessible. For shares that belong to another user, it is replaced by a warning sign.</para>
0667     </sect2>
0668 
0669 <!-- 
0670       Using Smb4K : The Mounted Shares View : Drag-and-Drop 
0671   -->
0672 
0673     <sect2 id="shares_view_drag_and_drop">
0674       <title>Drag-and-Drop</title>
0675 
0676       <para>&smb4k; supports drag-and-drop in the shares view. To transfer or link data to a share, drag the files and/or folders over the share icon and drop them there. A popup menu will open asking you what to do. Choose the appropriate action (copy, move or link).</para>
0677       <screenshot>
0678         <screeninfo>Screenshot of the shares view after the user dropped a file</screeninfo>
0679         <mediaobject>
0680           <imageobject>
0681             <imagedata fileref="shares_view_drop_popup_menu.png" format="PNG" />
0682           </imageobject>
0683           <textobject>
0684             <phrase>A popup menu opened after the user dropped a file onto a share</phrase>
0685           </textobject>
0686         </mediaobject>
0687       </screenshot>
0688       <para>To avoid the popup menu, press the &Shift; key for moving, the &Ctrl; key for copying and the <keycombo>&Ctrl;&Shift;</keycombo> key combination for linking while dragging and dropping. The transfer will only be successful if the share was mounted with read and write permissions.</para>
0689       <para>You can also drag and drop the whole share to the desktop or to another application (&eg; &dolphin;). Again, a popup menu will open asking you, what to do. When choosing the appropriate operation, please remember that under most circumstances moving and linking the share might not be a good idea.</para>
0690     </sect2>
0691 
0692 <!-- 
0693       Using Smb4K : The Mounted Shares View : Unmounting Shares 
0694   -->
0695 
0696     <sect2 id="shares_view_unmounting">
0697       <title>Unmounting Shares</title>
0698 
0699       <para>One or multiple selected shares may be unmounted by either clicking the <menuchoice><shortcut><keycombo action="simul">&Ctrl; <keycap>U</keycap></keycombo></shortcut><guimenuitem>Unmount</guimenuitem></menuchoice> action, or by pressing its keyboard shortcut. By default, the ability to unmount a share is restricted to the ones that are owned by you. This behavior can be altered in the <link linkend="configuration_page_mounting_basic_settings_behavior">configuration dialog</link>. If you enabled the unmounting of shares that are owned by other users, you will be presented with a warning dialog prior to the actual unmount. If you proceed, the share will definitely be unmounted. So, please think twice before you decide to unmount those shares!</para>
0700       <para>&smb4k; provides the ability to force unmounting of shares (&Linux; only). This can be useful with inaccessible shares that cannot in be unmounted the normal way. To enable this feature, you need to modify the <link linkend="configuration_page_mounting_basic_settings_behavior">settings</link> in the configuration dialog. &smb4k; will then perform a <ulink url="man:/umount(8)">lazy unmount</ulink> on inaccessible shares.</para>
0701       <para>All shares can be unmounted at once by clicking the <menuchoice><shortcut><keycombo action="simul">&Ctrl; <keycap>N</keycap></keycombo></shortcut><guimenuitem>Unmount All</guimenuitem></menuchoice> action. Depending on your settings, this will also unmount foreign and inaccessible shares.</para>
0702       <para>After a successful unmount process, the user is notified. If unmounting fails, a notification with the returned error message is shown.</para>
0703     </sect2>
0704     
0705 <!--
0706       Using Smb4K : The Mounted Shares View : Defining Custom Settings
0707   -->
0708     
0709     <sect2 id="shares_view_adding_custom_settings">
0710       <title>Defining Custom Settings</title>
0711       
0712       <para>For the selected shares custom settings can be defined. Click the <menuchoice><shortcut><keycombo action="simul">&Ctrl; <keycap>C</keycap></keycombo></shortcut><guimenuitem>Add Custom Settings</guimenuitem></menuchoice> action to open the Custom Settings dialog. For more details, please see <link linkend="custom_settings">this section</link>.</para>
0713     </sect2>
0714     
0715 <!-- 
0716       Using Smb4K : The Mounted Shares View : Synchronization 
0717   -->
0718 
0719     <sect2 id="shares_view_synchronization">
0720       <title>Synchronization</title>
0721 
0722       <para>The <menuchoice><shortcut><keycombo action="simul">&Ctrl;<keycap>Y</keycap></keycombo></shortcut><guimenuitem>Synchronize</guimenuitem></menuchoice> menu item opens the synchronization dialog. It offers the mount point of the share as the source and a path below the <link linkend="configuration_page_synchronization_basic_settings_default_destination">synchronization prefix</link> as the destination. To update the data on the share, you can swap the destination with the source by clicking the <guibutton>Swap Paths</guibutton> button.</para>
0723       <screenshot>
0724         <screeninfo>Screenshot of the synchronization input dialog</screeninfo>
0725         <mediaobject>
0726           <imageobject>
0727             <imagedata fileref="shares_view_synchronization_input_dialog.png" format="PNG" />
0728           </imageobject>
0729           <textobject>
0730             <phrase>&URL; requester for sync'ing</phrase>
0731           </textobject>
0732         </mediaobject>
0733       </screenshot>
0734       <para>Clicking the <guibutton>Synchronize</guibutton> button starts the synchronization and a progress dialog is shown that shows details about the transfer.</para>
0735       <screenshot>
0736         <screeninfo>Screenshot of the synchronization progress dialog</screeninfo>
0737         <mediaobject>
0738           <imageobject>
0739             <imagedata fileref="synchronization_progress.png" format="PNG" />
0740           </imageobject>
0741           <textobject>
0742             <phrase>Progress dialog</phrase>
0743           </textobject>
0744         </mediaobject>
0745       </screenshot>
0746       <para>The synchronization can be canceled at any time by pressing the stop button to the right of the progress bar.</para>
0747     </sect2>
0748 
0749 <!-- 
0750       Using Smb4K : The Mounted Shares View : Opening a Share 
0751   -->
0752 
0753     <sect2 id="shares_view_opening_share">
0754       <title>Opening a Share</title>
0755 
0756       <para>&smb4k; provides two possibilities to open a mounted share:</para>
0757       <itemizedlist>
0758         <listitem><formalpara><title>Open a share with &konsole;</title>
0759           <para>You can open the mounted share in &konsole; by selecting the <menuchoice><shortcut><keycombo action="simul">&Ctrl;<keycap>L</keycap></keycombo></shortcut><guimenuitem>Open with Konsole</guimenuitem></menuchoice> action. This is useful if you need to run a shell script on the share or do spmething similar.</para>
0760         </formalpara></listitem>
0761         <listitem><formalpara><title>Open a share with the default file manager</title>
0762           <para>You can open the share in the default file manager (&eg; &dolphin;) by clicking the share icon or by selecting the <menuchoice><shortcut><keycombo action="simul">&Ctrl;<keycap>I</keycap></keycombo></shortcut><guimenuitem>Open with File Manager</guimenuitem></menuchoice> action.</para>
0763         </formalpara></listitem>
0764       </itemizedlist>
0765       <note><para>If a share is marked as inaccessible, it cannot be opened.</para></note>
0766     </sect2>
0767   </sect1>
0768 
0769 <!-- 
0770       Using Smb4K : The System Tray Widget 
0771   -->
0772 
0773   <sect1 id="systemtray">
0774     <title>The System Tray Widget</title>
0775 
0776 <!-- 
0777       Using Smb4K : The System Tray Widget : Location and Usage 
0778   -->
0779 
0780     <sect2 id="systemtray_location_usage">
0781       <title>Location and Usage</title>
0782 
0783       <para>When &smb4k; is started, a status icon appears in the system tray. Its status is set to active if workgroups or domains were discovered in your network neighborhood. Otherwise it is set to inactive.</para>
0784 
0785       <screenshot>
0786         <screeninfo>Screenshot of the system tray widget</screeninfo>
0787         <mediaobject>
0788           <imageobject><imagedata fileref="systemtray_location.png" format="PNG" /></imageobject>
0789           <textobject><phrase>System tray widget</phrase></textobject>
0790         </mediaobject>
0791       </screenshot>
0792 
0793       <para>You can minimize or restore the main window by left clicking the status icon. A right click brings up a popup menu that contains several items allowing you to work with the mounted shares, manage or mount your bookmarks, select the profile you want to use, and configure &smb4k; without opening the main window.</para>
0794     </sect2>
0795 
0796 <!-- 
0797       Using Smb4K : The System Tray Widget : Menus and Menu Items 
0798   -->
0799 
0800     <sect2 id="systemtray_menus">
0801       <title>Menus and Menu Items</title>
0802 
0803       <para>The <guimenuitem>Mounted Shares</guimenuitem> menu lists all mounted shares and some actions that can be performed on them.</para>
0804 
0805       <screenshot>
0806         <screeninfo>Screenshot of the Mounted Shares popup menu of the system tray widget</screeninfo>
0807         <mediaobject>
0808           <imageobject><imagedata fileref="systemtray_mounted_shares_menu.png" format="PNG" /></imageobject>
0809           <textobject><phrase>System tray widget's Mounted Shares menu</phrase></textobject>
0810         </mediaobject>
0811       </screenshot>
0812 
0813       <variablelist>
0814         <varlistentry>
0815           <term>
0816             <menuchoice><guimenuitem>Unmount All</guimenuitem></menuchoice>
0817           </term>
0818           <listitem>
0819             <para>Unmount all shares at once. Depending on your <link linkend="configuration_page_mounting_basic_settings_behavior">settings</link>, &smb4k; attempts to unmount either only those shares that are owned by you or all that are listed.</para>
0820           </listitem>
0821         </varlistentry>
0822       </variablelist>
0823     
0824       <para>For each mounted share you can open a submenu that contains the following entries. For further information read <link linkend="shares_view_actions_popup_menu">the popup menu section</link>.</para>
0825 
0826       <variablelist>
0827         <varlistentry>
0828           <term>
0829             <menuchoice><guimenuitem>Unmount</guimenuitem></menuchoice>
0830           </term>
0831           <listitem>
0832             <para>Unmount the share.</para>
0833           </listitem>
0834         </varlistentry>
0835         <varlistentry>
0836           <term>
0837             <menuchoice><guimenuitem>Add Bookmark</guimenuitem></menuchoice>
0838           </term>
0839           <listitem>
0840             <para>Add the selected share to the bookmarks.</para>
0841           </listitem>
0842         </varlistentry>
0843         <varlistentry>
0844           <term>
0845             <menuchoice>
0846               <guimenuitem>Add Custom Settings</guimenuitem>
0847             </menuchoice>
0848           </term>
0849           <listitem>
0850             <para>Open the custom settings editor for the selected share. For further information read the section about the <link linkend="network_neighborhood_browser_defining_custom_settings">Custom Settings</link> editor.</para>
0851           </listitem>
0852         </varlistentry>
0853         <varlistentry>
0854           <term>
0855             <menuchoice><guimenuitem>Synchronize</guimenuitem></menuchoice>
0856           </term>
0857           <listitem>
0858             <para>Synchronize the mounted share with a local copy or vice versa. For further information read the sections about the shares view's <link linkend="shares_view_actions_popup_menu">actions and popup menu</link> and the <link linkend="shares_view_synchronization">synchronization</link>.</para>
0859           </listitem>
0860         </varlistentry>
0861         <varlistentry>
0862           <term>
0863             <menuchoice><guimenuitem>Open with &konsole;</guimenuitem></menuchoice>
0864           </term>
0865           <listitem>
0866             <para>Open the base folder of the share in &konsole;.</para>
0867           </listitem>
0868         </varlistentry>
0869         <varlistentry>
0870           <term>
0871             <menuchoice><guimenuitem>Open with File Manager</guimenuitem></menuchoice>
0872           </term>
0873           <listitem>
0874             <para>Open the contents of the share in the default file manager (&eg; &dolphin;).</para>
0875           </listitem>
0876         </varlistentry>
0877       </variablelist>
0878 
0879       <para>The <guimenuitem>Bookmarks</guimenuitem> menu contains all your bookmarks organized according to the structure you gave them (see also <link linkend="bookmarks_adding">adding bookmarks</link> and <link linkend="bookmarks_editor">editing bookmarks</link>).</para>
0880 
0881       <screenshot>
0882         <screeninfo>Screenshot of the Bookmarks menu of the system tray widget</screeninfo>
0883         <mediaobject>
0884           <imageobject><imagedata fileref="systemtray_bookmarks_menu.png" format="PNG" /></imageobject>
0885           <textobject><phrase>System tray widget's Bookmarks menu</phrase></textobject>
0886         </mediaobject>
0887       </screenshot>
0888 
0889       <para>Its layout is as described <link linkend="bookmarks_menu">here</link>, except that the <guimenuitem>Add Bookmark</guimenuitem> menu item is not present.</para>
0890       <para>In the <guimenuitem>Profiles</guimenuitem> menu, all <link linkend="profiles">profiles</link> are listed:</para>
0891 
0892       <screenshot>
0893         <screeninfo>Screenshot of the Profiles menu of the system tray widget</screeninfo>
0894         <mediaobject>
0895           <imageobject><imagedata fileref="systemtray_profiles_menu.png" format="PNG" /></imageobject>
0896           <textobject><phrase>System tray widget's Profiles menu</phrase></textobject>
0897         </mediaobject>
0898       </screenshot>
0899 
0900       <para>You can activate a profile by clicking it. The profiles can be <link linkend="profiles">managed</link> in the <link linkend="configuration_page_profiles">configuration dialog</link>.</para>
0901       <para>These are the other menu entries:</para>
0902 
0903       <variablelist>
0904         <varlistentry>
0905           <term>
0906             <menuchoice><guimenuitem>Open Mount Dialog</guimenuitem></menuchoice>
0907           </term>
0908           <listitem>
0909             <para>Open the <link linkend="network_neighborhood_browser_mounting">dialog</link> for mounting shares by manually providing the URL, IP address and domain or workgroup.</para>
0910           </listitem>
0911         </varlistentry>
0912         <varlistentry>
0913           <term>
0914             <menuchoice><guimenuitem>Configure &smb4k;...</guimenuitem></menuchoice>
0915           </term>
0916           <listitem>
0917             <para>Open the configuration dialog. See the section about <link linkend="configuration">the configuration</link> for a full list of available settings.</para>
0918           </listitem>
0919         </varlistentry>
0920         <varlistentry>
0921           <term>
0922             <menuchoice><guimenuitem>Minimize | Restore</guimenuitem></menuchoice>
0923           </term>
0924           <listitem>
0925             <para>Hide (minimize) or show (restore) the main window. The text shown depends on the state of the main window.</para>
0926           </listitem>
0927         </varlistentry>
0928         <varlistentry>
0929           <term>
0930             <menuchoice><shortcut><keycombo action="simul">&Ctrl; <keycap>Q</keycap></keycombo></shortcut><guimenuitem>Quit</guimenuitem></menuchoice>
0931           </term>
0932           <listitem>
0933             <para>Quit the application.</para>
0934           </listitem>
0935         </varlistentry>
0936       </variablelist>
0937     </sect2>
0938   </sect1>
0939 
0940 <!-- 
0941       Using Smb4K : The Plasmoid 
0942   -->
0943 
0944 <sect1 id="plasmoid">
0945   <title>The &plasmoid;</title>
0946 
0947   <para>&smb4k; comes with a &plasmoid; that can be added as a widget to the desktop or the panel. It consists of five tabs: <guilabel>Network Neighborhood</guilabel>, <guilabel>Mounted Shares</guilabel>, <guilabel>Bookmarks</guilabel>, <guilabel>Profiles</guilabel>, and <guilabel>Configuration</guilabel>.</para>
0948 
0949   <screenshot>
0950     <screeninfo>Screenshot of the plasmoid on the desktop</screeninfo>
0951     <mediaobject>
0952       <imageobject><imagedata fileref="plasmoid.png" format="PNG" /></imageobject>
0953       <textobject><phrase>Screenshot of the plasmoid</phrase></textobject>
0954     </mediaobject>
0955   </screenshot>
0956 
0957 <!-- 
0958       Using Smb4K : The Plasmoid : Network Neighborhood Tab 
0959   -->
0960 
0961   <sect2 id="plasmoid_network_neighborhood">
0962     <title>Network Neighborhood Tab</title>
0963 
0964     <para>On the <guilabel>Network Neighborhood</guilabel> page the network items are arranged in a list view:</para>
0965 
0966     <screenshot>
0967       <screeninfo>Screenshot of the plasmoid's network neighborhood tab</screeninfo>
0968       <mediaobject>
0969         <imageobject><imagedata fileref="plasmoid_network_neighborhood_tab.png" format="PNG" /></imageobject>
0970         <textobject><phrase>Bookmarks tab of the plasmoid</phrase></textobject>
0971       </mediaobject>
0972     </screenshot>
0973 
0974     <para>By clicking an entry you either enter the level below (&eg; clicking a workgroup or domain item will show a list of all hosts belonging to it), mount the selected share, or invoke the print dialog. To go one level up, you need to click the <guibutton>Up</guibutton> button in the tool bar.</para>
0975     <para>For hosts and shares, there are some action buttons to the right of the network item's name. For hosts, there is one button with which you can open the <link linkend="network_neighborhood_browser_defining_custom_settings">Custom Settings</link> editor. For shares, there are additional buttons for <link linkend="network_neighborhood_browser_previewing">previewing the content of the selected share</link> and for <link linkend="bookmarks_adding">adding the share to the bookmarks</link>. The action buttons are transparent by default and change to opaque when you move the mouse over them. By left clicking, you initiate the chosen action.</para>
0976     <para>Besides the <guibutton>Up</guibutton> button, the tool bar contains three more entries: <guibutton>Rescan</guibutton>, <guibutton>Abort</guibutton> and <guibutton>Mount Dialog</guibutton>. With these you can do a rescan, abort any running action, or open the <link linkend="network_neighborhood_browser_mounting">mount dialog</link>.</para>
0977   </sect2>
0978 
0979 <!-- 
0980       Using Smb4K : The Plasmoid : Mounted Shares Tab 
0981   -->
0982 
0983   <sect2 id="plasmoid_mounted_shares">
0984     <title>Mounted Shares Tab</title>
0985 
0986     <para>On the <guilabel>Mounted Shares</guilabel> page all mounted shares are listed:</para>
0987 
0988     <screenshot>
0989       <screeninfo>Screenshot of the plasmoid's mounted shares tab</screeninfo>
0990       <mediaobject>
0991         <imageobject><imagedata fileref="plasmoid_mounted_shares_tab.png" format="PNG" /></imageobject>
0992         <textobject><phrase>Bookmarks tab of the plasmoid</phrase></textobject></mediaobject>
0993     </screenshot>
0994 
0995     <para>At the right side of each entry, three action buttons are arranged. The first is for <link linkend="bookmarks_adding">adding a bookmark</link>, the second is for <link linkend="shares_view_synchronization">synchronization</link>, and the third is for <link linkend="shares_view_unmounting">unmounting the share</link>. The action buttons are transparent by default and change to opaque when you move your mouse over them. By left clicking you initiate the selected action.</para>
0996     <para>The tool bar contains the <guibutton>Unmount All</guibutton> action that lets you unmount all shares at once.</para>
0997   </sect2>
0998 
0999 <!-- 
1000       Using Smb4K : The Plasmoid : Bookmarks Tab 
1001   -->
1002 
1003   <sect2 id="plasmoid_bookmarks">
1004     <title>Bookmarks Tab</title>
1005 
1006     <para>The bookmarks are listed on the <guilabel>Bookmarks</guilabel> page.</para>
1007     
1008     <screenshot>
1009       <screeninfo>Screenshot of the plasmoid's bookmarks tab</screeninfo>
1010       <mediaobject>
1011         <imageobject><imagedata fileref="plasmoid_bookmarks_tab.png" format="PNG" /></imageobject>
1012         <textobject><phrase>Bookmarks tab of the plasmoid</phrase></textobject>
1013       </mediaobject>
1014     </screenshot>
1015 
1016     <para>Bookmarked shares can be mounted by left clicking the respective bookmark. To edit or remove the bookmarks, press the <guibutton>Edit</guibutton> action button in the tool bar to open the <link linkend="bookmarks_editor">Bookmark Editor</link>. To get back to the top level from a category folder, use the <guibutton>Back</guibutton> button.</para>
1017   </sect2>
1018 
1019 <!-- 
1020       Using Smb4K : The Plasmoid : Profiles Tab 
1021   -->
1022 
1023   <sect2 id="plasmoid_profiles">
1024     <title>Profiles Tab</title>
1025   
1026     <para>All defined profiles are listed on the <guilabel>Profiles</guilabel> page. The currently active profile is marked with an appended <guilabel>(active)</guilabel> label.</para>
1027   
1028     <screenshot>
1029       <screeninfo>Screenshot of the plasmoid's profiles tab</screeninfo>
1030       <mediaobject>
1031         <imageobject><imagedata fileref="plasmoid_profiles_tab.png" format="PNG" /></imageobject>
1032         <textobject><phrase>Profiles tab of the plasmoid</phrase></textobject>
1033       </mediaobject>
1034     </screenshot>
1035   
1036     <para>You can activate a certain profile by clicking it. All profiles can be <link linkend="profiles">managed</link> via the <link linkend="configuration_page_profiles">configuration dialog</link>.</para>
1037   </sect2>
1038   
1039 <!--
1040       Using Smb4K : The Plasmoid : Configuration Tab
1041   -->
1042   
1043   <sect2 id="plasmoid_configuration">
1044     <title>Configuration Tab</title>
1045     
1046     <para>To configure the behavior of &smb4k;, you can launch the <link linkend="configuration">configuration dialog</link> on the <guilabel>Configuration</guilabel> page.</para>
1047     
1048     <screenshot>
1049       <screeninfo>Screenshot of the plasmoid's configuration tab</screeninfo>
1050       <mediaobject>
1051         <imageobject><imagedata fileref="plasmoid_configuration_tab.png" format="PNG" /></imageobject>
1052         <textobject><phrase>Configuration tab of the plasmoid</phrase></textobject>
1053       </mediaobject>
1054     </screenshot>
1055     
1056     <caution>
1057       <para>You should not open two configuration dialogs (through the main application and via the &plasmoid;) at the same time, because they might interfere with each other.</para>
1058     </caution>
1059   </sect2>
1060   
1061 </sect1>
1062 
1063 <!-- 
1064       Using Smb4K : Bookmarks 
1065   -->
1066 
1067   <sect1 id="bookmarks">
1068     <title>Bookmarks</title>
1069 
1070 <!--
1071       Using Smb4K : Bookmarks : Adding Bookmarks
1072   -->
1073   
1074     <sect2 id="bookmarks_adding">
1075       <title>Adding Bookmarks</title>
1076 
1077       <para>You can add bookmarks to your favorite shares from within the <link linkend="network_neighborhood_browser">network neighborhood browser</link>, the <link linkend="shares_view">shares view</link> and the <link linkend="plasmoid">&plasmoid;</link>. In the dock widgets of the main window, this is done by selecting one or more shares and clicking the <menuchoice><guimenuitem>Add Bookmark</guimenuitem></menuchoice> action. In the &plasmoid;, you click the respective bookmark action next to the item's name. A dialog will then pop up where you can add a label and assign the bookmark to a category.</para>
1078 
1079       <screenshot>
1080         <screeninfo>Screenshot of the bookmarks addition dialog</screeninfo>
1081         <mediaobject>
1082           <imageobject><imagedata fileref="bookmarks_add_bookmark_dialog.png" format="PNG" /></imageobject>
1083           <textobject><phrase>Bookmarks addition dialog</phrase></textobject>
1084         </mediaobject>
1085       </screenshot>
1086 
1087       <para>Defining categories may help you organize the bookmarks. In the <link linkend="bookmarks_menu">bookmark menu</link>, all bookmarks belonging to the same category are arranged in a respective submenu.</para>
1088       <para>The label can be any text describing the share. In case you define a label, it will be displayed in the bookmarks menu instead of the location by default. If you want to change this behavior, you can do so in the <link linkend="configuration_page_user_interface_main_window">configuration dialog</link>.</para>
1089     </sect2>
1090     
1091 <!--
1092       Using Smb4K : Bookmarks : Accessing and Managing Bookmarks
1093   -->
1094 
1095     <sect2 id="bookmarks_menu">
1096       <title>Accessing and Managing Bookmarks</title>
1097 
1098       <para>In the main window, the bookmarks can be accessed and managed through the <guilabel>Bookmarks</guilabel> menu.</para>
1099 
1100       <screenshot>
1101         <screeninfo>Screenshot of the bookmark popup menu</screeninfo>
1102         <mediaobject>
1103           <imageobject><imagedata fileref="bookmarks_popup_menu.png" format="PNG" /></imageobject>
1104           <textobject><phrase>Bookmark popup menu</phrase></textobject>
1105         </mediaobject>
1106       </screenshot>
1107 
1108       <para>There are two static items available in the menu:</para>
1109 
1110       <variablelist>
1111         <varlistentry>
1112           <term>
1113             <menuchoice><guimenuitem>Edit Bookmarks</guimenuitem></menuchoice>
1114           </term>
1115           <listitem>
1116             <para>Opens the <link linkend="bookmarks_editor">bookmark editor</link>. This entry is disabled if there are no bookmarks.</para>
1117           </listitem>
1118         </varlistentry>
1119         <varlistentry>
1120           <term>
1121             <menuchoice>
1122               <shortcut><keycombo action="simul">&Ctrl; <keycap>B</keycap></keycombo></shortcut>
1123               <guimenuitem>Add Bookmark</guimenuitem>
1124             </menuchoice>
1125           </term>
1126           <listitem>
1127             <para>Adds bookmarks to the selected shares. At least one share must be selected to enable this entry.</para>
1128           </listitem>
1129         </varlistentry>
1130       </variablelist>
1131 
1132       <para>If there are bookmarks present that are not assigned to a category, and are, thus, shown directly at the top level of the menu, a third item is present:</para>
1133 
1134       <variablelist>
1135         <varlistentry>
1136           <term>
1137             <menuchoice><guimenuitem>Mount Bookmarks</guimenuitem></menuchoice>
1138           </term>
1139           <listitem>
1140             <para>Mount all top level bookmarks at once. This entry is disabled if all bookmarked shares are aready mounted.</para>
1141           </listitem>
1142         </varlistentry>
1143       </variablelist>
1144 
1145       <para>The following entries are category submenus and bookmarks that do not belong to any category. The entries are listed alphabetically and the bookmarks may appear either with their location or a descriptive label. If you click a bookmark, the respective share will be mounted. In case a bookmarked share is already mounted, the entry is disabled.</para>
1146       <para>The category submenus contain the assigned bookmarks, and in each case a <guimenuitem>Mount Bookmarks</guimenuitem> menu item is also present. It can be used to mount all bookmarks in that category at once.</para>
1147       <para>In the system tray widget, there is a similar <guilabel>Bookmarks</guilabel> <link linkend="systemtray_menus">submenu</link> which, however, does not come with the <guilabel>Add Bookmark</guilabel> entry.</para>
1148       <para>The &plasmoid; provides a <guilabel>Bookmarks</guilabel> <link linkend="plasmoid_bookmarks">tab</link> where all bookmarks are arranged in a similar manner as in the bookmark menu. For further details read <link linkend="plasmoid_bookmarks">this section</link>.</para>
1149     </sect2>
1150     
1151 <!--
1152       Using Smb4K : Bookmarks : Editing Bookmarks
1153   -->
1154 
1155     <sect2 id="bookmarks_editor">
1156       <title>Editing Bookmarks</title>
1157 
1158       <para>The bookmarks may be edited or removed via the bookmark editor. It can be opened by clicking the <guimenuitem>Edit Bookmarks</guimenuitem> entry in the <guilabel>Bookmarks</guilabel> menu or the <guimenuitem>Edit</guimenuitem> action in the <guilabel>Bookmarks</guilabel> tab of the &plasmoid;.</para>
1159     
1160       <screenshot>
1161         <screeninfo>Screenshot of the bookmark editor</screeninfo>
1162         <mediaobject>
1163           <imageobject><imagedata fileref="bookmarks_editor.png" format="PNG" /></imageobject>
1164           <textobject><phrase>Bookmark editor</phrase></textobject>
1165         </mediaobject>
1166       </screenshot>
1167 
1168       <para>In the tree view, the bookmarks are arranged according to the categories they belong to. Bookmarks without a category are located at the top level. To rearrange bookmarks, the tree view offers drag and drop capabilities, so you can move bookmarks around with the mouse.</para>
1169       <para>If you want to edit a bookmark, you can do so by selecting it. The stored label, login, IP address and category name appear in the input widgets and become editable. In most cases, you do not need to touch the IP address and the login, because &smb4k; stores the correct values at the time you bookmark the share. However, if the server got a different IP address (&eg; because DHCP is used on your local network), or your login changed, these entries should be adjusted. With the label you can give each bookmark a custom description. It will be used for display <emphasis>instead</emphasis> of the location, but this can be changed in the <link linkend="configuration_page_user_interface_main_window">configuration dialog</link>. Finally,the category entry helps you to organize your bookmarks. For instance, if you use your notebook at home and also at work, and you do not want to use <link linkend="profiles">profiles</link>, it might be a good idea to create two groups, "Home" and "Work", and categorize the bookmarks accordingly.</para>
1170       <para>The tree view also offers a popup menu containing the following three actions. They can be used to add categories or to remove groups and bookmarks.</para>
1171 
1172       <screenshot>
1173         <screeninfo>Screenshot of the popup menu of the bookmark editor</screeninfo>
1174         <mediaobject>
1175           <imageobject><imagedata fileref="bookmarks_editor_popup_menu.png" format="PNG" /></imageobject>
1176           <textobject><phrase>Popup menu of the bookmark editor</phrase></textobject>
1177         </mediaobject>
1178       </screenshot>
1179 
1180       <variablelist>
1181         <varlistentry>
1182           <term>
1183             <menuchoice><guimenuitem>Add Category</guimenuitem></menuchoice>
1184           </term>
1185           <listitem>
1186             <para>Add a bookmark category. After you create a category, you can move bookmarks to it.</para>
1187           </listitem>
1188         </varlistentry>
1189         <varlistentry>
1190           <term>
1191             <menuchoice><guimenuitem>Remove</guimenuitem></menuchoice>
1192           </term>
1193           <listitem>
1194             <para>Remove a selected bookmark or category. In the case of a category, all the bookmarks stored in that group are also removed.</para>
1195           </listitem>
1196         </varlistentry>
1197         <varlistentry>
1198           <term>
1199             <menuchoice><guimenuitem>Clear</guimenuitem></menuchoice>
1200           </term>
1201           <listitem>
1202             <para>Remove all bookmarks and categories from the tree view.</para>
1203           </listitem>
1204         </varlistentry>
1205       </variablelist>
1206       <para>After you have finished editing, the changes can be saved by clicking the <guibutton>OK</guibutton> button.</para>
1207     </sect2>
1208   </sect1>
1209   
1210 <!--
1211       Using Smb4K : Custom Settings
1212   -->
1213   
1214   <sect1 id="custom_settings">
1215     <title>Custom Settings</title>
1216 
1217     <sect2 id="custom_settings_usage">
1218       <title>Using Custom Settings</title>
1219 
1220       <para>Besides the global settings that can be defined in the <link linkend="configuration">configuration dialog</link>, &smb4k; offers the possibility to configure individual settings per server or share. You can make use of these custom settings if you want to</para>
1221       <itemizedlist>
1222         <listitem><para>define individual mount or browse settings for a single server or share that deviate from the values defined in the configuration dialog,</para></listitem>
1223         <listitem><para>define a server that should be awakened prior to network scans or mount attempts (Wake-On-LAN feature, see <link linkend="configuration_page_network_advanced_settings_wake_on_lan">here</link>),</para></listitem>
1224         <listitem><para>always mount a particular share on start-up or when the corresponding profile is loaded.</para></listitem>
1225       </itemizedlist>
1226     </sect2>
1227 
1228     <sect2 id="custom_settings_adding">
1229       <title>Adding Custom Settings</title>
1230 
1231       <para>In the case you want to define custom settings for a share, in both, the <link linkend="network_neighborhood_browser_actions_popup_menu">network neighborhood browser</link> and the <link linkend="shares_view_actions_popup_menu">shares view</link>, you can open the editor for the custom settings by clicking the <menuchoice><shortcut><keycombo action="simul">&Ctrl; <keycap>C</keycap></keycombo></shortcut><guimenuitem>Add Custom Settings</guimenuitem></menuchoice> menu entry.</para>
1232     
1233       <screenshot>
1234         <screeninfo>Screenshot of the custom settings editor for a share</screeninfo>
1235         <mediaobject>
1236           <imageobject>
1237             <imagedata fileref="custom_settings_editor.png" format="PNG" />
1238           </imageobject>
1239           <textobject>
1240             <phrase>The custom settings editor</phrase>
1241           </textobject>
1242         </mediaobject>
1243       </screenshot>
1244 
1245       <!-- FIXME: Custom settings for a server are also applied to its shares. -->
1246 
1247       <para>Individual settings can be made in the following sections / tabs:</para>
1248       
1249       <variablelist>
1250         <varlistentry>
1251           <term>
1252             <guilabel>Common Mount Settings</guilabel> (&Linux; only)
1253           </term>
1254           <listitem>
1255             <para>You can define common settings related to mounting here. Check the <guibutton>Always remount this share</guibutton> button if you want to remount the selected share every time you start &smb4k;. For detailed information about these settings have a look at <link linkend="configuration_page_mounting_common_mount_settings">this section</link>.</para>
1256           </listitem>
1257         </varlistentry>
1258         <varlistentry>
1259           <term>
1260             <guilabel>Advanced Mount Settings</guilabel> (&Linux; only)
1261           </term>
1262           <listitem>
1263             <para>You can define advanced settings related to mounting here. For detailed information about these settings have a look at <link linkend="configuration_page_mounting_advanced_mount_settings">this section</link>.</para>
1264           </listitem>
1265         </varlistentry>
1266         <varlistentry>
1267           <term>
1268             <guilabel>Mount Settings</guilabel> (BSD only)
1269           </term>
1270           <listitem>
1271             <para>You can define settings related to mounting here. For detailed information about these settings have a look at <link linkend="configuration_page_mounting_mount_settings">this section</link>.</para>
1272           </listitem>
1273         </varlistentry>
1274         <varlistentry>
1275           <term>
1276             <guilabel>Browse Settings</guilabel>
1277           </term>
1278           <listitem>
1279             <para>You can define the minimal and maximal SMB protocol versions as well as the SMB port to be used. In addition, you can decide if Kerberos should be used for authentication. For detailed information about these settings have a look at <link linkend="configuration_page_network">this section</link>.</para>
1280           </listitem>
1281         </varlistentry>
1282         <varlistentry>
1283           <term>
1284             <guilabel>Wake-On-LAN Settings</guilabel>
1285           </term>
1286           <listitem>
1287             <para>To make the Wake-On-LAN feature work, you must provide the MAC address of the server you selected. Currently, &smb4k; has no way to determine the MAC address, so you need to find it on your own. Afterwards, you can define if the server should be woken up by sending a magic Wake-On-LAN packet before the network neighborhood is scanned and/or one of its shares is mounted.</para>
1288           </listitem>
1289         </varlistentry>
1290       </variablelist>
1291       
1292       <para>The <guibutton>Defaults</guibutton> button is enabled if the entries in the dialog deviate from the settings you defined in the configuration dialog. By clicking it, you can reset the entries in the dialog to their default values. The <guibutton>OK</guibutton> button is enabled if you changed the settings in the dialog. Clicking it will save the custom settings and close the dialog.</para>
1293       <para>Please note that under BSD the dialog contains fewer entries than if you run &Linux;, because several of the options are not supported.</para>
1294     </sect2>
1295 
1296     <sect2 id="custom_settings_managing_and_editing">
1297       <title>Editing Custom Settings</title>
1298 
1299       <para>You can edit or reset the settings of individual network items by opening the custom settings editor. A complete overview of all custom settings provides the <link linkend="configuration_page_custom_settings"><guilabel>Custom Settings</guilabel> configuration page</link>, where you also can edit or remove the desired settings.</para>
1300     </sect2>
1301   </sect1>
1302 
1303 <!-- 
1304       Using Smb4K : Profiles 
1305   -->
1306 
1307   <sect1 id="profiles">
1308     <title>Profiles</title>
1309     
1310     <para>&smb4k; offers the option to use different profiles. They are intended to facilitate handling of different network neighborhoods, &eg;, if you are using your laptop at home and also at work.</para>
1311     <para>By default, the use of profiles is disabled. Most users won't have to change this, because the default behavior satisfies their needs completely. However, for some users this feature might be useful.</para>
1312   
1313 <!-- 
1314       Using Smb4K : Profiles : Enabling and Managing Profiles 
1315   -->
1316   
1317     <sect2 id="profiles_enable">
1318       <title>Enabling and Managing Profiles</title>
1319       <para>The use of different profiles can be enabled in the <link linkend="configuration_page_profiles">configuration dialog</link>. The first profile in the list, most likely the <guilabel>Home</guilabel> profile, is picked to be the active profile. You can also enable the profile migration assistant.</para>
1320       <para>Two profiles are pre-defined, <guilabel>Home</guilabel> and <guilabel>Work</guilabel>, but you can define as many profiles as you want. A new profile is added by entering its name into the input line on the <guibutton>Profiles</guibutton> configuration page and clicking <guibutton>Add</guibutton> afterwards.</para>
1321       <screenshot>
1322         <screeninfo>Screenshot of the Profiles configuration page (add profile)</screeninfo>
1323         <mediaobject>
1324           <imageobject>
1325             <imagedata fileref="configuration_page_profiles_add_profile.png" format="PNG" />
1326           </imageobject>
1327           <textobject>
1328             <phrase>Profiles configuration page (add profile)</phrase>
1329           </textobject>
1330         </mediaobject>
1331       </screenshot>
1332       <para>If you want to rename a profile, just click it and edit the name in the input line. Clicking <guibutton>Add</guibutton> will update the name in the list view. All stored settings will be migrated seamlessly (without the use of the migration assistant). A profile can be removed by selecting it in the list view and clicking <guibutton>Remove</guibutton>. You may also change the order of the profiles with the <guibutton>Move Up</guibutton> and <guibutton>Move Down</guibutton> buttons.</para>
1333       <para>In case you enabled the migration assistant, it is always launched when you remove a profile or when you enable/disable the use of profiles. It takes care of the migration of all relevant settings.</para>
1334       <para>The following screenshot illustrates the profile migration assistant after you have enabled the use of profiles:</para>
1335       <screenshot>
1336         <screeninfo>Screenshot of the profile migration assistant</screeninfo>
1337         <mediaobject>
1338           <imageobject>
1339             <imagedata fileref="configuration_page_profiles_migration_assistant.png" format="PNG" />
1340           </imageobject>
1341           <textobject>
1342             <phrase>Profile Migration Assistant</phrase>
1343           </textobject>
1344         </mediaobject>
1345       </screenshot>
1346       <para>The old profile (<guilabel>&lt;Default Profile&gt;</guilabel> in this case) is listed under <guilabel>Old Profile</guilabel>. Under <guilabel>New Profile</guilabel> you can choose the profile from the drop-down menu to which the settings should be migrated. The first profile in the list is preselected. Clicking the <guibutton>OK</guibutton> button migrates the settings. Clicking <guibutton>Cancel</guibutton> cancels the action.</para>
1347       <note><para>In order to use the migration assistant when you first enable the use of profiles, you must enable its use at the same time you enable the use of profiles.</para></note>
1348     </sect2>
1349   
1350 <!-- 
1351       Using Smb4K : Profiles : Activating a Profile 
1352   -->
1353   
1354     <sect2 id="profiles_activate_profile">
1355       <title>Activating a Profile</title>
1356       <para>By default, the first profile in the list is set active when you enable the use of profiles. The active profile can be changed in the <guimenu>Profiles</guimenu> menu of the main window, or via the system tray widget, or on the <guilabel>Profiles</guilabel> page of the plasmoid.</para>
1357       <para>When a profile is activated, several things happen:</para>
1358       <itemizedlist>
1359         <listitem><para>All currently mounted shares are unmounted and scheduled for remount.</para></listitem>
1360         <listitem><para>All shares that were previously mounted under the newly activated profile are remounted.</para></listitem>
1361         <listitem><para>The bookmarks and custom settings from the new profile are loaded.</para></listitem>
1362       </itemizedlist>
1363       <para>So, don't be surprised when things change after you select a different profile ...</para>
1364     </sect2>
1365   </sect1>
1366 
1367 <!-- 
1368       Using Smb4K : Notifications 
1369   -->
1370 
1371   <sect1 id="notifications">
1372     <title>Notifications</title>
1373   
1374 <!-- 
1375       Using Smb4K : Notifications : Default Behavior
1376   -->
1377   
1378     <sect2 id="notifications_default_behavior">
1379       <title>Default Behavior</title>
1380       <para>Normal events like mounting and unmounting of a share as well as warnings and errors are reported to the user via system notifications. By default, when the user is notified about a normal event, a notification pops up silently. With warnings and errors a sound is also played. The screenshot below shows the notification that pops up after a share has been mounted.</para>
1381       <screenshot>
1382         <screeninfo>Screenshot of the notification after mounting a share</screeninfo>
1383         <mediaobject>
1384           <imageobject><imagedata fileref="notification_share_mounted.png" format="PNG" /></imageobject>
1385           <textobject><phrase>Notification after mounting a share</phrase></textobject>
1386         </mediaobject>
1387       </screenshot>
1388       <para>The default behavior of each notification can be changed via the <link linkend="notifications_manage">&systemsettings;</link>.</para>
1389     </sect2>
1390 
1391 <!-- 
1392       Using Smb4K : Notifications : Managing Notifications 
1393   -->
1394 
1395     <sect2 id="notifications_manage">
1396       <title>Managing Notifications</title>
1397       <para>Notifications can be managed via the &systemsettings;. To modify the behavior of a notification, navigate to the <guibutton>Notifications</guibutton> page. For &plasma; 5.21 and up, next click the <guibutton>Configure</guibutton> button beside the label <guilabel>Applications</guilabel> and choose &smb4k; from the list that appears. Clicking the <guibutton>Configure Events...</guibutton> opens the following dialog:</para>
1398       <screenshot>
1399         <screeninfo>Screenshot of the systemsettings notification module</screeninfo>
1400         <mediaobject>
1401           <imageobject><imagedata fileref="systemsettings_manage_notifications.png" format="PNG" /></imageobject>
1402           <textobject><phrase>Systemsettings notification module</phrase></textobject>
1403         </mediaobject>
1404       </screenshot>
1405       <para>Here, all available notifications are shown in the list view and can be edited, enabled, or disabled, any way you like.</para>
1406     </sect2>
1407   </sect1>
1408 
1409 <!-- 
1410       Using Smb4K : Trouble Shooting
1411 -->
1412 
1413   <sect1 id="trouble_shooting">
1414     <title>Trouble Shooting</title>
1415 
1416 <!--
1417     Using Smb4K : Trouble Shooting : Missing Programs
1418     -->
1419 
1420     <sect2 id="trouble_shooting_missing_programs">
1421       <title>Missing Programs</title>
1422 
1423       <para>If the system is missing some of the programs &smb4k; needs to operate properly, it notifies the user:</para>
1424 
1425       <screenshot id="notification_missing_program">
1426         <screeninfo>Screenshot of the missing program notification</screeninfo>
1427         <mediaobject>
1428           <imageobject><imagedata fileref="notification_missing_program.png" format="PNG" /></imageobject>
1429           <textobject><phrase>The missing program notification</phrase></textobject>
1430         </mediaobject>
1431       </screenshot>
1432 
1433       <para>In this case, please install the specified program or, if it is already present, add its location to the <envar>PATH</envar> environment variable in your shell's configuration file (for the <ulink url="man:/bash"><citerefentry><refentrytitle>bash</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> shell it is the <filename>~/.bashrc</filename> file).</para>
1434     </sect2>
1435 
1436 <!--
1437     Using Smb4K : Trouble Shooting : Zeroconf Daemon
1438     -->
1439 
1440     <sect2 id="trouble_shooting_zeroconf">
1441       <title>Zeroconf Error</title>
1442 
1443       <para>&smb4k; uses the Zeroconf service (<application><ulink url="https://avahi.org">Avahi</ulink></application>) to look up servers and shares in the network neighborhood using DNS Service Discovery (DNS-SD). For this to work, the Avahi daemon must be enabled and running on your system. If this is not the case, &smb4k; shows an error message:</para>
1444 
1445       <screenshot id="notification_zeroconf_error">
1446         <screeninfo>Screenshot of the Zeroconf error notification</screeninfo>
1447         <mediaobject>
1448           <imageobject><imagedata fileref="notification_zeroconf_error.png" format="PNG" /></imageobject>
1449           <textobject><phrase>The Zeroconf error notification</phrase></textobject>
1450         </mediaobject>
1451       </screenshot>
1452 
1453       <para>In most cases, the Avahi daemon is not running when an error is reported. Under those &Linux; distributions that use <application>systemd</application> you can start it by running the following or a similar command from the terminal:</para>
1454       <para><screen><userinput><prompt>$</prompt> <command>sudo</command> <command>systemctl</command> enable --now avahi-daemon</userinput></screen></para>
1455       <para>With all other &Linux; distributions and under BSD refer to the specific documentation how to start the Avahi daemon.</para>
1456     </sect2>
1457   
1458 <!--
1459     Using Smb4K : Trouble Shooting : Denied Privilege Escalation
1460 -->
1461     
1462     <sect2 id="trouble_shooting_polkit-1">
1463       <title>Denied Privilege Escalation</title>
1464       
1465       <para>In case the mount and unmount actions fail (most likely with an <guilabel>AuthorizationDeniedError</guilabel> message), your polkit-1 setup might need to be adjusted: Add a file, &eg; named <filename>10-mounthelper.rules</filename>, to the <filename class="directory">$PREFIX/etc/polkit-1/rules.d/</filename> directory with the following content:</para>
1466 
1467 <programlisting>polkit.addRule(function(action, subject) {
1468         if (action.id == "org.kde.smb4k.mounthelper.mount" &amp;&amp; 
1469             subject.isInGroup("wheel")) {
1470                 return polkit.Result.YES;
1471         }
1472 });
1473 
1474 polkit.addRule(function(action, subject) {
1475         if (action.id == "org.kde.smb4k.mounthelper.unmount" &amp;&amp;
1476             subject.isInGroup("wheel")) {
1477                 return polkit.Result.YES;
1478         }
1479 });</programlisting>
1480       
1481       <para>This allows all users in the Unix group <emphasis>wheel</emphasis> to execute the mount and unmount actions. You may adjust the group of authorized users to any group you prefer to use (&eg; <emphasis>sudo</emphasis> or <emphasis>operator</emphasis>).</para>
1482     </sect2>
1483   
1484 <!--
1485       Using Smb4K : Trouble Shooting : Mounting Problems under BSD
1486   -->
1487     
1488     <sect2 id="trouble_shooting_mounting_problems_under_bsd">
1489       <title>Mounting Problems Under BSD</title>
1490       
1491       <para>If mounting of password-protected shares from either a &Samba; or a &Windows; server fails, this might be because <ulink url="man:/mount_smbfs"><citerefentry><refentrytitle>mount_smbfs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> only uses NTLMv1 authentication, and the server does not support it. To fix mounting for a &Samba; server, you can add the following entry to the [global] section of the <filename>smb.conf</filename> file of <emphasis>the server</emphasis>:</para>
1492       
1493 <programlisting>[global]
1494 ...
1495 ntlm auth = yes
1496 ...
1497 </programlisting>
1498       
1499       <para>To fix this issue for a &Windows; server, please contact the sysadmin and tell her or him that NTLMv1 authentication should be swtiched on (if possible).</para>
1500     </sect2>
1501     
1502 <!-- 
1503       Using Smb4K : Trouble Shooting : Other Desktops Than Plasma
1504 -->
1505 
1506     <sect2 id="trouble_shooting_other_desktop_environments">
1507       <title>Other Desktop Environments Than &plasma;</title>
1508 
1509       <para>When using a different desktop environment than &plasma;, &Qt; and &kde-frameworks; applications might be missing some icons. In that case, you might want to install the application <application>qt5ct</application> (the source code can be obtained <ulink url="https://sourceforge.net/projects/qt5ct/">here</ulink>). To use <application>qt5ct</application> with your desktop environment, add the following line to your <filename>~/.xinitrc</filename> or <filename>~/.profile</filename> file:</para>
1510 <programlisting>export QT_QPA_PLATFORMTHEME=qt5ct</programlisting>
1511     </sect2>
1512   </sect1>
1513 </chapter>
1514 
1515 
1516 <!-- 
1517       Configuring Smb4K 
1518 -->
1519 
1520 <chapter id="configuration">
1521   <title>Configuring &smb4k;</title>
1522 
1523   <para>This section describes the settings that can be used to configure &smb4k;. To open the configuration dialog, you must click the <link linkend="mainwindow_overview"><guimenuitem>Configure &smb4k;...</guimenuitem></link> menu item.</para>
1524 
1525 <!-- 
1526       Configuring Smb4K : User Interface 
1527   -->
1528 
1529   <sect1 id="configuration_page_user_interface">
1530     <title>User Interface</title>
1531 
1532     <para>You can change the appearance and behavior of several dialogs and widgets with the options located here. Please note that if you want to change the appearance of the main window, additional options are available under <guimenu>Settings</guimenu> in the <link linkend="mainwindow_overview">menu bar</link>.</para>
1533     <screenshot>
1534       <screeninfo>Screenshot of the "User Interface" configuration tab</screeninfo>
1535       <mediaobject>
1536         <imageobject><imagedata fileref="configuration_page_user_interface.png" format="PNG" /></imageobject>
1537         <textobject><phrase>The "Appearance" configuration tab</phrase></textobject>
1538       </mediaobject>
1539     </screenshot>
1540     
1541 <!--
1542       Configuring Smb4K : User Interface : Main Window
1543   -->
1544     <sect2 id="configuration_page_user_interface_main_window">
1545       <title>Main Window</title>
1546       
1547       <variablelist>
1548         <varlistentry>
1549           <term>
1550             <menuchoice><guibutton>Tab orientation</guibutton></menuchoice>
1551           </term>
1552           <listitem>
1553             <para>Define the location of the tabs if the dock widgets in the main window are arranged as tabs. The following values can be chosen:</para>
1554             <variablelist>
1555               <varlistentry>
1556                 <term>
1557                   <menuchoice><guimenuitem>Top</guimenuitem></menuchoice>
1558                 </term>
1559                 <listitem>
1560                   <para>The tabs are located at the top.</para>
1561                 </listitem>
1562               </varlistentry>
1563               <varlistentry>
1564                 <term>
1565                   <menuchoice><guimenuitem>Bottom</guimenuitem></menuchoice>
1566                 </term>
1567                 <listitem>
1568                   <para>The tabs are located at the bottom.</para>
1569                 </listitem>
1570               </varlistentry>
1571               <varlistentry>
1572                 <term>
1573                   <menuchoice><guimenuitem>Left</guimenuitem></menuchoice>
1574                 </term>
1575                 <listitem>
1576                   <para>The tabs are located on the left side.</para>
1577                 </listitem>
1578               </varlistentry>
1579               <varlistentry>
1580                 <term>
1581                   <menuchoice><guimenuitem>Right</guimenuitem></menuchoice>
1582                 </term>
1583                 <listitem>
1584                   <para>The tabs are located on the right side.</para>
1585                 </listitem>
1586               </varlistentry>
1587             </variablelist>
1588             <para>Default: <guimenuitem>Bottom</guimenuitem></para>
1589           </listitem>
1590         </varlistentry>
1591         <varlistentry>
1592           <term>
1593             <menuchoice><guibutton>Show custom bookmark label if available</guibutton></menuchoice>
1594           </term>
1595           <listitem>
1596             <para>The custom description (label) of the bookmark is shown. It can be defined in the <link linkend="bookmarks_editor">bookmark editor</link>.</para>
1597             <para>Default: selected</para>
1598           </listitem>
1599         </varlistentry>
1600       </variablelist>
1601     </sect2>
1602 
1603 <!-- 
1604       Configuring Smb4K : User Interface : Network Neighborhood 
1605   -->
1606 
1607     <sect2 id="configuration_page_user_interface_network">
1608       <title>Network Neighborhood</title>
1609 
1610       <variablelist>
1611         <varlistentry>
1612           <term>
1613             <menuchoice><guibutton>Icon size</guibutton></menuchoice>
1614           </term>
1615           <listitem>
1616             <para>Set the icon size in the network neighborhood browser. The size can be adjusted in steps of 16 pixels from 16 x 16 pixels to 128 x 128 pixels.</para>
1617             <para>Default: small icon size</para>
1618           </listitem>
1619         </varlistentry>
1620         <varlistentry>
1621           <term>
1622             <menuchoice><guibutton>Automatically expand domains and hosts</guibutton></menuchoice>
1623           </term>
1624           <listitem>
1625             <para>Automatically expand domain and host items when a list of associated network items (domain members or shares) is added or updated. Please note that a domain or host item will always be expanded when you execute it.</para>
1626             <para>Default: selected</para>
1627           </listitem>
1628         </varlistentry>
1629         <varlistentry>
1630           <term>
1631             <menuchoice><guibutton>Show the type of the share</guibutton></menuchoice>
1632           </term>
1633           <listitem>
1634             <para>The type of the shares is shown (i. e. Disk, Printer, or IPC).</para>
1635             <para>Default: selected</para>
1636           </listitem>
1637         </varlistentry>
1638         <varlistentry>
1639           <term>
1640             <menuchoice><guibutton>Show the IP address of the server</guibutton></menuchoice>
1641           </term>
1642           <listitem>
1643             <para>The IP address of the remote servers is shown.</para>
1644             <para>Default: selected</para>
1645           </listitem>
1646         </varlistentry>
1647         <varlistentry>
1648           <term>
1649             <menuchoice><guibutton>Show the comment</guibutton></menuchoice>
1650           </term>
1651           <listitem>
1652             <para>The comment of a remote server or share is shown.</para>
1653             <para>Default: selected</para>
1654           </listitem>
1655         </varlistentry>
1656         <varlistentry>
1657           <term>
1658             <menuchoice><guibutton>Show tooltips for network items</guibutton></menuchoice>
1659           </term>
1660           <listitem>
1661             <para>A tooltip will be shown when you move the mouse pointer over an item in the network neighborhood browser. It contains information about the network item such as the workgroup or domain name, host name, comment, type, &etc;</para>
1662             <para>Default: selected</para>
1663           </listitem>
1664         </varlistentry>
1665       </variablelist>
1666     </sect2>
1667 
1668 <!-- 
1669       Configuring Smb4K : User Interface : Shares View 
1670   -->
1671 
1672     <sect2 id="configuration_page_user_interface_shares_view">
1673       <title>Shares View</title>
1674   
1675       <variablelist>
1676         <varlistentry>
1677           <term>
1678             <menuchoice><guibutton>View mode of the shares view</guibutton></menuchoice>
1679           </term>
1680           <listitem>
1681             <para>Define the view mode of the shares view.</para>
1682             <para>The following modes are defined:</para>
1683             <variablelist>
1684               <varlistentry>
1685                 <term>
1686                   <menuchoice><guimenuitem>Icon View</guimenuitem></menuchoice>
1687                 </term>
1688                 <listitem>
1689                   <para>The icon view mode</para>
1690                 </listitem>
1691               </varlistentry>
1692               <varlistentry>
1693                 <term>
1694                   <menuchoice><guimenuitem>List View</guimenuitem></menuchoice>
1695                 </term>
1696                 <listitem>
1697                   <para>The list view mode</para>
1698                 </listitem>
1699               </varlistentry>
1700             </variablelist>
1701             <para>Default: <guimenuitem>Icon View</guimenuitem></para>
1702           </listitem>
1703         </varlistentry>
1704         <varlistentry>
1705           <term>
1706             <menuchoice><guibutton>Icon size for the icon view</guibutton></menuchoice>
1707           </term>
1708           <listitem>
1709             <para>Set the icon size in the icon view of the shares view. The size can be adjusted in steps of 16 pixels from 16 x 16 pixels to 128 x 128 pixels.</para>
1710             <para>Default: desktop icon size</para>
1711           </listitem>
1712         </varlistentry>
1713         <varlistentry>
1714           <term>
1715             <menuchoice><guibutton>Icon size for the list view</guibutton></menuchoice>
1716           </term>
1717           <listitem>
1718             <para>Set the icon size in the list view of the shares view. The size can be adjusted in steps of 16 pixels from 16 x 16 pixels to 128 x 128 pixels.</para>
1719             <para>Default: small icon size</para>
1720           </listitem>
1721         </varlistentry>
1722         <varlistentry>
1723           <term>
1724             <menuchoice><guibutton>Show tooltips for mounted shares</guibutton></menuchoice>
1725           </term>
1726           <listitem>
1727             <para>A tooltip will be shown when you move the mouse pointer over an item in the shares view. It contains information about the mounted share such as the share name, UNC address, mount point, owner and group, login (&CIFS; file system, &Linux; only), disk usage, &etc;</para>
1728             <para>Default: selected</para>
1729           </listitem>
1730         </varlistentry>
1731       </variablelist>
1732     </sect2>
1733   </sect1>
1734 
1735 <!-- 
1736       Configuring Smb4K : Network 
1737 -->
1738 
1739   <sect1 id="configuration_page_network">
1740     <title>Network</title>
1741 
1742     <para>The options located here influence the network communication. You can modify the browsing and display behavior in the <guibutton>Basic Settings</guibutton> tab and the more advanced options for Samba and the Wake-On-LAN capabilities in the <guibutton>Advanced Settings</guibutton> tab.</para>
1743     
1744     <screenshot>
1745       <screeninfo>Screenshot of the "Network" configuration tab</screeninfo>
1746       <mediaobject>
1747         <imageobject><imagedata fileref="configuration_page_network.png" format="PNG" /></imageobject>
1748         <textobject><phrase>The "Network" configuration tab</phrase></textobject>
1749       </mediaobject>
1750     </screenshot>
1751     
1752 <!--
1753       Configuring Smb4K : Network : Basic Settings
1754     -->
1755     
1756     <sect2 id="configuration_page_network_basic_settings">
1757       <title>Basic Settings</title>
1758       
1759       <sect3 id="configuration_page_network_basic_settings_browse_settings">
1760         <title>Browse Settings</title>
1761         
1762         <variablelist>
1763           <varlistentry>
1764             <term>
1765               <menuchoice><guibutton>Use Web Services Dynamic Discovery (WS-Discovery) for browsing</guibutton></menuchoice>
1766             </term>
1767             <listitem>
1768               <para>The Web Services Dynamic Discovery (WS-Discovery) protocol is used to browse the local network and discover workgroups, domains and hosts. This is useful if your network neighborhood is dominated by servers with modern &Windows; versions. If you use this option, there should be no need to force &Samba;'s client library to use the SMB protocol version 1.0 to search for workgroups and domains.</para>
1769               <note><para>This setting is optional, and only appears if you compiled &smb4k; with WS-Discovery support.</para></note>
1770               <para>Default: selected</para>
1771             </listitem>
1772           </varlistentry>
1773           <varlistentry>
1774             <term>
1775               <menuchoice><guibutton>Use DNS Service Discovery (DNS-SD) for browsing</guibutton></menuchoice>
1776             </term>
1777             <listitem>
1778               <para>The DNS Service Discovery (DNS-SD) interface is used to browse the local network and discover servers that provide shared SMB resources. The discovered domains correspond to the local DNS domains (&eg;, named LOCAL) and most likely not the ones defined in the network neighborhood. However, this does not influence the browsing. If you use this option, there is no need to force &Samba;'s client library to use the SMB protocol version 1.0 when searching for workgroups and domains.</para>
1779               <para>Default: selected</para>
1780             </listitem>
1781           </varlistentry>
1782           <varlistentry>
1783             <term>
1784               <menuchoice><guibutton>Force SMB protocol version 1.0 for workgroup and domain lookups</guibutton></menuchoice>
1785             </term>
1786             <listitem>
1787               <para>Select this option as a last resort, because the SMB protocol version 1.0 is unsafe and has been disabled in newer &Samba; and &Windows; versions. However, if you have trouble discovering workgroups and domains in your network neighborhood, you might want to consider switching this setting on. If you are using DNS Service Discovery (DNS-SD) or Web Services Dynamic Discovery (WS-Discovery), and those are working for you, you do not need version 1.0.</para>
1788               <para>Default: not selected</para>
1789             </listitem>
1790           </varlistentry>
1791           <varlistentry>
1792             <term>
1793               <menuchoice><guibutton>Set minimal and maximal SMB protocol version</guibutton></menuchoice>
1794             </term>
1795             <listitem>
1796               <para>Set the minimal and maximal SMB protocol version that is used by &Samba;'s client library to browse the network neighborhood. This will override the settings in the smb.conf file. Normally, you do not need to use this option, because the right protocol versions should be negotiated between the client and the server while establishing a connection. Please note that this setting might not be appropriate to make the discovery of workgroups and domains work while keeping undisturbed connectivity to servers. Use DNS Service Discovery (DNS-SD) or Web Services Dynamic Discovery (WS-Discovery) for domain and workgroup lookups instead.</para>
1797               <para>The settings below for the minimal and maximal SMB protocol version are enabled by checking this checkbox.</para>
1798               <para>The maximal SMB protocol version must be equal to or greater than the minimal SMB protocol version.</para>
1799               <para>Default: not selected</para>
1800               <variablelist>
1801                 <varlistentry>
1802                   <term>
1803                     <menuchoice><guilabel>Minimal SMB protocol version:</guilabel></menuchoice>
1804                   </term>
1805                   <listitem>
1806                     <para>The following protocol versions can be set:</para>
1807                     <variablelist>
1808                       <varlistentry>
1809                         <term>
1810                           <menuchoice><guimenuitem>NT1 (Classic CIFS/SMBv1 protocol)</guimenuitem></menuchoice>
1811                         </term>
1812                         <listitem>
1813                           <para>This is the current up to date version of the protocol. It is used by &Windows; NT and it is known as CIFS. It is considered to be unsafe and was disabled in the latest &Samba; and &Windows; version.</para>
1814                         </listitem>
1815                       </varlistentry>
1816                       <varlistentry>
1817                         <term>
1818                           <menuchoice><guimenuitem>SMB2 (Windows Vista and above)</guimenuitem></menuchoice>
1819                         </term>
1820                         <listitem>
1821                           <para>This is the re-implementation of the SMB protocol. It is used by &Windows; Vista and above.</para>
1822                         </listitem>
1823                       </varlistentry>
1824                       <varlistentry>
1825                         <term>
1826                           <menuchoice><guimenuitem>SMB3 (Windows 8 and above)</guimenuitem></menuchoice>
1827                         </term>
1828                         <listitem>
1829                           <para>This is the same as SMB2. This protocol version is used by &Windows; 8 and above.</para>
1830                         </listitem>
1831                       </varlistentry>
1832                     </variablelist>
1833                     <para>Default: <guimenuitem>SMB2 (Windows Vista and above)</guimenuitem></para>
1834                   </listitem>
1835                 </varlistentry>
1836                 <varlistentry>
1837                   <term>
1838                     <menuchoice><guilabel>Maximal SMB protocol version:</guilabel></menuchoice>
1839                   </term>
1840                   <listitem>
1841                     <para>The following protocol versions can be set:</para>
1842                     <variablelist>
1843                       <varlistentry>
1844                         <term>
1845                           <menuchoice><guimenuitem>NT1 (Classic CIFS/SMBv1 protocol)</guimenuitem></menuchoice>
1846                         </term>
1847                         <listitem>
1848                           <para>This is the current up to date version of the protocol. It is used by &Windows; NT and known as CIFS. It is considered to be unsafe and was disabled in the latest &Samba; and &Windows; version.</para>
1849                         </listitem>
1850                       </varlistentry>
1851                       <varlistentry>
1852                         <term>
1853                           <menuchoice><guimenuitem>SMB2 (Windows Vista and above)</guimenuitem></menuchoice>
1854                         </term>
1855                         <listitem>
1856                           <para>This is the re-implementation of the SMB protocol. It is used by &Windows; Vista and above.</para>
1857                         </listitem>
1858                       </varlistentry>
1859                       <varlistentry>
1860                         <term>
1861                           <menuchoice><guimenuitem>SMB3 (Windows 8 and above)</guimenuitem></menuchoice>
1862                         </term>
1863                         <listitem>
1864                           <para>This is the same as SMB2. This protocol version is used by &Windows; 8 and above.</para>
1865                         </listitem>
1866                       </varlistentry>
1867                     </variablelist>
1868                     <para>Default: <guimenuitem>SMB3 (Windows 8 and above)</guimenuitem></para>
1869                   </listitem>
1870                 </varlistentry>
1871               </variablelist>
1872             </listitem>
1873           </varlistentry>
1874         </variablelist>
1875       </sect3>
1876         
1877       <sect3 id="configuration_page_network_basic_settings_behavior">
1878         <title>Behavior</title>
1879     
1880         <variablelist>
1881           <varlistentry>
1882             <term>
1883               <menuchoice><guibutton>Detect printer shares</guibutton></menuchoice>
1884             </term>
1885             <listitem>
1886               <para>Printer shares are detected.</para>
1887               <para>Default: selected</para>
1888             </listitem>
1889           </varlistentry>
1890           <varlistentry>
1891             <term>
1892               <menuchoice><guibutton>Detect hidden shares</guibutton></menuchoice>
1893             </term>
1894             <listitem>
1895               <para>Hidden shares are detected. Hidden shares are ending with a $ sign, &eg; Musik$ or IPC$.</para>
1896               <para>Default: selected</para>
1897             </listitem>
1898           </varlistentry>
1899           <varlistentry>
1900             <term>
1901               <menuchoice><guibutton>Preview hidden files and directories</guibutton></menuchoice>
1902             </term>
1903             <listitem>
1904               <para>Show all files and directories including the hidden ones when opening a share's contents in the preview dialog.</para>
1905               <para>Default: not selected</para>
1906             </listitem>
1907           </varlistentry>
1908         </variablelist>
1909       </sect3>
1910     </sect2>
1911 
1912 <!-- 
1913       Configuring Smb4K : Network : Advanced Settings
1914 -->
1915 
1916     <sect2 id="configuration_page_network_advanced_settings">
1917       <title>Advanced Settings</title>
1918       
1919       <sect3 id="configuration_page_network_advanced_settings_samba">
1920         <title>Samba</title>
1921 
1922         <variablelist>
1923           <varlistentry>
1924             <term>
1925               <menuchoice><guibutton>Set the SMB port to</guibutton></menuchoice>
1926             </term>
1927             <listitem>
1928               <para>Enabling this setting sets the remote SMB port number to communicate with a remote host to the value defined in the spin box. Under BSD, this is also the port that is used for mounting.</para>
1929               <para>Unless you are using a firewall or have a customized network setup, you do not need to change anything here.</para>
1930               <para>Default: 139</para>
1931             </listitem>
1932           </varlistentry>
1933           <varlistentry>
1934             <term>
1935               <menuchoice><guibutton>Set the encryption level to</guibutton></menuchoice>
1936             </term>
1937             <listitem>
1938               <para>Set the level of encryption that is used to make connections. The following settings can be chosen:</para>
1939               <variablelist>
1940                 <varlistentry>
1941                   <term>
1942                     <menuchoice><guimenuitem>None</guimenuitem></menuchoice>
1943                   </term>
1944                   <listitem>
1945                     <para>Encryption is not used.</para>
1946                   </listitem>
1947                 </varlistentry>
1948                 <varlistentry>
1949                   <term>
1950                     <menuchoice><guimenuitem>Request</guimenuitem></menuchoice>
1951                   </term>
1952                   <listitem>
1953                     <para>Encryption is requested.</para>
1954                   </listitem>
1955                 </varlistentry>
1956                 <varlistentry>
1957                   <term>
1958                     <menuchoice><guimenuitem>Require</guimenuitem></menuchoice>
1959                   </term>
1960                   <listitem>
1961                     <para>Encryption is required.</para>
1962                   </listitem>
1963                 </varlistentry>                
1964               </variablelist>
1965               <para>Default: <guimenuitem>None</guimenuitem></para>
1966             </listitem>
1967           </varlistentry>
1968           <varlistentry>
1969             <term>
1970               <menuchoice><guibutton>This computer is on a large network neighborhood</guibutton></menuchoice>
1971             </term>
1972             <listitem>
1973               <para>In the default configuration, all available master browsers are queried when the browse list is compiled. On large network neighborhoods this can be very time consuming. Enabling this setting restricts the query to three master browsers.</para>
1974               <para>Default: not selected</para>
1975             </listitem>
1976           </varlistentry>
1977           <varlistentry>
1978             <term>
1979               <menuchoice><guibutton>Master browsers require authentication</guibutton></menuchoice>
1980             </term>
1981             <listitem>
1982               <para>If the workgroup master browsers require authentication to return the browse list, you need to check this button. This may be the case for example with some NAS devices. This setting is rarely needed and might even cause a master browser to return an empty browse list.</para>
1983               <para>Default: not selected</para>
1984             </listitem>
1985           </varlistentry>
1986           <varlistentry>
1987             <term>
1988               <menuchoice><guibutton>Use Kerberos for authentication</guibutton></menuchoice>
1989             </term>
1990             <listitem>
1991               <para>Use Kerberos for authentication in an Active Directory environment.</para>
1992               <para>Default: not selected</para>
1993             </listitem>
1994           </varlistentry>
1995           <varlistentry>
1996             <term>
1997               <menuchoice><guibutton>Use Winbind ccache for authentication</guibutton></menuchoice>
1998             </term>
1999             <listitem>
2000               <para>Try to use the credentials cached by Winbind.</para>
2001               <para>Default: not selected</para>
2002             </listitem>
2003           </varlistentry>          
2004         </variablelist>
2005       </sect3>
2006       <sect3 id="configuration_page_network_advanced_settings_wake_on_lan">
2007         <title>Wake-On-LAN</title>
2008 
2009         <para>To be able to use the Wake-On-LAN capability of &smb4k;, you have to enable this setting. The hosts that should to be woken up have to be defined through the <link linkend="network_neighborhood_browser_defining_custom_settings">custom settings editor</link>.</para>
2010 
2011         <variablelist>
2012           <varlistentry>
2013             <term>
2014               <menuchoice><guibutton>Enable Wake-On-LAN features</guibutton></menuchoice>
2015             </term>
2016             <listitem>
2017               <para>Enable Wake-on-LAN (WOL) features. Wake-On-LAN is an ethernet computer networking standard that allows a computer to be turned on or woken up by a network message. Smb4K uses a magic packet send via a UDP socket to wake up remote servers. If you want to take advantage of the Wake-On-LAN feature, you need to enable this option.</para>
2018               <para>Default: not selected</para>
2019               <variablelist>
2020                 <varlistentry>
2021                   <term>
2022                     <menuchoice><guilabel>Waiting time</guilabel></menuchoice>
2023                   </term>
2024                   <listitem>
2025                     <para>This is the waiting time in seconds between the sending of the magic Wake-On-LAN packets and the scanning of the network neighborhood or the mounting of a share.</para>
2026                     <para>Default: 5 s</para>
2027                   </listitem>
2028                 </varlistentry>
2029               </variablelist>
2030             </listitem>
2031           </varlistentry>
2032         </variablelist>
2033       </sect3>
2034     </sect2>
2035   </sect1>
2036 
2037 <!-- 
2038       Configuring Smb4K : Mounting 
2039 -->
2040 
2041   <sect1 id="configuration_page_mounting">
2042     <title>Mounting</title>
2043     
2044     <para>This configuration page contains all settings regarding the mounting of shares. The settings appearing here are depending on the operation system you are using.</para>
2045       
2046     <screenshot>
2047       <screeninfo>Screenshot of the "Mounting" configuration page</screeninfo>
2048       <mediaobject>
2049         <imageobject><imagedata fileref="configuration_page_mounting.png" format="PNG" /></imageobject>
2050         <textobject><phrase>The "Mounting" configuration page</phrase></textobject>
2051       </mediaobject>
2052     </screenshot>
2053     
2054 <!--
2055       Configuring Smb4K : Mounting : Basic Settings
2056 -->
2057     
2058     <sect2 id="configuration_page_mounting_basic_settings">
2059       <title>Basic Settings</title>
2060       
2061       <para>The settings in this tab are the same for all supported operating systems.</para>
2062       
2063       <sect3 id="configuration_page_mounting_basic_settings_directories">
2064         <title>Directories</title>
2065 
2066         <variablelist>
2067           <varlistentry>
2068             <term>
2069               <menuchoice><guibutton>Mount prefix</guibutton></menuchoice>
2070             </term>
2071             <listitem>
2072               <para>This is the base folder (mount prefix) where &smb4k; will mount the remote shares. It can be changed by using the &URL; requester (Click the button with the folder icon.) or by directly entering the new path into the text box. Path variables like <envar>$HOME</envar> are recognized.</para>
2073               <para>Default: <filename class="directory">$HOME/smb4k/</filename></para>
2074             </listitem>
2075           </varlistentry>
2076           <varlistentry>
2077             <term>
2078               <menuchoice><guibutton>Force generated subdirectories to be lower case</guibutton></menuchoice>
2079             </term>
2080             <listitem>
2081               <para>All subdirectories that are created by &smb4k; below the mount prefix will be lower case.</para>
2082               <para>Default: not selected</para>
2083             </listitem>
2084           </varlistentry>
2085         </variablelist>
2086       </sect3>
2087 
2088       <sect3 id="configuration_page_mounting_basic_settings_behavior">
2089         <title>Behavior</title>
2090 
2091         <variablelist>
2092           <varlistentry>
2093             <term>
2094               <menuchoice><guibutton>Remount shares</guibutton></menuchoice>
2095             </term>
2096             <listitem>
2097               <para>Remount all your shares that were mounted when you exited the program or changed a profile. If the remounting of a share fails, Smb4K will retry the next time it is started. Shares that were mounted by other users are ignored.</para>
2098               <para>Default: not selected</para>
2099               <variablelist>
2100                 <varlistentry>
2101                   <term>
2102                     <menuchoice><guilabel>Number of remount attempts</guilabel></menuchoice>
2103                   </term>
2104                   <listitem>
2105                     <para>Set the number of attempts that are made to remount shares before Smb4K gives up.</para>
2106                     <para>Default: 1</para>
2107                   </listitem>
2108                 </varlistentry>
2109                 <varlistentry>
2110                   <term>
2111                     <menuchoice><guilabel>Interval between remount attempts</guilabel></menuchoice>
2112                   </term>
2113                   <listitem>
2114                     <para>Set the time that elapses between attempts to remount shares.</para>
2115                     <para>Default: 5 min</para>
2116                   </listitem>
2117                 </varlistentry>  
2118               </variablelist>
2119             </listitem>
2120           </varlistentry>
2121           <varlistentry>
2122             <term>
2123               <menuchoice><guibutton>Unmount all personal shares on exit</guibutton></menuchoice>
2124             </term>
2125             <listitem>
2126               <para>Unmount all shares that belong to you when the program exits. Shares that are owned by other users are ignored.</para>
2127               <para>Default: not selected</para>
2128             </listitem>
2129           </varlistentry>
2130           <varlistentry>
2131             <term>
2132               <menuchoice><guibutton>Force unmounting of inaccessible shares</guibutton></menuchoice>
2133             </term>
2134             <listitem>
2135               <para>Force unmounting of inaccessible shares (&Linux; only). In case a share is inaccessible, a lazy unmount is performed. Before the actual unmounting is done, a warning dialog is shown asking to approve the unmount.</para>
2136               <para>Default: not selected</para>
2137             </listitem>
2138           </varlistentry>
2139           <varlistentry>
2140             <term>
2141               <menuchoice><guibutton>Allow the unmounting of shares that are owned by other users</guibutton></menuchoice>
2142             </term>
2143             <listitem>
2144               <para>This option will allow you to unmount shares that were mounted by other users.</para>
2145               <para>USE WITH EXTREME CAUTION!</para>
2146               <para>Default: not selected</para>
2147             </listitem>
2148           </varlistentry>
2149           <varlistentry>
2150             <term>
2151               <menuchoice><guibutton>Detect all shares that are mounted on the system</guibutton></menuchoice>
2152             </term>
2153             <listitem>
2154               <para>You will not only see the shares that were mounted and are owned by you, but also all other mounts using the SMBFS (BSD) and &CIFS; (&Linux;) file system that are present on the system.</para>
2155               <para>Default: not selected</para>
2156             </listitem>
2157           </varlistentry>  
2158         </variablelist>
2159       </sect3>
2160     </sect2>
2161   
2162 <!--
2163       Configuring Smb4K : Mounting : Common Mount Settings (Linux)
2164 -->
2165   
2166     <sect2 id="configuration_page_mounting_common_mount_settings">
2167       <title>Common Mount Settings (&Linux; only)</title>
2168       
2169       <para>The <guilabel>Common Mount Settings</guilabel> tab is only available under &Linux; and the listed options refer to the <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> / <ulink url="man:/mount.smb3"><citerefentry><refentrytitle>mount.smb3</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> command. The settings present under BSD can be found in the <link linkend="configuration_page_mounting_mount_settings">Mount Settings (BSD only)</link> section.</para>
2170 
2171       <sect3 id="configuration_page_mounting_common_mount_settings_common_options">
2172         <title>Common Options</title>
2173 
2174         <variablelist>
2175           <varlistentry>
2176             <term>
2177               <menuchoice><guibutton>Write access</guibutton></menuchoice>
2178             </term>
2179             <listitem>
2180               <para>The write access to a share can be determined here. This option is independent of the file mask and the folder mask settings above. Available options are:</para>
2181               <variablelist>
2182                 <varlistentry>
2183                   <term>
2184                     <menuchoice><guimenuitem>read-write</guimenuitem></menuchoice>
2185                   </term>
2186                   <listitem>
2187                     <para>Option: <option>rw</option></para>
2188                     <para>Mount the share read-write.</para>
2189                   </listitem>
2190                 </varlistentry>
2191                 <varlistentry>
2192                   <term>
2193                     <menuchoice><guimenuitem>read-only</guimenuitem></menuchoice>
2194                   </term>
2195                   <listitem>
2196                     <para>Option: <option>ro</option></para>
2197                     <para>Mount the share read-only.</para>
2198                   </listitem>
2199                 </varlistentry>
2200               </variablelist>
2201               <para>Default: not selected; <guimenuitem>read-write</guimenuitem></para>
2202             </listitem>
2203           </varlistentry>
2204           <varlistentry>
2205             <term>
2206               <menuchoice><guibutton>Client character set</guibutton></menuchoice>
2207             </term>
2208             <listitem>
2209               <para>Option: <option>iocharset=CHARSET</option></para>
2210               <para>Sets the character set used by the client side (&ie; your computer) to one of the following:</para>
2211               <variablelist>
2212                 <varlistentry>
2213                   <term>
2214                     <menuchoice><guimenuitem>default</guimenuitem></menuchoice>
2215                   </term>
2216                   <listitem>
2217                     <para>Default character set used by the client's kernel. In this case the <option>iocharset</option> option is omitted from the command line.</para>
2218                   </listitem>
2219                 </varlistentry>
2220                 <varlistentry>
2221                   <term>
2222                     <menuchoice><guimenuitem>iso8859-1</guimenuitem></menuchoice>
2223                   </term>
2224                   <listitem>
2225                     <para>ISO/IEC 8859-1:1998. This character-encoding scheme is used throughout the Americas, Western Europe, Oceania, and much of Africa.</para>
2226                   </listitem>
2227                 </varlistentry>
2228                 <varlistentry>
2229                   <term>
2230                     <menuchoice><guimenuitem>iso8859-2</guimenuitem></menuchoice>
2231                   </term>
2232                   <listitem>
2233                     <para>ISO/IEC 8859-2:1999.  It is informally referred to as "Latin-2". It is generally intended for Central or "Eastern European" languages that are written in the Latin script.</para>
2234                   </listitem>
2235                 </varlistentry>
2236                 <varlistentry>
2237                   <term>
2238                     <menuchoice><guimenuitem>iso8859-3</guimenuitem></menuchoice>
2239                   </term>
2240                   <listitem>
2241                     <para>ISO/IEC 8859-3:1999. It is informally referred to as Latin-3 or South European. It was designed to cover Turkish, Maltese and Esperanto, though the introduction of ISO/IEC 8859-9 superseded it for Turkish.</para>
2242                   </listitem>
2243                 </varlistentry>
2244                 <varlistentry>
2245                   <term>
2246                     <menuchoice><guimenuitem>iso8859-4</guimenuitem></menuchoice>
2247                   </term>
2248                   <listitem>
2249                     <para>ISO/IEC 8859-4:1998. It is informally referred to as Latin-4 or North European. It was designed to cover Estonian, Latvian, Lithuanian, Greenlandic, and Sami. It has been largely superseded by ISO/IEC 8859-10 and Unicode.</para>
2250                   </listitem>
2251                 </varlistentry>
2252                 <varlistentry>
2253                   <term>
2254                     <menuchoice><guimenuitem>iso8859-5</guimenuitem></menuchoice>
2255                   </term>
2256                   <listitem>
2257                     <para>ISO/IEC 8859-5:1999. It is informally referred to as Latin/Cyrillic. It was designed to cover languages using a Cyrillic alphabet such as Bulgarian, Belarusian, Russian, Serbian and Macedonian but was never widely used.</para>
2258                   </listitem>
2259                 </varlistentry>
2260                 <varlistentry>
2261                   <term>
2262                     <menuchoice><guimenuitem>iso8859-6</guimenuitem></menuchoice>
2263                   </term>
2264                   <listitem>
2265                     <para>ISO/IEC 8859-6:1999. It is informally referred to as Latin/Arabic. It was designed to cover Arabic.</para>
2266                   </listitem>
2267                 </varlistentry>
2268                 <varlistentry>
2269                   <term>
2270                     <menuchoice><guimenuitem>iso8859-7</guimenuitem></menuchoice>
2271                   </term>
2272                   <listitem>
2273                     <para>ISO/IEC 8859-7:2003. It is informally referred to as Latin/Greek. It was designed to cover the modern Greek language.</para>
2274                   </listitem>
2275                 </varlistentry>
2276                 <varlistentry>
2277                   <term>
2278                     <menuchoice><guimenuitem>iso8859-8</guimenuitem></menuchoice>
2279                   </term>
2280                   <listitem>
2281                     <para>ISO/IEC 8859-8:1999. It is informally referred to as Latin/Hebrew. ISO/IEC 8859-8 covers all the Hebrew letters, but no Hebrew vowel signs.</para>
2282                   </listitem>
2283                 </varlistentry>
2284                 <varlistentry>
2285                   <term>
2286                     <menuchoice><guimenuitem>iso8859-9</guimenuitem></menuchoice>
2287                   </term>
2288                   <listitem>
2289                     <para>ISO/IEC 8859-9:1999. It is informally referred to as Latin-5 or Turkish. It was designed to cover the Turkish language, designed as being of more use than the ISO/IEC 8859-3 encoding.</para>
2290                   </listitem>
2291                 </varlistentry>
2292                 <varlistentry>
2293                   <term>
2294                     <menuchoice><guimenuitem>iso8859-13</guimenuitem></menuchoice>
2295                   </term>
2296                   <listitem>
2297                     <para>ISO/IEC 8859-13:1998. It is informally referred to as Latin-7 or Baltic Rim. It was designed to cover the Baltic languages, and added characters used in the Polish language missing from the earlier encodings ISO 8859-4 and ISO 8859-10. Unlike these two, it does not cover the Nordic languages.</para>
2298                   </listitem>
2299                 </varlistentry>
2300                 <varlistentry>
2301                   <term>
2302                     <menuchoice><guimenuitem>iso8859-14</guimenuitem></menuchoice>
2303                   </term>
2304                   <listitem>
2305                     <para>ISO/IEC 8859-14:1998. It is informally referred to as Latin-8 or Celtic. It was designed to cover the Celtic languages, such as Irish, Manx, Scottish Gaelic, Welsh, Cornish, and Breton.</para>
2306                   </listitem>
2307                 </varlistentry>
2308                 <varlistentry>
2309                   <term>
2310                     <menuchoice><guimenuitem>iso8859-15</guimenuitem></menuchoice>
2311                   </term>
2312                   <listitem>
2313                     <para>ISO/IEC 8859-15:1999. It is informally referred to as Latin-9 (and for a while Latin-0). It is similar to ISO 8859-1, and thus also intended for “Western European” languages, but replaces some less common symbols with the euro sign and some letters that were deemed necessary.</para>
2314                   </listitem>
2315                 </varlistentry>
2316                 <varlistentry>
2317                   <term>
2318                     <menuchoice><guimenuitem>utf8</guimenuitem></menuchoice>
2319                   </term>
2320                   <listitem>
2321                     <para>Unicode (or Universal Coded Character Set) Transformation Format – 8-bit. UTF-8 is used by many &Linux; distributions as default character set, and is, in addition, by far the most common encoding for the World Wide Web.</para>
2322                   </listitem>
2323                 </varlistentry>
2324                 <varlistentry>
2325                   <term>
2326                     <menuchoice><guimenuitem>koi8-r</guimenuitem></menuchoice>
2327                   </term>
2328                   <listitem>
2329                     <para>KOI8-R (RFC 1489) is an 8-bit character encoding, derived from the KOI-8 encoding by the programmer Andrei Chernov in 1993 and designed to cover Russian, which uses a Cyrillic alphabet.</para>
2330                   </listitem>
2331                 </varlistentry>
2332                 <varlistentry>
2333                   <term>
2334                     <menuchoice><guimenuitem>koi8-u</guimenuitem></menuchoice>
2335                   </term>
2336                   <listitem>
2337                     <para>KOI8-U (RFC 2319) is an 8-bit character encoding, designed to cover Ukrainian, which uses a Cyrillic alphabet.</para>
2338                   </listitem>
2339                 </varlistentry>
2340                 <varlistentry>
2341                   <term>
2342                     <menuchoice><guimenuitem>koi8-ru</guimenuitem></menuchoice>
2343                   </term>
2344                   <listitem>
2345                     <para>KOI8-RU is an 8-bit character encoding, designed to cover Russian, Ukrainian, and Belarusian which use a Cyrillic alphabet.</para>
2346                   </listitem>
2347                 </varlistentry>
2348                 <varlistentry>
2349                   <term>
2350                     <menuchoice><guimenuitem>cp1251</guimenuitem></menuchoice>
2351                   </term>
2352                   <listitem>
2353                     <para>Windows-1251 is an 8-bit character encoding, designed to cover languages that use the Cyrillic script such as Russian, Bulgarian, Serbian Cyrillic and other languages. In Linux, the encoding is known as cp1251.</para>
2354                   </listitem>
2355                 </varlistentry>
2356                 <varlistentry>
2357                   <term>
2358                     <menuchoice><guimenuitem>gb2312</guimenuitem></menuchoice>
2359                   </term>
2360                   <listitem>
2361                     <para>GB/T 2312-1980 is a key official character set of the People's Republic of China, used for Simplified Chinese characters. GB2312 is the registered internet name for EUC-CN, which is its usual encoded form. GB/T 2312-1980 has been superseded by GBK and GB18030, which include additional characters, but GB/T 2312 remains in widespread use as a subset of those encodings. </para>
2362                   </listitem>
2363                 </varlistentry>
2364                 <varlistentry>
2365                   <term>
2366                     <menuchoice><guimenuitem>big5</guimenuitem></menuchoice>
2367                   </term>
2368                   <listitem>
2369                     <para>Big-5 or Big5 is a Chinese character encoding method used in Taiwan, Hong Kong, and Macau for traditional Chinese characters. The People's Republic of China (PRC), which uses simplified Chinese characters, uses the GB 18030 character set instead.</para>
2370                   </listitem>
2371                 </varlistentry>
2372                 <varlistentry>
2373                   <term>
2374                     <menuchoice><guimenuitem>euc-jp</guimenuitem></menuchoice>
2375                   </term>
2376                   <listitem>
2377                     <para>EUC-JP is a variable-width encoding used to represent the elements of three Japanese character set standards, namely JIS X 0208, JIS X 0212, and JIS X 0201.</para>
2378                   </listitem>
2379                 </varlistentry>
2380                 <varlistentry>
2381                   <term>
2382                     <menuchoice><guimenuitem>euc-kr</guimenuitem></menuchoice>
2383                   </term>
2384                   <listitem>
2385                     <para>EUC-KR is a variable-width encoding to represent Korean text using two coded character sets, KS X 1001 (formerly KS C 5601) and either ISO 646:KR (KS X 1003, formerly KS C 5636) or US-ASCII, depending on variant. KS X 2901 (formerly KS C 5861) stipulates the encoding and RFC 1557 dubbed it as EUC-KR.</para>
2386                   </listitem>
2387                 </varlistentry>
2388                 <varlistentry>
2389                   <term>
2390                     <menuchoice><guimenuitem>tis-620</guimenuitem></menuchoice>
2391                   </term>
2392                   <listitem>
2393                     <para>Thai Industrial Standard 620-2533, commonly referred to as TIS-620, is the most common character set and character encoding for the Thai language.</para>
2394                   </listitem>
2395                 </varlistentry>
2396               </variablelist>
2397               <para>Default: not selected; CHARSET: <guimenuitem>default</guimenuitem></para>
2398             </listitem>
2399           </varlistentry>
2400           <varlistentry>
2401             <term>
2402               <menuchoice><guibutton>File system port</guibutton></menuchoice>
2403             </term>
2404             <listitem>
2405               <para>Option: <option>port=PORT</option></para>
2406               <para>Sets the port number that is used by <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> when mounting a remote share. The default port number (445) should work for all modern operating systems. If you experience problems, try setting the port number to 139. If the problems only occur with a few hosts, it is recommended to leave this option untouched and to use the <link linkend="custom_settings">Custom Settings</link> editor to define individual port numbers for the problematic hosts.</para>
2407               <para>Default: not selected; PORT: 445</para>
2408             </listitem>
2409           </varlistentry>
2410         </variablelist>
2411       </sect3>
2412 
2413       <sect3 id="configuration_page_mounting_cifs_unix_extensions">
2414         <title>&CIFS; Unix Extensions Support</title>
2415         <variablelist>
2416         <varlistentry>
2417           <term>
2418             <menuchoice><guibutton>All or most of the servers support the &CIFS; Unix extensions</guibutton></menuchoice>
2419           </term>
2420           <listitem>
2421             <para>Option: none</para>
2422             <para>Most versions of &Samba; support the &CIFS; Unix or POSIX extensions. For these servers, some options are not needed, because the right values are negotiated during the mount process. For other servers, you might want to uncheck this option, so that predefined values can be passed to the server. Please note that if your computer is located in a &Windows; dominated network neighborhood with only a few &Samba; servers, you can safely uncheck this option and define custom settings for the &Samba; servers.</para>
2423             <para>In case you uncheck this option, consider to switch on permission checks under <link linkend="configuration_page_mounting_advanced_mount_settings">Advanced Mount Settings</link>.</para>
2424             <para>Default: selected</para>
2425           </listitem>
2426         </varlistentry>
2427         <varlistentry>
2428           <term>
2429             <menuchoice><guibutton>User ID</guibutton></menuchoice>
2430           </term>
2431           <listitem>
2432             <para>Option: <option>uid=UID</option></para>
2433             <para>Sets the owner of the files and directories on the file system. By default, your UID is used. To change the UID, press the search button and choose one from the drop down menu.</para>
2434             <para>In case the support for the &CIFS; Unix extensions is selected, this setting is disabled.</para>
2435             <para>Default: selected; UID: your UID</para>
2436           </listitem>
2437         </varlistentry>
2438         <varlistentry>
2439           <term>
2440             <menuchoice><guibutton>Group ID</guibutton></menuchoice>
2441           </term>
2442           <listitem>
2443             <para>Option: <option>uid=GID</option></para>
2444             <para>Sets the group that owns the files and directories on the file system. By default, your GID is used. To change the GID, press the search button and choose one from the drop down menu.</para>
2445             <para>In case the support for the &CIFS; Unix extensions is selected, this setting is disabled.</para>
2446             <para>Default: selected; GID: your GID</para>
2447           </listitem>
2448         </varlistentry>
2449         <varlistentry>
2450           <term>
2451               <menuchoice><guibutton>File mode</guibutton></menuchoice>
2452           </term>
2453           <listitem>
2454             <para>Option: <option>file_mode=ARG</option></para>
2455             <para>Sets the permissions that are applied to files. The value is given in octal and has to have 4 digits. To learn more about the file mode (file_mode), you should read the <ulink url="man:/mount(8)"><citerefentry><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> and <ulink url="man:/umask(2)"><citerefentry><refentrytitle>umask</refentrytitle><manvolnum>2</manvolnum></citerefentry></ulink> manual pages.</para>
2456             <para>In case the support for the &CIFS; Unix extensions is selected, this setting is disabled.</para>
2457             <para>Default: selected; ARG: 0755</para>
2458           </listitem>
2459         </varlistentry>
2460         <varlistentry>
2461           <term>
2462             <menuchoice><guibutton>Directory mode</guibutton></menuchoice>
2463           </term>
2464           <listitem>
2465             <para>Option: <option>dir_mode=ARG</option></para>
2466             <para>Sets the permissions that are applied to directories. The value is given in octal and has to have 4 digits. To learn more about the directory mode (dir_mode), you should read the <ulink url="man:/mount(8)"><citerefentry><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> and <ulink url="man:/umask(2)"><citerefentry><refentrytitle>umask</refentrytitle><manvolnum>2</manvolnum></citerefentry></ulink> manual pages.</para>
2467             <para>In case the support for the &CIFS; Unix extensions is selected, this setting is disabled.</para>
2468             <para>Default: selected; ARG: 0755</para>
2469           </listitem>
2470         </varlistentry>
2471       </variablelist>
2472       </sect3>
2473     </sect2>
2474     
2475 <!--
2476       Configuring Smb4K : Mounting : Advanced Mount Settings (Linux)
2477 -->
2478 
2479     <sect2 id="configuration_page_mounting_advanced_mount_settings">
2480       <title>Advanced Mount Settings (&Linux; only)</title>
2481       
2482       <para>The <guilabel>Advanced Mount Settings</guilabel> tab is only available under &Linux; and the listed options refer to the <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> / <ulink url="man:/mount.smb3"><citerefentry><refentrytitle>mount.smb3</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> command. The settings present under BSD can be found in the <link linkend="configuration_page_mounting_mount_settings">Mount Settings (BSD only)</link> section.</para>
2483       <variablelist>
2484         <varlistentry>
2485           <term>
2486             <menuchoice><guibutton>Definitely assign the UID</guibutton></menuchoice>
2487           </term>
2488           <listitem>
2489             <para>Option: <option>forceuid</option></para>
2490             <para>Instruct the client (i.e. your side) to ignore any user ID (UID) provided by the server for files and directories and to always assign the owner to be the value of the transmitted UID.</para>
2491             <para>Default: not selected</para>
2492           </listitem>
2493         </varlistentry>
2494         <varlistentry>
2495           <term>
2496             <menuchoice><guibutton>Definitely assign the GID</guibutton></menuchoice>
2497           </term>
2498           <listitem>
2499             <para>Option: <option>forcegid</option></para>
2500             <para>Instruct the client (i.e. your side) to ignore any group ID (GID) provided by the server for files and directories and to always assign the owner to be the value of the transmitted GID.</para>
2501             <para>Default: not selected</para>
2502           </listitem>
2503         </varlistentry>
2504         <varlistentry>
2505           <term>
2506             <menuchoice><guibutton>Do permission checks</guibutton></menuchoice>
2507           </term>
2508           <listitem>
2509             <para>Option: <option>perm</option> or <option>noperm</option></para>
2510             <para>The client side checks if you have the correct UID and GID to manipulate files and directories on the share. This is in addition to the normal ACL check on the target machine done by the server software. You most definitely want to switch this feature off, if the server(s) support the &CIFS; Unix extensions and you are, hence, not allowed to fully access the share.</para>
2511             <para>Default: not selected</para>
2512           </listitem>
2513         </varlistentry>
2514         <varlistentry>
2515           <term>
2516             <menuchoice><guibutton>Attempt to set UID and GID</guibutton></menuchoice>
2517           </term>
2518           <listitem>
2519             <para>Option: <option>setuids</option> or <option>nosetuids</option></para>
2520             <para>If the &CIFS; Unix extensions are negotiated with the server the client side will attempt to set the effective UID and GID of the local process on newly created files, directories, and devices. If this feature is turned off, the default UID and GID defined for the share will be used. It is recommended that you read the manual page of <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> before you change this setting.</para>
2521             <para>Default: not selected</para>
2522           </listitem>
2523         </varlistentry>
2524         <varlistentry>
2525           <term>
2526             <menuchoice><guibutton>Use server inode numbers</guibutton></menuchoice>
2527           </term>
2528           <listitem>
2529             <para>Option: <option>serverino</option> or <option>noserverino</option></para>
2530             <para>Use inode numbers (unique persistent file identifiers) returned by the server instead of automatically generating temporary inode numbers on the client side. This parameter has no effect if the server does not support returning inode numbers or similar. It is recommended that you read the manual page of <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> before you change this setting.</para>
2531             <para>Default: selected</para>
2532           </listitem>
2533         </varlistentry>
2534         <varlistentry>
2535           <term>
2536             <menuchoice><guibutton>Translate reserved characters</guibutton></menuchoice>
2537           </term>
2538           <listitem>
2539             <para>Option: <option>mapchars</option> or <option>nomapchars</option></para>
2540             <para>Translate six of the seven reserved characters (not backslash, but including the colon, question mark, pipe, asterisk, greater than, and less than characters) to the remap range (above 0xF000), which also allows the client side to recognize files created with such characters by &Windows;’s POSIX emulation. This can also be useful when mounting to most versions of &Samba;. This has no effect if the server does not support Unicode.</para>
2541             <para>Default: not selected</para>
2542           </listitem>
2543         </varlistentry>
2544         <varlistentry>
2545           <term>
2546             <menuchoice><guibutton>Do not send byte range lock requests</guibutton></menuchoice>
2547           </term>
2548           <listitem>
2549             <para>Option: <option>nobrl</option></para>
2550             <para>Do not send byte range lock requests to the server. This is necessary for certain applications that break with cifs style mandatory byte range locks (and most cifs servers do not yet support requesting advisory byte range locks).</para>
2551             <para>Default: not selected</para>
2552           </listitem>
2553         </varlistentry>
2554         <varlistentry>
2555           <term>
2556             <menuchoice><guibutton>SMB protocol version</guibutton></menuchoice>
2557           </term>
2558           <listitem>
2559             <para>Option: <option>vers=VERS</option></para>
2560             <para>Define which version of the SMB protocol is to be used. Normally, this option does not need to be enabled because the protocol version is negotiated between the client and the server.</para>
2561             <para>The following values are allowed:</para>
2562             <variablelist>
2563               <varlistentry>
2564                 <term>
2565                   <menuchoice><guibutton>1.0 (Classic &CIFS;/SMBv1 protocol)</guibutton></menuchoice>
2566                 </term>
2567                 <listitem>
2568                   <para>This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use the classic &CIFS;/SMBv1 protocol.</para>
2569                 </listitem>
2570               </varlistentry>
2571               <varlistentry>
2572                 <term>
2573                   <menuchoice><guibutton>2.0 (Windows Vista SP1/Windows Server 2008)</guibutton></menuchoice>
2574                 </term>
2575                 <listitem>
2576                   <para>This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use the SMBv2.002 protocol. This was initially introduced in &Microsoft; &Windows; Vista Service Pack 1 and &Windows; Server 2008.</para>
2577                   <para>Please note that the initial release version of &Microsoft; &Windows; Vista spoke a slightly different dialect (2.000) that is not supported.</para>
2578                 </listitem>
2579               </varlistentry>
2580               <varlistentry>
2581                 <term>
2582                   <menuchoice><guibutton>2.1 (Windows 7/Windows Server 2008R2)</guibutton></menuchoice>
2583                 </term>
2584                 <listitem>
2585                   <para>This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use the SMBv2.1 protocol that was introduced in &Microsoft; &Windows; 7 and &Windows; Server 2008R2.</para>
2586                 </listitem>
2587               </varlistentry>
2588               <varlistentry>
2589                 <term>
2590                   <menuchoice><guibutton>3.0 (Windows 8/Windows Server 2012)</guibutton></menuchoice>
2591                 </term>
2592                 <listitem>
2593                   <para>This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use the SMBv3.0 protocol that was introduced in &Microsoft; &Windows; 8 and &Windows; Server 2012.</para>
2594                 </listitem>
2595               </varlistentry>
2596               <varlistentry>
2597                 <term>
2598                   <menuchoice><guibutton>3.0.2 (Windows 8.1/Windows Server 2012R2)</guibutton></menuchoice>
2599                 </term>
2600                 <listitem>
2601                   <para>This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use the SMBv3.0.2 protocol that was introduced in &Microsoft; &Windows; 8.1 and &Windows; Server 2012R2.</para>
2602                 </listitem>
2603               </varlistentry>
2604               
2605               <varlistentry>
2606                 <term>
2607                   <menuchoice><guibutton>3.1.1 (Windows Server 2016)</guibutton></menuchoice>
2608                 </term>
2609                 <listitem>
2610                   <para>This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use the SMBv3.1.1 protocol that was introduced in &Microsoft; &Windows; Server 2016.</para>
2611                 </listitem>
2612               </varlistentry>
2613               <varlistentry>
2614                 <term>
2615                   <menuchoice><guibutton>3 (Version 3.0 and above)</guibutton></menuchoice>
2616                 </term>
2617                 <listitem>
2618                   <para>This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use the SMBv3.0 protocol version and above.</para>
2619                 </listitem>
2620               </varlistentry>
2621               <varlistentry>
2622                 <term>
2623                   <menuchoice><guibutton>default (Negotiate the highest version)</guibutton></menuchoice>
2624                 </term>
2625                 <listitem>
2626                   <para>This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to try to negotiate the highest SMBv2+ version supported by both the client and server.</para>
2627                 </listitem>
2628               </varlistentry>
2629             </variablelist>
2630             <para>Default: not selected; VERS: <guibutton>default (Negotiate the highest version)</guibutton></para>
2631           </listitem>
2632         </varlistentry>
2633         <varlistentry>
2634           <term>
2635             <menuchoice><guibutton>Cache mode</guibutton></menuchoice>
2636           </term>
2637           <listitem>
2638             <para>Option: <option>cache=ARG</option></para>
2639             <para>Define how read and write requests are handled. In case you choose to not cache file data at all, the client never utilizes the cache for normal reads and writes. It always accesses the server directly to satisfy a read or write request. If you choose to follow the &CIFS;/SMB2 protocol strictly, the cache is only trusted if the client holds an oplock. If the client does not hold an oplock, then the client bypasses the cache and accesses the server directly to satisfy a read or write request. Choosing to allow loose caching semantics can sometimes provide better performance on the expense of cache coherency. This option might cause data corruption, if several clients access the same set of files on the server at the same time. Because of this, the strict cache mode is recommended.</para>
2640             <para>The following values are allowed:</para>
2641             <variablelist>
2642               <varlistentry>
2643                 <term>
2644                   <menuchoice><guibutton>Do not cache file data at all</guibutton></menuchoice>
2645                 </term>
2646                 <listitem>
2647                   <para>This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to not cache file data at all.</para>
2648                 </listitem>
2649               </varlistentry>
2650               <varlistentry>
2651                 <term>
2652                   <menuchoice><guibutton>Follow the &CIFS;/SMB2 protocol strictly</guibutton></menuchoice>
2653                 </term>
2654                 <listitem>
2655                   <para>This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to follow the &CIFS;/SMB2 protocol strictly.</para>
2656                 </listitem>
2657               </varlistentry>
2658               <varlistentry>
2659                 <term>
2660                   <menuchoice><guibutton>Allow loose caching semantics</guibutton></menuchoice>
2661                 </term>
2662                 <listitem>
2663                   <para>This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to allow loose caching semantics.</para>
2664                 </listitem>
2665               </varlistentry>
2666             </variablelist>
2667             <para>Default: not selected; ARG: <guibutton>Follow the &CIFS;/SMB2 protocol strictly</guibutton></para>
2668           </listitem>
2669         </varlistentry>
2670         <varlistentry>
2671           <term>
2672             <menuchoice><guibutton>Security mode</guibutton></menuchoice>
2673           </term>
2674           <listitem>
2675             <para>Security mode. To be able to use this option, the &CIFS; kernel module 1.40 or later is needed.</para>
2676             <para>The allowed values are:</para>
2677             <variablelist>
2678               <varlistentry>
2679                 <term>
2680                   <menuchoice><guibutton>Connect as a null user (no name)</guibutton></menuchoice>
2681                 </term>
2682                 <listitem>
2683                   <para>The <option>sec=none</option> command line argument is used. This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to attempt to connect as a null user (no name).</para>
2684                 </listitem>
2685               </varlistentry>
2686               <varlistentry>
2687                 <term>
2688                   <menuchoice><guibutton>Kerberos 5 authentication</guibutton></menuchoice>
2689                 </term>
2690                 <listitem>
2691                   <para>The <option>sec=krb5</option> command line argument is used. This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use Kerberos version 5 authentication.</para>
2692                 </listitem>
2693               </varlistentry>
2694               <varlistentry>
2695                 <term>
2696                   <menuchoice><guibutton>Kerberos 5 authentication and packet signing</guibutton></menuchoice>
2697                 </term>
2698                 <listitem>
2699                   <para>The <option>sec=krb5i</option> command line argument is used. This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use Kerberos version 5 authentication and force packet signing.</para>
2700                 </listitem>
2701               </varlistentry>
2702               <varlistentry>
2703                 <term>
2704                   <menuchoice><guibutton>NTLM protocol</guibutton></menuchoice>
2705                 </term>
2706                 <listitem>
2707                   <para>The <option>sec=ntlm</option> command line argument is used. This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use NTLM password hashing. Up to &Linux; kernel version 3.8 this is the default setting.</para>
2708                 </listitem>
2709               </varlistentry>
2710               <varlistentry>
2711                 <term>
2712                   <menuchoice><guibutton>NTLM protocol and packet signing</guibutton></menuchoice>
2713                 </term>
2714                 <listitem>
2715                   <para>The <option>sec=ntlmi</option> command line argument is used. This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use NTLM password hashing and force packet signing.</para>
2716                 </listitem>
2717               </varlistentry>
2718               <varlistentry>
2719                 <term>
2720                   <menuchoice><guibutton>NTLMv2 protocol</guibutton></menuchoice>
2721                 </term>
2722                 <listitem>
2723                   <para>The <option>sec=ntlmv2</option> command line argument is used. This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use NTLMv2 password hashing.</para>
2724                 </listitem>
2725               </varlistentry>
2726               <varlistentry>
2727                 <term>
2728                   <menuchoice><guibutton>NTLMv2 protocol and packet signing</guibutton></menuchoice>
2729                 </term>
2730                 <listitem>
2731                   <para>The <option>sec=ntlmv2i</option> command line argument is used. This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use NTLMv2 password hashing and force packet signing.</para>
2732                 </listitem>
2733               </varlistentry>
2734               <varlistentry>
2735                 <term>
2736                   <menuchoice><guibutton>NTLMSSP protocol</guibutton></menuchoice>
2737                 </term>
2738                 <listitem>
2739                   <para>The <option>sec=ntlmssp</option> command line argument is used. This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use NTLMv2 password hashing encapsulated in a Raw NTLMSSP message. Since &Linux; kernel version 3.8 this is the default setting.</para>
2740                 </listitem>
2741               </varlistentry>
2742               <varlistentry>
2743                 <term>
2744                   <menuchoice><guibutton>NTLMSSP protocol and packet signing</guibutton></menuchoice>
2745                 </term>
2746                 <listitem>
2747                   <para>The <option>sec=ntlmssp</option> command line argument is used. This causes <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> to use NTLMv2 password hashing encapsulated in a Raw NTLMSSP message and force packet signing.</para>
2748                 </listitem>
2749               </varlistentry>
2750             </variablelist>
2751             <para>Default: not selected; <guibutton>NTLMSSP protocol</guibutton></para>
2752           </listitem>
2753         </varlistentry>
2754         <varlistentry>
2755           <term>
2756             <menuchoice><guibutton>Additional options</guibutton></menuchoice>
2757           </term>
2758           <listitem>
2759             <para>Define additional options for use with <ulink url="man:/mount.cifs"><citerefentry><refentrytitle>mount.cifs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink>. Clicking the edit button to the right of the line edit opens an input dialog where the options have to be provided in a comma-separated list. After clicking <guibutton>OK</guibutton> in the input dialog, the options will be checked against a whitelist. All valid entries are accepted and entered into to line edit.</para>
2760             <para>Default: not selected; empty</para>
2761           </listitem>
2762         </varlistentry>
2763       </variablelist>
2764     </sect2>
2765     
2766 <!--
2767       Configuring Smb4K : Mounting : Mount Settings (BSD)
2768 -->
2769 
2770     <sect2 id="configuration_page_mounting_mount_settings">
2771       <title>Mount Settings (BSD only)</title>
2772       
2773       <para>The <guilabel>Mount Settings</guilabel> tab is only available under FreeBSD, NetBSD and DragonFly BSD. The settings present under &Linux; can be found in the <link linkend="configuration_page_mounting_common_mount_settings">Common Mount Settings (&Linux; only)</link> and <link linkend="configuration_page_mounting_advanced_mount_settings">Advanced Mount Settings (&Linux; only)</link> sections.</para>
2774       
2775       <sect3 id="configuration_page_mounting_mount_settings_common_options">
2776         <title>Common Options</title>
2777         
2778         <variablelist>
2779           <varlistentry>
2780             <term>
2781               <menuchoice><guibutton>User ID</guibutton></menuchoice>
2782             </term>
2783             <listitem>
2784               <para>Sets the owner of the files and directories on the file system. By default, your UID is used. To change the UID, press the search button and choose one from the drop down menu.</para>
2785               <para>Default: your UID</para>
2786             </listitem>
2787           </varlistentry>
2788           <varlistentry>
2789             <term>
2790               <menuchoice><guibutton>Group ID</guibutton></menuchoice>
2791             </term>
2792             <listitem>
2793               <para>Sets the group that owns the files and directories on the file system. By default, your GID is used. To change the GID, press the search button and choose one from the drop down menu.</para>
2794               <para>Default: your GID</para>
2795             </listitem>
2796           </varlistentry>
2797           <varlistentry>
2798             <term>
2799               <menuchoice><guibutton>File mode</guibutton></menuchoice>
2800             </term>
2801             <listitem>
2802               <para>Sets the permissions that are applied to files. The value is given in octal and has to have 4 digits. To learn more about the file mode, you should read the <ulink url="man:/mount_smbfs"><citerefentry><refentrytitle>mount_smbfs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> and <ulink url="man:/umask(2)"><citerefentry><refentrytitle>umask</refentrytitle><manvolnum>2</manvolnum></citerefentry></ulink> manual pages.</para>
2803               <para>Default: 0755</para>
2804             </listitem>
2805           </varlistentry>
2806           <varlistentry>
2807             <term>
2808               <menuchoice><guibutton>Directory mode</guibutton></menuchoice>
2809             </term>
2810             <listitem>
2811               <para>Sets the permissions that are applied to directories. The value is given in octal and has to have 4 digits. To learn more about the directory mode (dir_mode), you should read the <ulink url="man:/mount_smbfs"><citerefentry><refentrytitle>mount_smbfs</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> and <ulink url="man:/umask(2)"><citerefentry><refentrytitle>umask</refentrytitle><manvolnum>2</manvolnum></citerefentry></ulink> manual pages.</para>
2812               <para>Default: 0755</para>
2813             </listitem>
2814           </varlistentry>
2815         </variablelist>
2816       </sect3>
2817       
2818       <sect3 id="configuration_page_mounting_mount_settings_character_sets">
2819         <title>Character Sets</title>
2820         
2821         <variablelist>
2822           <varlistentry>
2823             <term>
2824               <menuchoice><guibutton>Use character sets</guibutton></menuchoice>
2825             </term>
2826             <listitem>
2827               <para>Use the specified local and server's character sets.</para>
2828               <para>Default: not selected</para>
2829               <variablelist>
2830                 <varlistentry>
2831                   <term>
2832                     <menuchoice><guibutton>Client character set</guibutton></menuchoice>
2833                   </term>
2834                   <listitem>
2835                     <para>Use this character set for the client side. These character sets are available:</para>
2836                     <variablelist>
2837                       <varlistentry>
2838                         <term>
2839                           <menuchoice><guimenuitem>default</guimenuitem></menuchoice>
2840                         </term>
2841                         <listitem>
2842                           <para>Default character set used by the client's kernel.</para>
2843                         </listitem>
2844                       </varlistentry>
2845                       <varlistentry>
2846                         <term>
2847                           <menuchoice><guimenuitem>iso8859-1</guimenuitem></menuchoice>
2848                         </term>
2849                         <listitem>
2850                           <para>ISO/IEC 8859-1:1998. This character-encoding scheme is used throughout the Americas, Western Europe, Oceania, and much of Africa.</para>
2851                         </listitem>
2852                       </varlistentry>
2853                       <varlistentry>
2854                         <term>
2855                           <menuchoice><guimenuitem>iso8859-2</guimenuitem></menuchoice>
2856                         </term>
2857                         <listitem>
2858                           <para>ISO/IEC 8859-2:1999.  It is informally referred to as "Latin-2". It is generally intended for Central or "Eastern European" languages that are written in the Latin script.</para>
2859                         </listitem>
2860                       </varlistentry>
2861                       <varlistentry>
2862                         <term>
2863                           <menuchoice><guimenuitem>iso8859-3</guimenuitem></menuchoice>
2864                         </term>
2865                         <listitem>
2866                           <para>ISO/IEC 8859-3:1999. It is informally referred to as Latin-3 or South European. It was designed to cover Turkish, Maltese and Esperanto, though the introduction of ISO/IEC 8859-9 superseded it for Turkish.</para>
2867                         </listitem>
2868                       </varlistentry>
2869                       <varlistentry>
2870                         <term>
2871                           <menuchoice><guimenuitem>iso8859-4</guimenuitem></menuchoice>
2872                         </term>
2873                         <listitem>
2874                           <para>ISO/IEC 8859-4:1998. It is informally referred to as Latin-4 or North European. It was designed to cover Estonian, Latvian, Lithuanian, Greenlandic, and Sami. It has been largely superseded by ISO/IEC 8859-10 and Unicode.</para>
2875                         </listitem>
2876                       </varlistentry>
2877                       <varlistentry>
2878                         <term>
2879                           <menuchoice><guimenuitem>iso8859-5</guimenuitem></menuchoice>
2880                         </term>
2881                         <listitem>
2882                           <para>ISO/IEC 8859-5:1999. It is informally referred to as Latin/Cyrillic. It was designed to cover languages using a Cyrillic alphabet such as Bulgarian, Belarusian, Russian, Serbian and Macedonian but was never widely used.</para>
2883                         </listitem>
2884                       </varlistentry>
2885                       <varlistentry>
2886                         <term>
2887                           <menuchoice><guimenuitem>iso8859-6</guimenuitem></menuchoice>
2888                         </term>
2889                         <listitem>
2890                           <para>ISO/IEC 8859-6:1999. It is informally referred to as Latin/Arabic. It was designed to cover Arabic.</para>
2891                         </listitem>
2892                       </varlistentry>
2893                       <varlistentry>
2894                         <term>
2895                           <menuchoice><guimenuitem>iso8859-7</guimenuitem></menuchoice>
2896                         </term>
2897                         <listitem>
2898                           <para>ISO/IEC 8859-7:2003. It is informally referred to as Latin/Greek. It was designed to cover the modern Greek language.</para>
2899                         </listitem>
2900                       </varlistentry>
2901                       <varlistentry>
2902                         <term>
2903                           <menuchoice><guimenuitem>iso8859-8</guimenuitem></menuchoice>
2904                         </term>
2905                         <listitem>
2906                           <para>ISO/IEC 8859-8:1999. It is informally referred to as Latin/Hebrew. ISO/IEC 8859-8 covers all the Hebrew letters, but no Hebrew vowel signs.</para>
2907                         </listitem>
2908                       </varlistentry>
2909                       <varlistentry>
2910                         <term>
2911                           <menuchoice><guimenuitem>iso8859-9</guimenuitem></menuchoice>
2912                         </term>
2913                         <listitem>
2914                           <para>ISO/IEC 8859-9:1999. It is informally referred to as Latin-5 or Turkish. It was designed to cover the Turkish language, designed as being of more use than the ISO/IEC 8859-3 encoding.</para>
2915                         </listitem>
2916                       </varlistentry>
2917                       <varlistentry>
2918                         <term>
2919                           <menuchoice><guimenuitem>iso8859-13</guimenuitem></menuchoice>
2920                         </term>
2921                         <listitem>
2922                           <para>ISO/IEC 8859-13:1998. It is informally referred to as Latin-7 or Baltic Rim. It was designed to cover the Baltic languages, and added characters used in the Polish language missing from the earlier encodings ISO 8859-4 and ISO 8859-10. Unlike these two, it does not cover the Nordic languages.</para>
2923                         </listitem>
2924                       </varlistentry>
2925                       <varlistentry>
2926                         <term>
2927                           <menuchoice><guimenuitem>iso8859-14</guimenuitem></menuchoice>
2928                         </term>
2929                         <listitem>
2930                           <para>ISO/IEC 8859-14:1998. It is informally referred to as Latin-8 or Celtic. It was designed to cover the Celtic languages, such as Irish, Manx, Scottish Gaelic, Welsh, Cornish, and Breton.</para>
2931                         </listitem>
2932                       </varlistentry>
2933                       <varlistentry>
2934                         <term>
2935                           <menuchoice><guimenuitem>iso8859-15</guimenuitem></menuchoice>
2936                         </term>
2937                         <listitem>
2938                           <para>ISO/IEC 8859-15:1999. It is informally referred to as Latin-9 (and for a while Latin-0). It is similar to ISO 8859-1, and thus also intended for “Western European” languages, but replaces some less common symbols with the euro sign and some letters that were deemed necessary.</para>
2939                         </listitem>
2940                       </varlistentry>
2941                       <varlistentry>
2942                         <term>
2943                           <menuchoice><guimenuitem>utf8</guimenuitem></menuchoice>
2944                         </term>
2945                         <listitem>
2946                           <para>Unicode (or Universal Coded Character Set) Transformation Format – 8-bit. UTF-8 is used by many &Linux; distributions as default character set, and is, in addition, by far the most common encoding for the World Wide Web.</para>
2947                         </listitem>
2948                       </varlistentry>
2949                       <varlistentry>
2950                         <term>
2951                           <menuchoice><guimenuitem>koi8-r</guimenuitem></menuchoice>
2952                         </term>
2953                         <listitem>
2954                           <para>KOI8-R (RFC 1489) is an 8-bit character encoding, derived from the KOI-8 encoding by the programmer Andrei Chernov in 1993 and designed to cover Russian, which uses a Cyrillic alphabet.</para>
2955                         </listitem>
2956                       </varlistentry>
2957                       <varlistentry>
2958                         <term>
2959                           <menuchoice><guimenuitem>koi8-u</guimenuitem></menuchoice>
2960                         </term>
2961                         <listitem>
2962                           <para>KOI8-U (RFC 2319) is an 8-bit character encoding, designed to cover Ukrainian, which uses a Cyrillic alphabet.</para>
2963                         </listitem>
2964                       </varlistentry>
2965                       <varlistentry>
2966                         <term>
2967                           <menuchoice><guimenuitem>koi8-ru</guimenuitem></menuchoice>
2968                         </term>
2969                         <listitem>
2970                           <para>KOI8-RU is an 8-bit character encoding, designed to cover Russian, Ukrainian, and Belarusian which use a Cyrillic alphabet.</para>
2971                         </listitem>
2972                       </varlistentry>
2973                       <varlistentry>
2974                         <term>
2975                           <menuchoice><guimenuitem>cp1251</guimenuitem></menuchoice>
2976                         </term>
2977                         <listitem>
2978                           <para>Windows-1251 is an 8-bit character encoding, designed to cover languages that use the Cyrillic script such as Russian, Bulgarian, Serbian Cyrillic and other languages. In Linux, the encoding is known as cp1251.</para>
2979                         </listitem>
2980                       </varlistentry>
2981                       <varlistentry>
2982                         <term>
2983                           <menuchoice><guimenuitem>gb2312</guimenuitem></menuchoice>
2984                         </term>
2985                         <listitem>
2986                           <para>GB/T 2312-1980 is a key official character set of the People's Republic of China, used for Simplified Chinese characters. GB2312 is the registered internet name for EUC-CN, which is its usual encoded form. GB/T 2312-1980 has been superseded by GBK and GB18030, which include additional characters, but GB/T 2312 remains in widespread use as a subset of those encodings. </para>
2987                         </listitem>
2988                       </varlistentry>
2989                       <varlistentry>
2990                         <term>
2991                           <menuchoice><guimenuitem>big5</guimenuitem></menuchoice>
2992                         </term>
2993                         <listitem>
2994                           <para>Big-5 or Big5 is a Chinese character encoding method used in Taiwan, Hong Kong, and Macau for traditional Chinese characters. The People's Republic of China (PRC), which uses simplified Chinese characters, uses the GB 18030 character set instead.</para>
2995                         </listitem>
2996                       </varlistentry>
2997                       <varlistentry>
2998                         <term>
2999                           <menuchoice><guimenuitem>euc-jp</guimenuitem></menuchoice>
3000                         </term>
3001                         <listitem>
3002                           <para>EUC-JP is a variable-width encoding used to represent the elements of three Japanese character set standards, namely JIS X 0208, JIS X 0212, and JIS X 0201.</para>
3003                         </listitem>
3004                       </varlistentry>
3005                       <varlistentry>
3006                         <term>
3007                           <menuchoice><guimenuitem>euc-kr</guimenuitem></menuchoice>
3008                         </term>
3009                         <listitem>
3010                           <para>EUC-KR is a variable-width encoding to represent Korean text using two coded character sets, KS X 1001 (formerly KS C 5601) and either ISO 646:KR (KS X 1003, formerly KS C 5636) or US-ASCII, depending on variant. KS X 2901 (formerly KS C 5861) stipulates the encoding and RFC 1557 dubbed it as EUC-KR.</para>
3011                         </listitem>
3012                       </varlistentry>
3013                       <varlistentry>
3014                         <term>
3015                           <menuchoice><guimenuitem>tis-620</guimenuitem></menuchoice>
3016                         </term>
3017                         <listitem>
3018                           <para>Thai Industrial Standard 620-2533, commonly referred to as TIS-620, is the most common character set and character encoding for the Thai language.</para>
3019                         </listitem>
3020                       </varlistentry>
3021                     </variablelist>
3022                     <para>Default: <guimenuitem>default</guimenuitem></para>
3023                   </listitem>
3024                 </varlistentry>
3025                 <varlistentry>
3026                   <term>
3027                     <menuchoice><guibutton>Server character set</guibutton></menuchoice>
3028                   </term>
3029                   <listitem>
3030                     <para>Use this character set for the server side. These character sets are available:</para>
3031                     <variablelist>
3032                       <varlistentry>
3033                         <term>
3034                           <menuchoice><guimenuitem>default</guimenuitem></menuchoice>
3035                         </term>
3036                         <listitem>
3037                           <para>Default character set used by the server.</para>
3038                         </listitem>
3039                       </varlistentry>
3040                       <varlistentry>
3041                         <term>
3042                           <menuchoice><guimenuitem>cp437</guimenuitem></menuchoice>
3043                         </term>
3044                         <listitem>
3045                           <para>Code page 437 is the character set of the original IBM PC (personal computer). It is also known as CP437, OEM-US, OEM 437, PC-8, or DOS Latin US. The set includes all printable ASCII characters, extended codes for accented letters (diacritics), some Greek letters, icons, and line-drawing symbols.</para>
3046                         </listitem>
3047                       </varlistentry>
3048                       <varlistentry>
3049                         <term>
3050                           <menuchoice><guimenuitem>cp720</guimenuitem></menuchoice>
3051                         </term>
3052                         <listitem>
3053                           <para>Code page 720 is a code page used to write Arabic in Egypt, Iraq, Jordan, Saudi Arabia, and Syria.</para>
3054                         </listitem>
3055                       </varlistentry>
3056                       <varlistentry>
3057                         <term>
3058                           <menuchoice><guimenuitem>cp737</guimenuitem></menuchoice>
3059                         </term>
3060                         <listitem>
3061                           <para>Code page 737 is a code page used to write the Greek language in Greece.</para>
3062                         </listitem>
3063                       </varlistentry> 
3064                       <varlistentry>
3065                         <term>
3066                           <menuchoice><guimenuitem>cp775</guimenuitem></menuchoice>
3067                         </term>
3068                         <listitem>
3069                           <para>Code page 775 is a code page used to write the Estonian, Lithuanian and Latvian languages.</para>
3070                         </listitem>
3071                       </varlistentry>
3072                       <varlistentry>
3073                         <term>
3074                           <menuchoice><guimenuitem>cp850</guimenuitem></menuchoice>
3075                         </term>
3076                         <listitem>
3077                           <para>Code page 850 is a code page used in Western Europe.</para>
3078                         </listitem>
3079                       </varlistentry>
3080                       <varlistentry>
3081                         <term>
3082                           <menuchoice><guimenuitem>cp852</guimenuitem></menuchoice>
3083                         </term>
3084                         <listitem>
3085                           <para>Code page 852 is a code page used to write Central European languages that use Latin script (such as Bosnian, Croatian, Czech, Hungarian, Polish, Romanian, Serbian, Slovak or Slovene).</para>
3086                         </listitem>
3087                       </varlistentry> 
3088                       <varlistentry>
3089                         <term>
3090                           <menuchoice><guimenuitem>cp855</guimenuitem></menuchoice>
3091                         </term>
3092                         <listitem>
3093                           <para>Code page 855 is a code page used to write Cyrillic script. Code page 872 is the euro currency update of code page 855.</para>
3094                         </listitem>
3095                       </varlistentry> 
3096                       <varlistentry>
3097                         <term>
3098                           <menuchoice><guimenuitem>cp857</guimenuitem></menuchoice>
3099                         </term>
3100                         <listitem>
3101                           <para>Code page 857 is a code page used in Turkey to write Turkish. It is based on code page 850, but with many changes. It includes all characters from ISO 8859-9.</para>
3102                         </listitem>
3103                       </varlistentry>
3104                       <varlistentry>
3105                         <term>
3106                           <menuchoice><guimenuitem>cp858</guimenuitem></menuchoice>
3107                         </term>
3108                         <listitem>
3109                           <para>Code page 858 is a code page used to write Western European languages. Like code page 850, Code page 858 supports the entire repertoire of ISO 8859-1, but in a different arrangement.</para>
3110                         </listitem>
3111                       </varlistentry>   
3112                       <varlistentry>
3113                         <term>
3114                           <menuchoice><guimenuitem>cp860</guimenuitem></menuchoice>
3115                         </term>
3116                         <listitem>
3117                           <para>Code page 860 is a code page used in Portugal to write Portuguese, and it is also suitable to write Spanish and Italian.</para>
3118                         </listitem>
3119                       </varlistentry>                        
3120                       <varlistentry>
3121                         <term>
3122                           <menuchoice><guimenuitem>cp861</guimenuitem></menuchoice>
3123                         </term>
3124                         <listitem>
3125                           <para>Code page 861 is a code page used in Iceland to write the Icelandic language (as well as other Nordic languages).</para>
3126                         </listitem>
3127                       </varlistentry>
3128                       <varlistentry>
3129                         <term>
3130                           <menuchoice><guimenuitem>cp862</guimenuitem></menuchoice>
3131                         </term>
3132                         <listitem>
3133                           <para>Code page 862 is a code page in Israel for Hebrew.</para>
3134                         </listitem>
3135                       </varlistentry>  
3136                       <varlistentry>
3137                         <term>
3138                           <menuchoice><guimenuitem>cp863</guimenuitem></menuchoice>
3139                         </term>
3140                         <listitem>
3141                           <para>Code page 863 is a code page used in Canada to write French (mainly in Quebec) although it lacks some letters.</para>
3142                         </listitem>
3143                       </varlistentry>  
3144                       <varlistentry>
3145                         <term>
3146                           <menuchoice><guimenuitem>cp864</guimenuitem></menuchoice>
3147                         </term>
3148                         <listitem>
3149                           <para>Code page 864 is a code page used to write Arabic in Egypt, Iraq, Jordan, Saudi Arabia, and Syria.</para>
3150                         </listitem>
3151                       </varlistentry>
3152                       <varlistentry>
3153                         <term>
3154                           <menuchoice><guimenuitem>cp865</guimenuitem></menuchoice>
3155                         </term>
3156                         <listitem>
3157                           <para>Code page 865 is a code page used in Denmark and Norway to write Nordic languages (except Icelandic, for which code page 861 is used).</para>
3158                         </listitem>
3159                       </varlistentry>
3160                       <varlistentry>
3161                         <term>
3162                           <menuchoice><guimenuitem>cp866</guimenuitem></menuchoice>
3163                         </term>
3164                         <listitem>
3165                           <para>Code page 866 is a code page used in Russia to write Cyrillic script.</para>
3166                         </listitem>
3167                       </varlistentry>
3168                       <varlistentry>
3169                         <term>
3170                           <menuchoice><guimenuitem>cp869</guimenuitem></menuchoice>
3171                         </term>
3172                         <listitem>
3173                           <para>Code page 869 is a code page used to write Greek language.</para>
3174                         </listitem>
3175                       </varlistentry>
3176                       <varlistentry>
3177                         <term>
3178                           <menuchoice><guimenuitem>cp874</guimenuitem></menuchoice>
3179                         </term>
3180                         <listitem>
3181                           <para>Code page 874, also known as Code page 9066, is used to write the Thai language.</para>
3182                         </listitem>
3183                       </varlistentry>
3184                       <varlistentry>
3185                         <term>
3186                           <menuchoice><guimenuitem>cp932</guimenuitem></menuchoice>
3187                         </term>
3188                         <listitem>
3189                           <para>Code page 932 is the &Microsoft; &Windows; code page for the Japanese language, which is an extended variant of the Shift JIS Japanese character encoding.</para>
3190                         </listitem>
3191                       </varlistentry>
3192                       <varlistentry>
3193                         <term>
3194                           <menuchoice><guimenuitem>cp936</guimenuitem></menuchoice>
3195                         </term>
3196                         <listitem>
3197                           <para>Code page 936 is the &Microsoft; &Windows; code page for simplified Chinese.</para>
3198                         </listitem>
3199                       </varlistentry>
3200                       <varlistentry>
3201                         <term>
3202                           <menuchoice><guimenuitem>cp949</guimenuitem></menuchoice>
3203                         </term>
3204                         <listitem>
3205                           <para>Code page 949 is the &Microsoft; &Windows; code page for the Korean language.</para>
3206                         </listitem>
3207                       </varlistentry> 
3208                       <varlistentry>
3209                         <term>
3210                           <menuchoice><guimenuitem>cp950</guimenuitem></menuchoice>
3211                         </term>
3212                         <listitem>
3213                           <para>Code page 950 is the &Microsoft; &Windows; code page for Traditional Chinese.</para>
3214                         </listitem>
3215                       </varlistentry> 
3216                       <varlistentry>
3217                         <term>
3218                           <menuchoice><guimenuitem>cp1250</guimenuitem></menuchoice>
3219                         </term>
3220                         <listitem>
3221                           <para>Code page 1250 is a &Microsoft; &Windows; code page to represent texts in Central European and Eastern European languages that use Latin script, such as Polish, Czech, Slovak, Hungarian, Slovene, Bosnian, Croatian, Serbian (Latin script), Romanian (before 1993 spelling reform) and Albanian. It may also be used with the German language.</para>
3222                         </listitem>
3223                       </varlistentry>
3224                       <varlistentry>
3225                         <term>
3226                           <menuchoice><guimenuitem>cp1251</guimenuitem></menuchoice>
3227                         </term>
3228                         <listitem>
3229                           <para>Code page 1251 is a &Microsoft; &Windows; code page designed to cover languages that use the Cyrillic script such as Russian, Bulgarian, Serbian Cyrillic, and other languages.</para>
3230                         </listitem>
3231                       </varlistentry>
3232                       <varlistentry>
3233                         <term>
3234                           <menuchoice><guimenuitem>cp1252</guimenuitem></menuchoice>
3235                         </term>
3236                         <listitem>
3237                           <para>Code page 1252 is a &Microsoft; &Windows; code page used for English and many European languages including Spanish, French, and German.</para>
3238                         </listitem>
3239                       </varlistentry>
3240                       <varlistentry>
3241                         <term>
3242                           <menuchoice><guimenuitem>cp1253</guimenuitem></menuchoice>
3243                         </term>
3244                         <listitem>
3245                           <para>Code page 1253 is a &Microsoft; &Windows; code page used to write modern Greek. It is not capable of supporting the older polytonic Greek.</para>
3246                         </listitem>
3247                       </varlistentry>
3248                       <varlistentry>
3249                         <term>
3250                           <menuchoice><guimenuitem>cp1254</guimenuitem></menuchoice>
3251                         </term>
3252                         <listitem>
3253                           <para>Code page 1254 is a &Microsoft; &Windows; code page used to write Turkish.</para>
3254                         </listitem>
3255                       </varlistentry>
3256                       <varlistentry>
3257                         <term>
3258                           <menuchoice><guimenuitem>cp1255</guimenuitem></menuchoice>
3259                         </term>
3260                         <listitem>
3261                           <para>Code page 1255 is a &Microsoft; &Windows; code page used to write Hebrew.</para>
3262                         </listitem>
3263                       </varlistentry>
3264                       <varlistentry>
3265                         <term>
3266                           <menuchoice><guimenuitem>cp1256</guimenuitem></menuchoice>
3267                         </term>
3268                         <listitem>
3269                           <para>Code page 1256 is a &Microsoft; &Windows; code page write Arabic (and possibly some other languages that use Arabic script, like Persian and Urdu).</para>
3270                         </listitem>
3271                       </varlistentry>
3272                       <varlistentry>
3273                         <term>
3274                           <menuchoice><guimenuitem>cp1257</guimenuitem></menuchoice>
3275                         </term>
3276                         <listitem>
3277                           <para>Code page 1257 is a &Microsoft; &Windows; code page to support the Estonian, Latvian and Lithuanian languages.</para>
3278                         </listitem>
3279                       </varlistentry>
3280                       <varlistentry>
3281                         <term>
3282                           <menuchoice><guimenuitem>cp1258</guimenuitem></menuchoice>
3283                         </term>
3284                         <listitem>
3285                           <para>Code page 1258 is a &Microsoft; &Windows; code page to represent Vietnamese texts. It makes use of combining diacritical marks. </para>
3286                         </listitem>
3287                       </varlistentry>
3288                       <varlistentry>
3289                         <term>
3290                           <menuchoice><guimenuitem>unicode</guimenuitem></menuchoice>
3291                         </term>
3292                         <listitem>
3293                           <para>Unicode is an information technology standard for the consistent encoding, representation, and handling of text expressed in most of the world's writing systems.</para>
3294                         </listitem>
3295                       </varlistentry>
3296                     </variablelist>
3297                     <para>Default: <guilabel>default</guilabel></para>
3298                   </listitem>
3299                 </varlistentry>
3300               </variablelist>
3301             </listitem>
3302           </varlistentry>
3303         </variablelist>
3304       </sect3>
3305     </sect2>
3306   </sect1>  
3307   
3308 <!-- 
3309       Configuring Smb4K : Authentication 
3310 -->
3311 
3312   <sect1 id="configuration_page_authentication">
3313     <title>Authentication</title>
3314 
3315     <para>Here you can change the settings affecting the authentication.</para>
3316 
3317     <screenshot>
3318       <screeninfo>Screenshot of the "Authentication" configuration page</screeninfo>
3319       <mediaobject>
3320         <imageobject>
3321           <imagedata fileref="configuration_page_authentication.png" format="PNG" />
3322         </imageobject>
3323         <textobject>
3324           <phrase>The "Authentication" configuration page</phrase>
3325         </textobject>
3326       </mediaobject>
3327     </screenshot>
3328 
3329 <!-- 
3330       Configuring Smb4K : Authentication : Settings
3331 -->
3332 
3333     <sect2 id="configuration_page_authentication_settings">
3334       <title>Settings</title>
3335       
3336       <variablelist>
3337         <varlistentry>
3338           <term>
3339             <menuchoice><guibutton>Save logins in a wallet</guibutton></menuchoice>
3340           </term>
3341           <listitem>
3342             <para>The user names and passwords are stored in a subfolder named <filename role="directory">Smb4K</filename> of the current network wallet (default: "kdewallet"). The advantage of this method is, that the authentication data is stored permanently and encrypted on your hard drive. You only have to provide it once and the next time it is needed, &smb4k; will read it from the wallet. If you uncheck this option, the authentication data won't be stored at all.</para>
3343             <para>Default: selected</para>
3344           </listitem>
3345         </varlistentry>
3346         <varlistentry>
3347           <term>
3348             <menuchoice><guibutton>Use a default login</guibutton></menuchoice>
3349           </term>
3350           <listitem>
3351             <para>The default login is used by default to authenticate to the servers in your network neighborhood. If you enable this feature, a password dialog pops up, where you can provide the default login information.</para>
3352             <screenshot>
3353               <screeninfo>Screenshot of the default login input dialog</screeninfo>
3354               <mediaobject>
3355                 <imageobject><imagedata fileref="configuration_page_authentication_dialog_default_login.png" format="PNG" /></imageobject>
3356                 <textobject><phrase>The default login input dialog</phrase></textobject>
3357               </mediaobject>
3358             </screenshot>
3359             <para>You have to fill in at least the user name. Empty passwords are supported.</para>
3360             <para>Default: not selected</para>
3361           </listitem>
3362         </varlistentry>
3363       </variablelist>
3364     </sect2>
3365 
3366 <!-- 
3367       Configuring Smb4K : Authentication : Wallet Entries 
3368 -->
3369 
3370     <sect2 id="configuration_page_authentication_wallet_entries">
3371       <title>Wallet Entries</title>
3372       
3373       <para>In the editor you can change or delete existing wallet entries. However, before you can edit them, they have to be loaded from the digital wallet by pressing the <guibutton>Load</guibutton> button. The wallet entries then appear in the list view. An entry can be edited either by selecting it and clicking the <guibutton>Edit</guibutton> button or by double-clicking. A password dialog with the stored user name and password is shown and you can modify the credentials.</para>
3374       <para>An entry can be removed by selecting it and clicking the <guibutton>Remove</guibutton> button. All wallet entries can be removed at once by clicking the <guibutton>Clear</guibutton> button. With the <guibutton>Reset</guibutton> button you can restore the initial state.</para>
3375       <para>After you finished editing, the changes can be committed to the wallet by clicking <guibutton>Save</guibutton>.</para>
3376     </sect2>
3377   </sect1>
3378 
3379 <!-- 
3380       Configuring Smb4K : Synchronization 
3381 -->
3382 
3383   <sect1 id="configuration_page_synchronization">
3384     <title>Synchronization</title>
3385 
3386     <para>This configuration page contains options that influence the behavior of the <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> command that is used to synchronize remote shares with local copies and vice versa. It is only available, if <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> is installed on your system. It is recommended that you read the <ulink url="man:/rsync">manual page</ulink> before you use the synchronization feature the first time. However, safe settings are pre-defined. You will do no harm, if you start right away.</para>
3387 
3388     <screenshot>
3389       <screeninfo>Screenshot of the "Synchronization" configuration page</screeninfo>
3390       <mediaobject>
3391         <imageobject><imagedata fileref="configuration_page_synchronization.png" format="PNG" /></imageobject>
3392         <textobject><phrase>The "Synchronization" configuration page</phrase></textobject>
3393       </mediaobject>
3394     </screenshot>
3395 
3396 <!-- 
3397       Configuring Smb4K : Synchronization : Basic Settings
3398 -->
3399     
3400     <sect2 id="configuration_page_synchronisation_basic_settings">
3401       <title>Basic Settings</title>
3402       
3403       <sect3 id="configuration_page_synchronization_basic_settings_default_destination">
3404         <title>Synchronization Directory</title>
3405 
3406         <variablelist>
3407           <varlistentry>
3408             <term>
3409               <menuchoice><guibutton>Synchronization prefix</guibutton></menuchoice>
3410             </term>
3411             <listitem>
3412               <para>This is the base folder below which &smb4k; stores the transferred data using <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink>. It can be changed by using the &URL; requester (Click the button with the folder icon.) or by directly entering the new path into the text box. Path variables like $HOME are recognized.</para>
3413               <para>For each share you synchronize, a new subdirectory below this prefix will be generated. If you want to synchronize the contents of a share to a different folder, you can define it in the <link linkend="shares_view_synchronization">synchronization dialog</link>.</para>
3414               <para>Default: <filename class="directory">$HOME/smb4k_sync/</filename></para>
3415             </listitem>
3416           </varlistentry>
3417         </variablelist>
3418       </sect3>
3419       
3420       <sect3 id="configuration_page_synchronisation_basic_settings_behavior">
3421         <title>Behavior</title>
3422         
3423         <variablelist>
3424           <varlistentry>
3425             <term>
3426               <menuchoice><guibutton>Archive mode</guibutton></menuchoice>
3427             </term>
3428             <listitem>
3429               <para>Option: <option>-a</option>/<option>--archive</option>, same as <option>-rlptgoD</option> (no <option>-A</option>, <option>-X</option>, <option>-U</option>, <option>-N</option>, <option>-H</option>)</para>
3430               <para>Switch the archive mode on. This is a quick way of saying you want recursion and want to preserve almost everything. Note that <option>-a</option> does not preserve hardlinks (<option>-H</option>), access control lists (ACLs, <option>-A</option>), extended attributes (xattrs, <option>-X</option>), access (use) times (<option>-U</option>) nor create times (<option>-N</option>). You must separately specify these options. The only exception to the above equivalence is when <option>--files-from</option> is specified, in which case <option>-r</option> is not implied.</para>
3431               <para>In case you do not want to run <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> in archive mode, choose the appropriate arguments in the settings yourself.</para>
3432               <para>Default: selected</para>
3433             </listitem>
3434           </varlistentry>
3435           <varlistentry>
3436             <term>
3437               <menuchoice><guibutton>Recurse into subdirectories</guibutton></menuchoice>
3438             </term>
3439             <listitem>
3440               <para>Option: <option>-r</option>/<option>--recursive</option></para>
3441               <para>Recurse into subdirectories.</para>
3442               <para>Default: not selected</para>
3443             </listitem>
3444           </varlistentry>
3445           <varlistentry>
3446             <term>
3447               <menuchoice><guibutton>Use relative path names</guibutton></menuchoice>
3448             </term>
3449             <listitem>
3450               <para>Option: <option>-R</option>/<option>--relative</option></para>
3451               <para>Use relative path names. This means that the full path names specified on the command line are sent to the server rather than just the last parts of the file names.</para>
3452               <para>Default: not selected</para>
3453             </listitem>
3454           </varlistentry>
3455           <varlistentry>
3456             <term>
3457               <menuchoice><guibutton>Do not send implied directories</guibutton></menuchoice>
3458             </term>
3459             <listitem>
3460               <para>Option: <option>--no-implied-dirs</option></para>
3461               <para>This option affects the default behavior of the <option>--relative</option> option. When it is specified, the attributes of the implied directories from the source names are not included in the transfer. This means that the corresponding path elements on the destination system are left unchanged if  they  exist, and any missing implied directories are created with default attributes. This even allows these implied path elements to have big differences, such as being a symlink to a folder on one side of the transfer, and a real folder on the other side.</para>
3462               <para>For further information you ought to read the <ulink url="man:/rsync">manual page</ulink>.</para>
3463               <para>Default: not selected</para>
3464             </listitem>
3465           </varlistentry>
3466           <varlistentry>
3467             <term>
3468               <menuchoice><guibutton>Transfer directories without recursing</guibutton></menuchoice>
3469             </term>
3470             <listitem>
3471               <para>Option: <option>-d</option>/<option>--dirs</option></para>
3472               <para>Tell the sending side to include any directories that are encountered. Unlike <option>--recursive</option>, a folders contents is not copied unless the folder name specified is "." or ends with a trailing slash (&eg; ".", "dir/.", "dir/", &etc;). Without this option or the <option>--recursive</option> option, <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> will skip all directories it encounters (and output a message to that effect for each one). If you specify both <option>--dirs</option> and <option>--recursive</option>, <option>--recursive</option> takes precedence.</para>
3473               <para>Default: not selected</para>
3474             </listitem>
3475           </varlistentry>
3476         </variablelist>
3477       </sect3>
3478       
3479       <sect3 id="configuration_page_synchronization_basic_settings_backup">
3480         <title>Backups</title>
3481         <variablelist>
3482           <varlistentry>
3483             <term>
3484               <menuchoice><guibutton>Make backups</guibutton></menuchoice>
3485             </term>
3486             <listitem>
3487               <para>Option: <option>-b</option>/<option>--backups</option></para>
3488               <para>With this option, preexisting destination files are renamed as each file is transferred or deleted. You can control where the backup file goes and what (if any) suffix gets appended using the <option>--backup-dir</option> and <option>--suffix</option> options.</para>
3489               <para>Note that if you don't specify <option>--backup-dir</option>, (1) the <option>--omit-dir-times</option> option will be implied, and (2) if <option>--delete</option> is also in effect (without <option>--delete-excluded</option>),  <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> will add a "protect" filter-rule for the backup suffix to the end of all your existing excludes (&eg; <option>-f "P *~"</option>). This will prevent previously backed-up files from being deleted. Note that if you are supplying your own filter rules, you may  need  to  manually insert your own exclude/protect rule somewhere higher up in the list so that it has a high enough priority to be effective (&eg;, if  your rules specify a trailing inclusion/exclusion of '*', the auto-added rule would never be reached).</para>
3490               <para>Default: not selected</para>
3491             </listitem>
3492           </varlistentry>
3493           <varlistentry>
3494             <term>
3495               <menuchoice><guibutton>Backup suffix</guibutton></menuchoice>
3496             </term>
3497             <listitem>
3498               <para>Option: <option>--suffix=SUFFIX</option></para>
3499               <para>This  option  allows  you  to override the default backup suffix used with the <option>--backup</option> option. The default suffix is a <emphasis>~</emphasis> if no <option>--backup-dir</option> was specified, otherwise it is an empty string.</para>
3500               <para>This option is only available if you ticked the <guilabel>Make backups</guilabel> option above.</para>
3501               <para>Default: not selected; SUFFIX: ~</para>
3502             </listitem>
3503           </varlistentry>
3504           <varlistentry>
3505             <term>
3506               <menuchoice><guibutton>Backup directory</guibutton></menuchoice>
3507             </term>
3508             <listitem>
3509               <para>Option: <option>--backup-dir=DIR</option></para>
3510               <para>In combination with the <option>--backup</option> option, this tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to store all backups in the specified folder. This is very useful for incremental backups. You can additionally specify a backup suffix using the <option>--suffix</option> option (otherwise the files backed up in the specified folder will keep  their original filenames).</para>
3511               <para>This option is only available if you ticked the <guilabel>Make backups</guilabel> option above.</para>
3512               <para>Default: not selected; DIR: <envar>$HOME</envar></para>
3513             </listitem>
3514           </varlistentry>
3515         </variablelist>
3516       </sect3>
3517       
3518     </sect2>
3519     
3520 <!--
3521       Configuring Smb4K : Synchronization : File Handling
3522 -->
3523 
3524     <sect2 id="configuration_page_synchronization_file_handling">
3525       <title>File Handling</title>
3526 
3527       <sect3 id="configuration_page_synchronization_file_handling_general">
3528         <title>General</title>
3529 
3530         <variablelist>
3531           <varlistentry>
3532             <term>
3533               <menuchoice><guibutton>Update files</guibutton></menuchoice>
3534             </term>
3535             <listitem>
3536               <para>Option: <option>-u</option>/<option>--update</option></para>
3537               <para>This forces <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to skip any files that exist on the destination and have a modification time that is newer than the one of the source file. (If an existing destination file has a modification time equal to the source file's, it will be updated if the sizes are different.)</para>
3538               <para>Default: not selected</para>
3539             </listitem>
3540           </varlistentry>
3541           <varlistentry>
3542             <term>
3543               <menuchoice><guibutton>Update files in place</guibutton></menuchoice>
3544             </term>
3545             <listitem>
3546               <para>Option: <option>--inplace</option></para>
3547               <para>This causes <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> not to create a new copy of the file and then move it into place. Instead <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> will overwrite the  existing file, meaning that the rsync algorithm cannot accomplish the full amount of network reduction it might be able to otherwise.  One exception to this is if you combine the option with <option>--backup</option>, since <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> is smart enough to use the backup file as the basis file for the transfer.</para>
3548               <para>For further information you ought to read the <ulink url="man:/rsync">manual page</ulink>.</para>
3549               <para>Default: not selected</para>
3550             </listitem>
3551           </varlistentry>
3552           <varlistentry>
3553             <term>
3554               <menuchoice><guibutton>Handle sparse files efficiently</guibutton></menuchoice>
3555             </term>
3556             <listitem>
3557               <para>Option: <option>-S</option>/<option>--sparse</option></para>
3558               <para>Try to handle sparse files efficiently so they take up less space on the destination. Conflicts with <option>--inplace</option> because it's not possible to overwrite data in a sparse fashion.</para>
3559               <note><para>Do not use this option when the destination is a &Solaris; "tmpfs" file system. It doesn't seem to handle seeks over null regions correctly and ends up corrupting the files.</para></note>
3560               <para>Default: not selected</para>
3561             </listitem>
3562           </varlistentry>
3563           <varlistentry>
3564             <term>
3565               <menuchoice><guibutton>Copy files whole (no rsync algorithm)</guibutton></menuchoice>
3566             </term>
3567             <listitem>
3568               <para>Option: <option>-W</option>/<option>--whole-file</option></para>
3569               <para>With this option the incremental <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> algorithm is not used and the whole file is sent as-is instead. The transfer may be faster if this option is used when the bandwidth between the source and destination machines is higher than the bandwidth to disk (especially when the "disk" is actually a networked file system). This is the default when both the source and destination are specified as local paths.</para>
3570               <para>Default: not selected</para>
3571             </listitem>
3572           </varlistentry>
3573           <varlistentry>
3574             <term>
3575               <menuchoice><guibutton>Only update files that already exist</guibutton></menuchoice>
3576             </term>
3577             <listitem>
3578               <para>Option: <option>--existing</option>/<option>--ignore-non-existing</option></para>
3579               <para>This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to skip updating files that do not exist yet on the destination. If this option is combined with the <option>--ignore-existing</option> option, no files will be updated (which can be useful if all you want to do is to delete missing files).</para>
3580               <para>Default: not selected</para>
3581             </listitem>
3582           </varlistentry>
3583           <varlistentry>
3584             <term>
3585               <menuchoice><guibutton>Ignore files that already exist</guibutton></menuchoice>
3586             </term>
3587             <listitem>
3588               <para>Option: <option>--ignore-existing</option></para>
3589               <para>This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to skip updating files that already exist on the destination. See also <option>--ignore-non-existing</option>.</para>
3590               <para>Default: not selected</para>
3591             </listitem>
3592           </varlistentry>
3593         </variablelist>
3594       </sect3>
3595 
3596       <sect3 id="configuration_page_synchronization_file_handling_links">
3597         <title>Links</title>
3598 
3599         <variablelist>
3600           <varlistentry>
3601             <term>
3602               <menuchoice><guibutton>Preserve symlinks</guibutton></menuchoice>
3603             </term>
3604             <listitem>
3605               <para>Option: <option>-l</option>/<option>--links</option></para>
3606               <para>Copy symlinks as symlinks.</para>
3607               <para>Default: not selected</para>
3608             </listitem>
3609           </varlistentry>
3610           <varlistentry>
3611             <term>
3612               <menuchoice><guibutton>Transform symlinks</guibutton></menuchoice>
3613             </term>
3614             <listitem>
3615               <para>Option: <option>-L</option>/<option>--copy-links</option></para>
3616               <para>When symlinks are encountered, the item that they point to is copied, rather than the symlink.</para>
3617               <para>Default: not selected</para>
3618             </listitem>
3619           </varlistentry>
3620           <varlistentry>
3621             <term>
3622               <menuchoice><guibutton>Transform unsafe symlinks</guibutton></menuchoice>
3623             </term>
3624             <listitem>
3625               <para>Option: <option>--copy-unsafe-links</option></para>
3626               <para>Only transform "unsafe" symlinks. This means if a symlink is encountered that is pointing outside the copied tree, the referenced item is transferred rather than the symlink itself.</para>
3627               <para>Default: not selected</para>
3628             </listitem>
3629           </varlistentry>
3630           <varlistentry>
3631             <term>
3632               <menuchoice><guibutton>Ignore unsafe symlinks</guibutton></menuchoice>
3633             </term>
3634             <listitem>
3635               <para>Option: <option>--safe-links</option></para>
3636               <para>This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to ignore any symbolic links which point outside the copied tree. All absolute symlinks are also ignored. Using this option in conjunction with <option>--relative</option> may give unexpected results.</para>
3637               <para>Default: not selected</para>
3638             </listitem>
3639           </varlistentry>
3640           <varlistentry>
3641             <term>
3642               <menuchoice><guibutton>Munge symlinks</guibutton></menuchoice>
3643             </term>
3644             <listitem>
3645               <para>Option: <option>--munge-links</option></para>
3646               <para>This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to (1) modify all symlinks on the receiving side in a way that makes them unusable but recoverable, or (2) to unmunge symlinks on the sending side that had been stored in a munged state. This is useful if you do not quite trust the source of the data to not try to slip in a symlink to an unexpected place. For further information on this argument, please see the manual page of <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink>.</para>
3647               <para>Default: not selected</para>
3648             </listitem>
3649           </varlistentry>          
3650           <varlistentry>
3651             <term>
3652               <menuchoice><guibutton>Preserve hard links</guibutton></menuchoice>
3653             </term>
3654             <listitem>
3655               <para>Option: <option>-H</option>/<option>--hard-links</option></para>
3656               <para>This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to look for hard-linked files in the transfer and link together the corresponding files on the receiving side. Without this option, hard-linked files in the transfer are treated as though they were separate files.</para>
3657               <para>Note that <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> can only detect hard links if both parts of the link are in the list of files being sent.</para>
3658               <para>Default: not selected</para>
3659             </listitem>
3660           </varlistentry>
3661           <varlistentry>
3662             <term>
3663               <menuchoice><guibutton>Copy directory symlinks</guibutton></menuchoice>
3664             </term>
3665             <listitem>
3666               <para>Option: <option>-k</option>/<option>--copy-dirlinks</option></para>
3667               <para>This option causes the sending side to treat a symlink to a directory as though it were a real directory.  This is useful if you don’t want symlinks to non-directories to be affected, as they would be using <option>--copy-links</option>.</para>
3668               <para>Default: not selected</para>
3669             </listitem>
3670           </varlistentry>
3671           <varlistentry>
3672             <term>
3673               <menuchoice><guibutton>Keep directory symlinks</guibutton></menuchoice>
3674             </term>
3675             <listitem>
3676               <para>Option: <option>-K</option>/<option>--keep-dirlinks</option></para>
3677               <para>This option causes the receiving side to treat a symlink to a directory as though it were a real directory, but only if it matches a real directory from the sender. Without this option, the receiver's symlink would be deleted and replaced with a real directory.</para>
3678               <para>Default: not selected</para>
3679             </listitem>
3680           </varlistentry>
3681         </variablelist>
3682       </sect3>
3683     </sect2>
3684 
3685     <sect2 id="configuration_page_synchronization_attributes_ownership">
3686       <title>File Attributes &amp; Ownership</title>
3687       <sect3 id="configuration_page_synchronization_attributes_ownership_attributes">
3688         <title>File Attributes</title>
3689         <variablelist>
3690           <varlistentry>
3691             <term>
3692               <menuchoice><guibutton>Preserve permissions</guibutton></menuchoice>
3693             </term>
3694             <listitem>
3695               <para>Option: <option>-p</option>/<option>--perms</option></para>
3696               <para>This option causes the receiving side to set the destination permissions to be the same as the source permissions.</para>
3697               <para>Default: not selected</para>
3698             </listitem>
3699           </varlistentry>
3700           <varlistentry>
3701             <term>
3702               <menuchoice><guibutton>Preserve access control lists (ACLs)</guibutton></menuchoice>
3703             </term>
3704             <listitem>
3705               <para>Option: <option>-A</option>/<option>--acls</option></para>
3706               <para>Preserve access control lists. This option causes <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to update the destination ACLs to be the same as the source ACLs. The option also implies --perms. The source and destination systems must have compatible ACL entries for this option to work properly.</para>
3707               <para>Default: not selected</para>
3708             </listitem>
3709           </varlistentry>
3710           <varlistentry>
3711             <term>
3712               <menuchoice><guibutton>Preserve extended attributes</guibutton></menuchoice>
3713             </term>
3714             <listitem>
3715               <para>Option: <option>-X</option>/<option>--xattrs</option></para>
3716               <para>Preserve extended attributes. This option causes <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to update the destination extended attributes to be the same as the source ones.</para>
3717               <para>Default: not selected</para>
3718             </listitem>
3719           </varlistentry>
3720           <varlistentry>
3721             <term>
3722               <menuchoice><guibutton>Preserve access times</guibutton></menuchoice>
3723             </term>
3724             <listitem>
3725               <para>Option: <option>-U</option>/<option>--atimes</option></para>
3726               <para>Preserve access times. This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to set the access (use) times of the destination files to the same value as the source files.</para>
3727               <para>Default: not selected</para>
3728             </listitem>
3729           </varlistentry>
3730           <varlistentry>
3731             <term>
3732               <menuchoice><guibutton>Preserve create times</guibutton></menuchoice>
3733             </term>
3734             <listitem>
3735               <para>Option: <option>-N</option>/<option>--crtimes</option></para>
3736               <para>Preserve create times. This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to set the create times (newness) of the destination files to the same value as the source files.</para>
3737               <para>Default: not selected</para>
3738             </listitem>
3739           </varlistentry>
3740           <varlistentry>
3741             <term>
3742               <menuchoice><guibutton>Preserve device and special files</guibutton></menuchoice>
3743             </term>
3744             <listitem>
3745               <para>Option: <option>-D</option>/<option>--devices --specials</option></para>
3746               <para>This option causes <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to transfer character and block device files as well as special files (such as named sockets and fifos) to the remote system. This option has no effect if the receiving side is not run as the super user and <option>--super</option> is not specified.</para>
3747               <para>Default: not selected</para>
3748             </listitem>
3749           </varlistentry>
3750           <varlistentry>
3751             <term>
3752               <menuchoice><guibutton>Preserve times</guibutton></menuchoice>
3753             </term>
3754             <listitem>
3755               <para>Option: <option>-t</option>/<option>--times</option></para>
3756               <para>This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to transfer modification times along with the files and update them on the remote system.</para>
3757               <para>Default: not selected</para>
3758             </listitem>
3759           </varlistentry>
3760           <varlistentry>
3761             <term>
3762               <menuchoice><guibutton>Omit directories when preserving times</guibutton></menuchoice>
3763             </term>
3764             <listitem>
3765               <para>Option: <option>-O</option>/<option>--omit-dir-times</option></para>
3766               <para>This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to omit directories when it is preserving modification times (see <option>--times</option>).</para>
3767               <para>Default: not selected</para>
3768             </listitem>
3769           </varlistentry>
3770         </variablelist>
3771       </sect3>
3772       
3773       <sect3 id="configuration_page_synchronization_attributes_ownership_ownership">
3774         <title>Ownership</title>
3775         <variablelist>
3776           <varlistentry>
3777             <term>
3778               <menuchoice><guibutton>Preserve owner</guibutton></menuchoice>
3779             </term>
3780             <listitem>
3781               <para>Option: <option>-o</option>/<option>--owner</option></para>
3782               <para>This option causes <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to set the owner of the destination file to be the same as the one of the source file. By default, the preservation is done by name, but may fall back to using the ID number in some circumstances (see the <option>--numeric-ids</option> option for a full discussion). This option has no effect if the receiving <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> is not run as the super user and <option>--super</option> is not specified.</para>
3783               <para>Default: not selected</para>
3784             </listitem>
3785           </varlistentry>
3786           <varlistentry>
3787             <term>
3788               <menuchoice><guibutton>Preserve group</guibutton></menuchoice>
3789             </term>
3790             <listitem>
3791               <para>Option: <option>-g</option>/<option>--group</option></para>
3792               <para>This option causes <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to set the group of the destination file to be the same as the on of the source file. If the receiving program is not running as the super-user (or with the <option>--no-super</option> option), only groups that the receiver is a member of will be preserved.</para>
3793               <para>Default: not selected</para>
3794             </listitem>
3795           </varlistentry>
3796         </variablelist>
3797       </sect3>
3798     </sect2>
3799 
3800 <!-- 
3801       Configuring Smb4K : Synchronization : File Transfer
3802 -->
3803 
3804     <sect2 id="configuration_page_synchronization_file_transfer">
3805       <title>File Transfer</title>
3806       <sect3 id="configuration_page_synchronization_file_transfer_compression">
3807         <title>Compression</title>
3808         <variablelist>
3809           <varlistentry>
3810             <term>
3811               <menuchoice><guibutton>Compress data during transfer</guibutton></menuchoice>
3812             </term>
3813             <listitem>
3814               <para>Option: <option>-z</option>/<option>--compress</option></para>
3815               <para>Compress file data during the transfer.</para>
3816               <para>Default: not selected</para>
3817             </listitem>
3818           </varlistentry>
3819           <varlistentry>
3820             <term>
3821               <menuchoice><guibutton>Set compression level</guibutton></menuchoice>
3822             </term>
3823             <listitem>
3824               <para>Option: <option>--compress-level=NUM</option></para>
3825               <para>Explicitly set the compression level to use. If NUM is non-zero, the <option>--compress</option> argument is implied.</para>
3826               <para>Default: not selected; NUM: 0</para>
3827             </listitem>
3828           </varlistentry>
3829           <varlistentry>
3830             <term>
3831               <menuchoice><guibutton>Skip compression for following file suffixes</guibutton></menuchoice>
3832             </term>
3833             <listitem>
3834               <para>Option: <option>--skip-compress=LIST</option></para>
3835               <para>Overwrite the list of file suffixes that will not be compressed. The LIST should be one or more file suffixes (without the dot) separated by slashes. You may specify an empty string to indicate that no file should be skipped. The default list of suffixes will be replaced by this list. For further details, see the <ulink url="man:/rsync"><citerefentry><refentrytitle>manual page of rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink>.</para>
3836               <para>Default: not selected; LIST: empty</para>
3837             </listitem>
3838           </varlistentry>
3839         </variablelist>
3840       </sect3>
3841 
3842       <sect3 id="configuration_page_synchronization_file_transfer_files">
3843         <title>Files</title>
3844         <variablelist>
3845           <varlistentry>
3846             <term>
3847               <menuchoice><guibutton>Do not transfer any file smaller than</guibutton></menuchoice>
3848             </term>
3849             <listitem>
3850               <para>Option: <option>--min-size=SIZE</option></para>
3851               <para>This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to avoid transferring any file that is smaller than the specified SIZE, which can help in not transferring small, junk files.</para>
3852               <para>Default: not selected; SIZE: 0 kB</para>
3853             </listitem>
3854           </varlistentry>
3855           <varlistentry>
3856             <term>
3857               <menuchoice><guibutton>Do not transfer any file larger than</guibutton></menuchoice>
3858             </term>
3859             <listitem>
3860               <para>Option: <option>--max-size=SIZE</option></para>
3861               <para>This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to avoid transferring any file that is larger than the specified SIZE.</para>
3862               <para>Default: not selected; SIZE: 0 kB</para>
3863             </listitem>
3864           </varlistentry>
3865           <varlistentry>
3866             <term>
3867               <menuchoice><guibutton>Keep partially transferred files</guibutton></menuchoice>
3868             </term>
3869             <listitem>
3870               <para>Option: <option>--partial</option></para>
3871               <para>By default, <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> will delete any partially transferred file if the transfer is interrupted. In some circumstances it is more desirable to keep partially transferred files. Using the <option>--partial</option> option tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to keep the partial file which should make a subsequent transfer of the rest of the file much faster.</para>
3872               <para>Default: not selected</para>
3873             </listitem>
3874           </varlistentry>
3875           <varlistentry>
3876             <term>
3877               <menuchoice><guibutton>Put partially transferred files into</guibutton></menuchoice>
3878             </term>
3879             <listitem>
3880               <para>Option: <option>--partial-dir=DIR</option></para>
3881               <para>A better way to keep partial files than the <option>--partial</option> option is to specify a folder DIR that will be used to hold the partial data (instead of writing it out to the  destination file). On the next transfer, <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> will use a file found in this folder as data to speed up the resumption of the transfer and then delete it after it has served its purpose. Before you tick this option, you should read the <ulink url="man:/rsync">manual page</ulink>.</para>
3882               <para>Default: not selected; DIR: <filename class="directory">$HOME</filename></para>
3883             </listitem>
3884           </varlistentry>
3885         </variablelist>
3886       </sect3>
3887 
3888       <sect3 id="configuration_page_synchronization_file_transfer_miscellaneous">
3889         <title>Miscellaneous</title>
3890         <variablelist>
3891           <varlistentry>
3892             <term>
3893               <menuchoice><guibutton>Set bandwidth limit:</guibutton></menuchoice>
3894             </term>
3895             <listitem>
3896               <para>Option: <option>--bwlimit=RATE</option></para>
3897               <para>Set the maximum data transfer RATE in kilobytes per second.</para>
3898               <para>Default: not selected; RATE: 0 kB/s</para>
3899             </listitem>
3900           </varlistentry>
3901         </variablelist>
3902       </sect3>
3903     </sect2>
3904 
3905 <!--
3906       Configuring Smb4K : Synchronization : File Deletion
3907 -->
3908 
3909     <sect2 id="configuration_page_synchronization_file_deletion">
3910       <title>File Deletion</title>
3911 
3912       <sect3 id="configuration_page_synchronization_file_deletion_files_directories">
3913         <title>Files &amp; Directories</title>
3914       
3915         <variablelist>
3916           <varlistentry>
3917             <term>
3918               <menuchoice><guibutton>Remove synchronized source files</guibutton></menuchoice>
3919             </term>
3920             <listitem>
3921               <para>Option: <option>--remove-source-files</option></para>
3922               <para>This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to remove from the sending side the files (meaning non-directories) that are a part of the transfer and have been successfully duplicated on the receiving side.</para>
3923               <para>Default: not selected</para>
3924             </listitem>
3925           </varlistentry>
3926           <varlistentry>
3927             <term>
3928               <menuchoice><guibutton>Delete extraneous files</guibutton></menuchoice>
3929             </term>
3930             <listitem>
3931               <para>Option: <option>--delete</option></para>
3932               <para>This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to delete extraneous files from  the  receiving side (ones  that  aren't on the sending side), but only for the directories that are being synchronized.  You must have asked <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to send the whole folder (&eg; "<filename class="directory">dir</filename>" or "<filename class="directory">dir/</filename>") without using a wildcard for the folders contents (&eg; "<filename class="directory">dir/*</filename>") since the wildcard is expanded by the shell and <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> thus gets a request to transfer individual files, not the files' parent folder. Files that are excluded from transfer are also excluded from being deleted unless you use the <option>--delete-excluded</option> option or mark the rules as only matching on the sending side.</para>
3933               <para>Default: not selected</para>
3934             </listitem>
3935           </varlistentry>
3936           <varlistentry>
3937             <term>
3938               <menuchoice><guibutton>Delete files before transfer</guibutton></menuchoice>
3939             </term>
3940             <listitem>
3941               <para>Option: <option>--delete-before</option></para>
3942               <para>Request that the file deletions on the receiving side be done before the transfer starts. This is the default if <option>--delete</option> or <option>--delete-excluded</option> is specified without one of the <option>--delete-WHEN</option> options.</para>
3943               <para>Default: not selected</para>
3944             </listitem>
3945           </varlistentry>
3946           <varlistentry>
3947             <term>
3948               <menuchoice><guibutton>Delete files after transfer</guibutton></menuchoice>
3949             </term>
3950             <listitem>
3951               <para>Option: <option>--delete-after</option></para>
3952               <para>Request that the file deletions on the receiving side be done after the transfer has completed.</para>
3953               <para>Default: not selected</para>
3954             </listitem>
3955           </varlistentry>
3956           <varlistentry>
3957             <term>
3958               <menuchoice><guibutton>Delete files during transfer</guibutton></menuchoice>
3959             </term>
3960             <listitem>
3961               <para>Option: <option>--delete-during</option></para>
3962               <para>Request that the file deletions on the receiving side be done incrementally as the transfer happens. This is a faster method than choosing the before- or after-transfer algorithm, but it is only supported beginning with <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> version 2.6.4.</para>
3963               <para>Default: not selected</para>
3964             </listitem>
3965           </varlistentry>
3966           <varlistentry>
3967             <term>
3968               <menuchoice><guibutton>Delete excluded files</guibutton></menuchoice>
3969             </term>
3970             <listitem>
3971               <para>Option: <option>--delete-excluded</option></para>
3972               <para>In addition to deleting the files on the receiving side that are not on the sending side, this tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to also delete any files on the receiving side that are excluded (see <option>--exclude</option>).</para>
3973               <para>Default: not selected</para>
3974             </listitem>
3975           </varlistentry>
3976           <varlistentry>
3977             <term>
3978               <menuchoice><guibutton>Delete even if I/O errors occur</guibutton></menuchoice>
3979             </term>
3980             <listitem>
3981               <para>Option: <option>--ignore-errors</option></para>
3982               <para>Tells <option>--delete</option> to go ahead and delete files even when there are I/O errors.</para>
3983               <para>Default: not selected</para>
3984             </listitem>
3985           </varlistentry>
3986           <varlistentry>
3987             <term>
3988               <menuchoice><guibutton>Force deletion of non-void directories</guibutton></menuchoice>
3989             </term>
3990             <listitem>
3991               <para>Option: <option>--force</option></para>
3992               <para>This option tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to delete a non-empty folder when it is to be replaced by a non-folder. This is only relevant if deletions are not active (see <option>--delete</option>).</para>
3993               <para>Default: not selected</para>
3994             </listitem>
3995           </varlistentry>
3996         </variablelist>
3997       </sect3>
3998 
3999       <sect3 id="configuration_page_synchronization_filedel_restrict">
4000         <title>Restrictions</title>
4001 
4002         <variablelist>
4003           <varlistentry>
4004             <term>
4005               <menuchoice><guibutton>Do not delete more than this many files</guibutton></menuchoice>
4006             </term>
4007             <listitem>
4008               <para>Option: <option>--max-delete=NUM</option></para>
4009               <para>This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> not to delete more than NUM files or directories (NUM must be non-zero). This is useful when mirroring very large trees to prevent disasters.</para>
4010               <para>Default: not selected; NUM: 0</para>
4011             </listitem>
4012           </varlistentry>
4013         </variablelist>
4014       </sect3>
4015 
4016     </sect2>
4017 
4018 <!-- 
4019       Configuring Smb4K : Synchronization : Filtering 
4020 -->
4021 
4022     <sect2 id="configuration_page_synchronization_filter">
4023       <title>Filtering</title>   
4024 
4025       <sect3 id="configuration_page_synchronization_filter_general">
4026         <title>General</title>
4027 
4028         <variablelist>
4029           <varlistentry>
4030             <term>
4031               <menuchoice><guibutton>Auto-ignore files in the same way CVS does</guibutton></menuchoice>
4032             </term>
4033             <listitem>
4034               <para>Option: <option>-C</option>/<option>--cvs-exclude</option></para>
4035               <para>This is a useful shorthand for excluding a broad range of files that you often don't want to transfer between systems. It uses the same algorithm that CVS uses to determine if a file should be ignored.</para>
4036               <para>Default: not selected</para>
4037             </listitem>
4038           </varlistentry>
4039           <varlistentry>
4040             <term>
4041               <menuchoice><guibutton>Exclude files matching this pattern</guibutton></menuchoice>
4042             </term>
4043             <listitem>
4044               <para>Option: <option>--exclude=PATTERN</option></para>
4045               <para>This  option is a simplified form of the <option>--filter</option> option that defaults to an exclude rule and does not allow the full rule-parsing syntax of normal filter rules.</para>
4046               <para>Default: not selected; PATTERN: empty</para>
4047             </listitem>             
4048           </varlistentry>
4049           <varlistentry>
4050             <term>
4051               <menuchoice><guibutton>Read exclude patterns from</guibutton></menuchoice>
4052             </term>
4053             <listitem>
4054               <para>Option: <option>--exclude-from=FILE</option></para>
4055               <para>This option is related to the <option>--exclude</option> option, but it specifies a FILE that contains exclude patterns (one per line). Blank lines in the file  and lines starting with ';' or '#' are ignored. You have to choose an existing file to make this option work.</para>
4056               <para>Default: not selected; FILE: <filename>$HOME/exclude.txt</filename></para>
4057             </listitem>
4058           </varlistentry>
4059           <varlistentry>
4060             <term>
4061               <menuchoice><guibutton>Include files matching this pattern</guibutton></menuchoice>
4062             </term>
4063             <listitem>
4064               <para>Option: <option>--include=PATTERN</option></para>
4065               <para>This option is a simplified form of the <option>--filter</option> option that defaults to an include rule and does not allow the full rule-parsing syntax of normal filter rules.</para>
4066               <para>Default: not selected; PATTERN: empty</para>
4067             </listitem>
4068           </varlistentry>
4069           <varlistentry>
4070             <term>
4071               <menuchoice><guibutton>Read include patterns from</guibutton></menuchoice>
4072             </term>
4073             <listitem>
4074               <para>Option: <option>--include-from=FILE</option></para>
4075               <para>This option is related to the <option>--include</option> option, but it specifies a FILE that contains include patterns (one  per  line). Blank lines in the file and lines starting with ';' or '#' are ignored. You have to choose an existing file to make this option work.</para>
4076               <para>Default: not selected; FILE: <filename>$HOME/include.txt</filename></para>
4077             </listitem>
4078           </varlistentry>
4079         </variablelist>
4080       </sect3>
4081 
4082       <sect3 id="configuration_page_synchronization_filter_rules">
4083         <title>Filter Rules</title>
4084 
4085         <variablelist>
4086           <varlistentry>
4087             <term>
4088               <menuchoice><guibutton>Use --filter='dir-merge /.rsync-filter' filter rule</guibutton></menuchoice>
4089             </term>
4090             <listitem>
4091               <para>Option: <option>-F</option></para>
4092               <para>This option tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to look for per-folder <filename>.rsync-filter</filename> files that have been sprinkled through the hierarchy and use their rules to filter the files in the transfer.</para>
4093               <para>See the FILTER RULES section of the <ulink url="man:/rsync">manual page</ulink> for detailed information on how this option works.</para>
4094               <para>Default: not selected</para>
4095             </listitem>
4096           </varlistentry>
4097           <varlistentry>
4098             <term>
4099               <menuchoice><guibutton>Use --filter='exclude .rsync-filter' filter rule</guibutton></menuchoice>
4100             </term>
4101             <listitem>
4102               <para>Option: <option>-FF</option></para>
4103               <para>This option filters out the <filename>.rsync-filter</filename> files themselves from the transfer.</para>
4104               <para>See the FILTER RULES section of the <ulink url="man:/rsync">manual page</ulink> for detailed information on how this option works.</para>
4105               <para>Default: not selected</para>
4106             </listitem>
4107           </varlistentry>
4108           <varlistentry>
4109             <term>
4110               <menuchoice><guibutton>Custom filter rules</guibutton></menuchoice>
4111             </term>
4112             <listitem>
4113               <para>Option: <option>-f</option>/<option>--filter=RULE</option></para>
4114               <para>You can define one or more filter rules here. Each rule has to be prefixed with the <option>--filter=</option> or <option>-f</option> option string, because the contents of the text box will be passed to the <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> command AS IS.</para>
4115               <para>This option allows you to add rules to selectively exclude  certain  files  from  the  list of files to be transferred. This is most useful in combination with a recursive transfer.</para>
4116               <para>You may use as many <option>--filter</option> options as you like to build up the list of files to exclude.</para>
4117               <para>See  the  FILTER  RULES section of the <ulink url="man:/rsync">manual page</ulink> for detailed information on this option.</para>
4118               <para>Default: not selected; RULES: empty</para>
4119             </listitem>
4120           </varlistentry>
4121         </variablelist>
4122       </sect3>
4123     </sect2>
4124 
4125 <!-- 
4126       Configuring Smb4K : Synchronization : Miscellaneous
4127 -->
4128 
4129     <sect2 id="configuration_page_synchronization_miscellaneous">
4130       <title>Miscellaneous</title>
4131 
4132       <sect3 id="configuration_page_synchronization_miscellaneous_checksums">
4133         <title>Checksums</title>
4134 
4135         <variablelist>
4136           <varlistentry>
4137             <term>
4138               <menuchoice><guibutton>Force fixed checksum block size</guibutton></menuchoice>
4139             </term>
4140             <listitem>
4141               <para>Option: <option>-B</option>/<option>--block-size=SIZE</option></para>
4142               <para>This forces the block size used in the rsync algorithm to a fixed value. It is normally selected based on the size of each file being updated. See the <ulink url="http://rsync.samba.org/tech_report/">technical report</ulink> for details.</para>
4143               <para>Default: not selected; SIZE: 0</para>
4144             </listitem>
4145           </varlistentry>
4146           <varlistentry>
4147             <term>
4148               <menuchoice><guibutton>Set block/file checksum seed</guibutton></menuchoice>
4149             </term>
4150             <listitem>
4151               <para>Option: <option>--checksum-seed=NUM</option></para>
4152               <para>Set the MD4 checksum seed to the integer NUM. This 4 byte checksum seed is included in each block and file MD4 checksum calculation. By default the checksum seed is generated by the server and defaults to the current time(). This option is used to set a specific checksum seed, which is useful for applications that want repeatable block and file checksums, or in the case where the user wants a more random checksum seed. Note that setting NUM to 0 causes rsync to use the default of  time() for checksum seed.</para>
4153               <para>Default: not selected; NUM: 0</para>
4154             </listitem>
4155           </varlistentry>
4156           <varlistentry>
4157             <term>
4158               <menuchoice><guibutton>Skip files based on checksum</guibutton></menuchoice>
4159             </term>
4160             <listitem>
4161               <para>Option: <option>-c</option>/<option>--checksum</option></para>
4162               <para>This forces the sender to checksum every regular file using a 128-bit MD4 checksum. It does this during the initial file system scan as it builds the list of all available files. The receiver then checksums its version of each file (if it exists and  it  has  the  same  size as its sender-side counterpart) in order to decide which files  need  to  be  updated: files with either a changed size or a changed checksum are selected for transfer. Since this whole-file checksumming of  all files on both sides of the connection occurs in addition to the automatic checksum verifications that occur during a file's transfer, this option can be quite slow.</para>
4163               <para>Default: not selected</para>
4164             </listitem>
4165           </varlistentry>
4166         </variablelist>
4167       </sect3>
4168 
4169       <sect3 id="configuration_page_synchronization_miscellaneous_miscellaneous">
4170         <title>Miscellaneous</title>
4171         <variablelist>
4172           <varlistentry>
4173             <term>
4174               <menuchoice><guibutton>Do not cross file system boundaries</guibutton></menuchoice>
4175             </term>
4176             <listitem>
4177               <para>Option: <option>-x</option>/<option>--one-file-system</option></para>
4178               <para>This tells <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> to avoid crossing a file system boundary when recursing. This does not limit the user's ability to specify items to copy from multiple file systems, just <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink>'s recursion through the hierarchy of each folder that the user specified, and also the analogous recursion on the receiving side during deletion. Also keep in mind that <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> treats a "bind" mount to the same device as being on the same file system.</para>
4179               <para>Default: not selected</para>
4180             </listitem>
4181           </varlistentry>
4182           <varlistentry>
4183             <term>
4184               <menuchoice><guibutton>Delay updates until the end of transfer</guibutton></menuchoice>
4185             </term>
4186             <listitem>
4187               <para>Option: <option>--delay-updates</option></para>
4188               <para>This option puts the temporary file from each updated file into a holding folder until the end of the transfer, at which time all the files are renamed into place in rapid succession.</para>
4189               <para>It is strongly recommended that you read the <ulink url="man:/rsync">manual page</ulink> before using this option.</para>
4190               <para>Default: not selected</para>
4191             </listitem>
4192           </varlistentry>
4193         </variablelist>
4194       </sect3>
4195 
4196     </sect2>
4197   </sect1>
4198 
4199 
4200 <!-- 
4201       Configuring Smb4K : Custom Settings
4202 -->
4203 
4204   <sect1 id="configuration_page_custom_settings">
4205     <title>Custom Settings</title>
4206 
4207     <para>All servers and shares for which you defined custom settings are listed here.</para>
4208 
4209     <screenshot>
4210       <screeninfo>Screenshot of the "Custom Settings" configuration tab</screeninfo>
4211       <mediaobject>
4212         <imageobject><imagedata fileref="configuration_page_custom_settings.png" format="PNG" /></imageobject>
4213         <textobject><phrase>The "Custom Settings" configuration tab</phrase></textobject>
4214       </mediaobject>
4215     </screenshot>
4216 
4217     <para>The options defined for a network item can be edited by either double clicking an entry in the list view or by clicking the <guibutton>Edit</guibutton> button. The <link linkend="custom_settings">custom settings editor</link> is opened and the settings can be edited. To remove an entry, select it and click the <guibutton>Remove</guibutton> button. All network items may be removed at once by clicking the <guibutton>Clear List</guibutton> button. To reset your changes, click the <guibutton>Reset</guibutton> button.</para>
4218     <para>For further information about the custom settings editor, read this <link linkend="custom_settings">section</link>.</para>
4219   </sect1>
4220 
4221 <!-- 
4222       Configuring Smb4K : Profiles 
4223 -->
4224 
4225   <sect1 id="configuration_page_profiles">
4226     <title>Profiles</title>
4227     
4228     <para>On this page you can enable the use of profiles and manage your profiles.</para>
4229     
4230     <screenshot>
4231       <screeninfo>Screenshot of the "Profiles" configuration tab</screeninfo>
4232       <mediaobject>
4233         <imageobject><imagedata fileref="configuration_page_profiles.png" format="PNG" /></imageobject>
4234         <textobject><phrase>The "Profiles" configuration tab</phrase></textobject>
4235       </mediaobject>
4236     </screenshot>
4237 
4238 <!--
4239       Configuring Smb4K : Profiles : Settings 
4240 -->
4241 
4242     <sect2 id="configuration_page_profiles_settings">
4243       <title>Settings</title>
4244 
4245       <variablelist>
4246         <varlistentry>
4247           <term>
4248             <menuchoice><guibutton>Use profiles</guibutton></menuchoice>
4249           </term>
4250           <listitem>
4251             <para>Make Smb4K use profiles. This enables you to define different bookmarks and custom settings for each profile. This is especially useful if you are using a laptop in different network neighborhoods, &eg; at home and at work. When enabling this setting the first time, the first entry in the <link linkend="configuration_page_profiles_profiles">profiles list</link> will be the active profile.</para>
4252             <para>Default: not selected</para>
4253           </listitem>
4254         </varlistentry>
4255         <varlistentry>
4256           <term>
4257             <menuchoice><guibutton>Use profile migration assistant</guibutton></menuchoice>
4258           </term>
4259           <listitem>
4260             <para>Use the profile migration assistant when profiles are removed or the use of profiles is enabled or disabled. The profile migration assistant allows you to migrate all settings that were saved for a certain profile to a different one.</para>
4261             <para>Default: not selected</para>
4262           </listitem>
4263         </varlistentry>
4264       </variablelist>
4265     </sect2>
4266 
4267 <!-- 
4268       Configuring Smb4K : Profiles : Profiles 
4269   -->
4270 
4271     <sect2 id="configuration_page_profiles_profiles">
4272       <title>Profiles</title>
4273 
4274       <para>Here, you can manage your profiles. By default, there are two pre-defined ones (<guilabel>Home</guilabel> and <guilabel>Work</guilabel>), but you can add your own ones. When you enabled the use of profiles the first time, the first entry in the list will be the active profile.</para>
4275       <para>When you rename a profile, the settings are migrated automatically (without showing the migration assistant). If you enabled the use of the migration assistant, it is shown when you remove a profile giving you the opportunity to migrate the stored settings to another profile. If the use of the migration assistant is disabled, the profile and all of its settings are removed.</para>
4276     </sect2>
4277   </sect1>
4278 </chapter>
4279 
4280 <!-- 
4281       Command Reference 
4282 -->
4283 
4284 <chapter id="command_reference" >
4285   <title>Command Reference</title>
4286 
4287 <!-- 
4288       Command Reference : The File Menu 
4289   -->
4290 
4291   <sect1 id="command_reference_file_menu">
4292     <title>The File Menu</title>
4293 
4294     <variablelist>
4295       <varlistentry>
4296         <term>
4297           <menuchoice>
4298             <guimenu>File</guimenu>
4299             <guisubmenu>Profiles</guisubmenu>
4300           </menuchoice>
4301         </term>
4302         <listitem>
4303           <para>Select the profile to use. This menu entry is disabled if the user did not enabled the use of profiles.</para>
4304           <para>Two profiles are predefined:</para>
4305           <variablelist>
4306             <varlistentry>
4307               <term>
4308                 <menuchoice>
4309                   <guimenu>File</guimenu>
4310                   <guisubmenu>Profiles</guisubmenu>
4311                   <guimenuitem>Home</guimenuitem>
4312                 </menuchoice>
4313               </term>
4314               <listitem>
4315                 <para>A profile for use at home</para>
4316               </listitem>
4317             </varlistentry>
4318             <varlistentry>
4319               <term>
4320                 <menuchoice>
4321                   <guimenu>File</guimenu>
4322                   <guisubmenu>Profiles</guisubmenu>
4323                   <guimenuitem>Work</guimenuitem>
4324                 </menuchoice>
4325               </term>
4326               <listitem>
4327                 <para>A profile for use at work</para>
4328               </listitem>
4329             </varlistentry>
4330           </variablelist>
4331         </listitem>
4332       </varlistentry>
4333       <varlistentry>
4334         <term>
4335           <menuchoice>
4336             <shortcut><keycombo action="simul" >&Ctrl; <keycap>Q</keycap></keycombo></shortcut>
4337             <guimenu>File</guimenu>
4338             <guimenuitem>Quit</guimenuitem>
4339           </menuchoice>
4340         </term>
4341         <listitem>
4342           <para>Quit &smb4k;.</para>
4343         </listitem>
4344       </varlistentry>
4345     </variablelist>
4346   </sect1>
4347   
4348 <!--
4349       Command Reference : The Network Menu
4350   -->
4351 
4352   <sect1 id="command_reference_network_menu">
4353     <title>The Network Menu</title>
4354 
4355     <variablelist>
4356       <varlistentry>
4357         <term>
4358           <menuchoice>
4359             <shortcut><keycap>F5</keycap></shortcut>
4360             <guimenu>Network</guimenu>
4361             <guimenuitem>Scan Network|Workgroup|Computer</guimenuitem>
4362           </menuchoice>
4363         </term>
4364         <listitem>
4365           <para>Scan the whole network neighborhood, the highlighted workgroup/domain or computer for new entries. This action is visible by default and will be replaced by the <guimenuitem>Abort</guimenuitem> action if a network scan is running.</para>
4366         </listitem>
4367       </varlistentry>
4368       <varlistentry>
4369         <term>
4370           <menuchoice>
4371             <shortcut><keycombo action="simul">&Ctrl; <keycap>A</keycap></keycombo></shortcut>
4372             <guimenu>Network</guimenu>
4373             <guimenuitem>Abort</guimenuitem>
4374           </menuchoice>
4375         </term>
4376         <listitem>
4377           <para>Abort any running process of the network neighborhood browser. This action is invisible by default and will only be visible instead of the <guimenuitem>Scan Network|Workgroup|Computer</guimenuitem> action when a network scan is running.</para>
4378         </listitem>
4379       </varlistentry>
4380       <varlistentry>
4381         <term>
4382           <menuchoice>
4383             <shortcut><keycombo action="simul">&Ctrl; <keycap>F</keycap></keycombo></shortcut>
4384             <guimenu>Network</guimenu>
4385             <guimenuitem>Search</guimenuitem>
4386           </menuchoice>
4387         </term>
4388         <listitem>
4389           <para>Open the search tool bar in the network neighborhood browser.</para>
4390         </listitem>
4391       </varlistentry> 
4392       <varlistentry>
4393         <term>
4394           <menuchoice>
4395             <guimenu>Network</guimenu>
4396             <guimenuitem>Add Bookmark</guimenuitem>
4397           </menuchoice>
4398         </term>
4399         <listitem>
4400           <para>Add a bookmark to the currently selected remote share. This action is disabled if no share is selected. Read the <link linkend="bookmarks_adding">Adding Bookmarks</link> section for more details.</para>
4401         </listitem>
4402       </varlistentry>
4403       <varlistentry>
4404         <term>
4405           <menuchoice>
4406             <shortcut><keycombo action="simul">&Ctrl; <keycap>C</keycap></keycombo></shortcut>
4407             <guimenu>Network</guimenu>
4408             <guimenuitem>Add Custom Settings</guimenuitem>
4409           </menuchoice>
4410         </term>
4411         <listitem>
4412           <para>Open the <link linkend="network_neighborhood_browser_defining_custom_settings">Custom Settings</link> editor. You can set several custom settings for the selected server or share. If a workgroup or no item is selected, this menu entry is disabled. Read the <link linkend="custom_settings_adding">Adding Custom Settings</link> section for more details.</para>
4413         </listitem>
4414       </varlistentry>
4415       <varlistentry>
4416         <term>
4417           <menuchoice>
4418             <shortcut><keycombo action="simul">&Ctrl; <keycap>O</keycap></keycombo></shortcut>
4419             <guimenu>Network</guimenu>
4420             <guimenuitem>Open Mount Dialog</guimenuitem>
4421           </menuchoice>
4422         </term>
4423         <listitem>
4424           <para>Open the <link linkend="network_neighborhood_browser_mounting">dialog</link> for mounting shares "manually". This feature may be needed if &smb4k; cannot find a server from which you want to mount a certain shared resource.</para>
4425         </listitem>
4426       </varlistentry>
4427       <varlistentry>
4428         <term>
4429           <menuchoice>
4430             <shortcut><keycombo action="simul">&Ctrl; <keycap>T</keycap></keycombo></shortcut>
4431             <guimenu>Network</guimenu>
4432             <guimenuitem>Authentication</guimenuitem>
4433           </menuchoice>
4434         </term>
4435         <listitem>
4436           <para>Open the <link linkend="network_neighborhood_browser_authentication">authentication dialog</link>. You can provide the login and password for the selected server or share. If a workgroup or no item is selected, this action is disabled.</para>
4437         </listitem>
4438       </varlistentry>
4439       <varlistentry>
4440         <term>
4441           <menuchoice>
4442             <shortcut><keycombo action="simul">&Ctrl; <keycap>V</keycap></keycombo></shortcut>
4443             <guimenu>Network</guimenu>
4444             <guimenuitem>Preview</guimenuitem>
4445           </menuchoice>
4446         </term>
4447         <listitem>
4448           <para><link linkend="network_neighborhood_browser_previewing">Preview</link> the contents of the selected remote share. This action is only enabled if a share is selected. Printer shares cannot be previewed.</para>
4449         </listitem>
4450       </varlistentry>
4451       <varlistentry>
4452         <term>
4453           <menuchoice>
4454             <shortcut><keycombo action="simul">&Ctrl; <keycap>P</keycap></keycombo></shortcut>
4455             <guimenu>Network</guimenu>
4456             <guimenuitem>Print File</guimenuitem>
4457           </menuchoice>
4458         </term>
4459         <listitem>
4460           <para><link linkend="network_neighborhood_browser_printing">Print</link> a file on a remote printer. This action is only available if a printer share is selected.</para>
4461         </listitem>
4462       </varlistentry>
4463       <varlistentry>
4464         <term>
4465           <menuchoice>
4466             <shortcut><keycombo action="simul">&Ctrl; <keycap>M</keycap></keycombo></shortcut>
4467             <guimenu>Network</guimenu>
4468             <guimenuitem>Mount</guimenuitem>
4469           </menuchoice>
4470         </term>
4471         <listitem>
4472           <para>Mount the selected remote share. By default and if you clicked anything different than a share with type "Disk" or "IPC", this action is disabled. If you selected a mounted share, this action is replaced by the <guimenuitem>Unmount</guimenuitem> action.</para>
4473         </listitem>
4474       </varlistentry>
4475       <varlistentry>
4476         <term>
4477           <menuchoice>
4478             <shortcut><keycombo action="simul">&Ctrl; <keycap>U</keycap></keycombo></shortcut>
4479             <guimenu>Network</guimenu>
4480             <guimenuitem>Unmount</guimenuitem>
4481           </menuchoice>
4482         </term>
4483         <listitem>
4484           <para>Unmount the selected share. This action is invisible by default and will only be visible instead of the <guimenuitem>Mount</guimenuitem> action when the share is currently mounted.</para>
4485         </listitem>
4486       </varlistentry>
4487     </variablelist>
4488   </sect1>
4489   
4490 <!--
4491       Command Reference : The Shares Menu
4492   -->
4493 
4494   <sect1 id="command_reference_shares_menu">
4495     <title>The Shares Menu</title>
4496 
4497     <variablelist>
4498       <varlistentry>
4499         <term>
4500           <menuchoice>
4501             <guimenu>Shares</guimenu>
4502             <guisubmenu>View Modes</guisubmenu>
4503           </menuchoice>
4504         </term>
4505         <listitem>
4506           <para>Choose the view mode from the submenu.</para>
4507           <variablelist>
4508             <varlistentry>
4509               <term>
4510                 <menuchoice>
4511                   <guimenu>Shares</guimenu>
4512                   <guisubmenu>View Modes</guisubmenu>
4513                   <guimenuitem>Icon View</guimenuitem>
4514                 </menuchoice>
4515               </term>
4516               <listitem>
4517                 <para>The shares are shown in an icon view.</para>
4518               </listitem>
4519             </varlistentry>
4520             <varlistentry>
4521               <term>
4522                 <menuchoice>
4523                   <guimenu>Shares</guimenu>
4524                   <guisubmenu>View Modes</guisubmenu>
4525                   <guimenuitem>List View</guimenuitem>
4526                 </menuchoice>
4527               </term>
4528               <listitem>
4529                 <para>The shares are shown in a list view.</para>
4530               </listitem>
4531             </varlistentry>
4532           </variablelist>
4533         </listitem>
4534       </varlistentry>
4535       <varlistentry>
4536         <term>
4537           <menuchoice>
4538             <shortcut><keycombo action="simul">&Ctrl; <keycap>U</keycap></keycombo></shortcut>
4539             <guimenu>Shares</guimenu>
4540             <guimenuitem>Unmount</guimenuitem>
4541           </menuchoice>
4542         </term>
4543         <listitem>
4544           <para>Unmount one or multiple selected shares. The ability to unmount shares is by default restricted to the ones that are owned by the user. However, you can change this behavior by changing the <link linkend="configuration_page_mounting_basic_settings_behavior">settings</link> in the configuration dialog. If no share is selected in the shares view, this button is disabled.</para>
4545           <para>&smb4k; provides the ability to force unmounting of shares (&Linux; only). This can be useful for inaccessible shares that cannot be unmounted in the normal way. To enable this feature, you need to modify the <link linkend="configuration_page_mounting_basic_settings_behavior">settings</link> in the configuration dialog.</para>
4546           <para>Read the <link linkend="shares_view_unmounting">Unmounting Shares</link> section for more details.</para>
4547         </listitem>
4548       </varlistentry>
4549       <varlistentry>
4550         <term>
4551           <menuchoice>
4552             <shortcut><keycombo action="simul">&Ctrl; <keycap>N</keycap></keycombo></shortcut>
4553             <guimenu>Shares</guimenu>
4554             <guimenuitem>Unmount All</guimenuitem>
4555           </menuchoice>
4556         </term>
4557         <listitem>
4558           <para>Unmount all shares at once. The restrictions noted above also apply here. If you do not have any shares mounted, this button is disabled.</para>
4559         </listitem>
4560       </varlistentry>
4561       <varlistentry>
4562         <term>
4563           <menuchoice>
4564             <guimenu>Shares</guimenu>
4565             <guimenuitem>Add Bookmark</guimenuitem>
4566           </menuchoice>
4567         </term>
4568         <listitem>
4569           <para>Add a bookmark to the currently selected mounted share. This action is disabled if no share is selected. Read the <link linkend="bookmarks_adding">Adding Bookmarks</link> section for more details.</para>
4570         </listitem>
4571       </varlistentry>
4572       <varlistentry>
4573         <term>
4574           <menuchoice>
4575             <shortcut><keycombo action="simul">&Ctrl; <keycap>C</keycap></keycombo></shortcut>
4576             <guimenu>Shares</guimenu>
4577             <guimenuitem>Add Custom Settings</guimenuitem>
4578           </menuchoice>
4579         </term>
4580         <listitem>
4581           <para>Open the <link linkend="network_neighborhood_browser_defining_custom_settings">Custom Settings</link> editor. You can set several custom settings for the selected share. Read the <link linkend="custom_settings_adding">Adding Custom Settings</link> section for more details.</para>
4582         </listitem>
4583       </varlistentry>
4584       <varlistentry>
4585         <term>
4586           <menuchoice>
4587             <shortcut><keycombo action="simul">&Ctrl; <keycap>Y</keycap></keycombo></shortcut>
4588             <guimenu>Shares</guimenu>
4589             <guimenuitem>Synchronize</guimenuitem>
4590           </menuchoice>
4591         </term>
4592         <listitem>
4593           <para>Start the <link linkend="shares_view_synchronization">synchronization</link> of a share with a local copy or vice versa. This menu entry is only enabled if you installed the program <ulink url="man:/rsync"><citerefentry><refentrytitle>rsync</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink> and a share is selected.</para>
4594         </listitem>
4595       </varlistentry>
4596       <varlistentry>
4597         <term>
4598           <menuchoice>
4599             <shortcut><keycombo action="simul">&Ctrl; <keycap>L</keycap></keycombo></shortcut>
4600             <guimenu>Shares</guimenu>
4601             <guimenuitem>Open with Konsole</guimenuitem>
4602           </menuchoice>
4603         </term>
4604         <listitem>
4605           <para>Open the base folder of the selected share in &konsole;.</para>
4606         </listitem>
4607       </varlistentry>
4608       <varlistentry>
4609         <term>
4610           <menuchoice>
4611             <shortcut><keycombo action="simul">&Ctrl; <keycap>I</keycap></keycombo></shortcut>
4612             <guimenu>Shares</guimenu>
4613             <guimenuitem>Open with File Manager</guimenuitem>
4614           </menuchoice>
4615         </term>
4616         <listitem>
4617           <para>Open the contents of the selected share in the default file manager (&eg; &dolphin;).</para>
4618         </listitem>
4619       </varlistentry>
4620     </variablelist>
4621   </sect1>
4622   
4623 <!--
4624       Command Reference : The Bookmarks Menu
4625   -->
4626 
4627   <sect1 id="command_reference_bookmarks_menu">
4628     <title>The Bookmarks Menu</title>
4629 
4630     <variablelist>
4631       <varlistentry>
4632         <term>
4633           <menuchoice>
4634             <guimenu>Bookmarks</guimenu>
4635             <guimenuitem>Edit Bookmarks</guimenuitem>
4636           </menuchoice>
4637         </term>
4638         <listitem>
4639           <para>Open the <link linkend="bookmarks_editor">bookmark editor</link>. This action is disabled if there are no bookmarks.</para>
4640         </listitem>
4641       </varlistentry>
4642       <varlistentry>
4643         <term>
4644           <menuchoice>
4645             <shortcut><keycombo action="simul">&Ctrl; <keycap>B</keycap></keycombo></shortcut>
4646             <guimenu>Bookmarks</guimenu>
4647             <guimenuitem>Add Bookmark</guimenuitem>
4648           </menuchoice>
4649         </term>
4650         <listitem>
4651           <para>Add one or several bookmarks. At least one share has to be selected to enable this action.</para>
4652         </listitem>
4653       </varlistentry>
4654       <varlistentry>
4655         <term>
4656           <menuchoice>
4657             <guimenu>Bookmarks</guimenu>
4658             <guimenuitem>Mount Bookmarks</guimenuitem>
4659           </menuchoice>
4660         </term>
4661         <listitem>
4662           <para>Mount all top level bookmarks at once. It is disabled if all bookmarked shares are mounted. This action is not present if there are no top level bookmarks.</para>
4663         </listitem>
4664       </varlistentry>
4665     </variablelist>
4666   </sect1>
4667   
4668 <!--
4669       Command Reference : The Settings Menu
4670   -->
4671 
4672   <sect1 id="command_reference_settings_menu">
4673     <title>The Settings Menu</title>
4674 
4675     <variablelist>
4676       <varlistentry>
4677         <term>
4678           <menuchoice>
4679             <guimenu>Settings</guimenu>
4680             <guimenuitem>Toolbars Shown</guimenuitem>
4681           </menuchoice>
4682         </term>
4683         <listitem>
4684           <para>In this submenu you can enable or disable the tool bars.</para>
4685         </listitem>
4686       </varlistentry>
4687       <varlistentry>
4688         <term>
4689           <menuchoice>
4690             <guimenu>Settings</guimenu>
4691             <guimenuitem>Show Statusbar</guimenuitem>
4692           </menuchoice>
4693         </term>
4694         <listitem>
4695           <para>Hide or show the status bar.</para>
4696         </listitem>
4697       </varlistentry>
4698       <varlistentry>
4699         <term>
4700           <menuchoice>
4701             <guimenu>Settings</guimenu>
4702             <guimenuitem>Dock Widgets</guimenuitem>
4703           </menuchoice>
4704         </term>
4705         <listitem>
4706           <para>Hide or show the dock widgets in the main window.</para>
4707           <variablelist>
4708             <varlistentry>
4709               <term>
4710                 <menuchoice>
4711                   <guimenu>Settings</guimenu>
4712                   <guisubmenu>Dock Widgets</guisubmenu>
4713                   <guimenuitem>Network Neighborhood</guimenuitem>
4714                 </menuchoice>
4715               </term>
4716               <listitem>
4717                 <para>Hide or show the <guilabel>Network Neighborhood</guilabel> dock widget.</para>
4718               </listitem>
4719             </varlistentry>
4720             <varlistentry>
4721               <term>
4722                 <menuchoice>
4723                   <guimenu>Settings</guimenu>
4724                   <guisubmenu>Dock Widgets</guisubmenu>
4725                   <guimenuitem>Mounted Shares</guimenuitem>
4726                 </menuchoice>
4727               </term>
4728               <listitem>
4729                 <para>Hide or show the <guilabel>Mounted Shares</guilabel> dock widget.</para>
4730               </listitem>
4731             </varlistentry>
4732           </variablelist>
4733         </listitem>
4734       </varlistentry>
4735       <varlistentry>
4736         <term>
4737           <menuchoice>
4738             <guimenu>Settings</guimenu>
4739             <guimenuitem>Configure &smb4k;...</guimenuitem>
4740           </menuchoice>
4741         </term>
4742         <listitem>
4743           <para>Open the configuration dialog.</para>
4744         </listitem>
4745       </varlistentry>
4746     </variablelist>
4747   </sect1>
4748 
4749 <!--
4750       Command Reference : The Help Menu
4751   -->
4752   
4753   <sect1 id="command_reference_help_menu">
4754     <title>The Help Menu</title>
4755 
4756     <para>Additionally &smb4k; has the common &kde; <guimenu>Help</guimenu> menu items, for more information read the section about the <ulink url="help:/fundamentals/menus.html#menus-help">Help Menu</ulink> of the &kde; Fundamentals.</para>
4757   </sect1>
4758 </chapter>
4759 
4760 <!-- 
4761       Reporting Bugs 
4762   -->
4763 
4764 <chapter id="reporting_bugs">
4765   <title>Reporting Bugs</title>
4766 
4767   <para>Before filing a bug report, please try the <ulink url="https://sourceforge.net/projects/smb4k/files/">latest version</ulink> of &smb4k;. Maybe your problem has already been fixed.</para>
4768   <para>Follow these directions for your bug report:</para>
4769   <itemizedlist>
4770     <listitem><para>Describe <emphasis>in detail</emphasis> what you did to receive the problem you are reporting.</para></listitem>
4771     <listitem><para>Provide the version of &smb4k; and &kde-frameworks;.</para></listitem>
4772     <listitem><para>Mention your operating system (&Linux;, FreeBSD, &etc;) and the distribution that is running on your computer.</para></listitem>
4773     <listitem><para>Include the full error message if an error dialog was displayed.</para></listitem>
4774     <listitem><para>If you experienced a crash, attach a full backtrace. For this it is recommended that you (re-)compile &smb4k; with debugging symbols. How this is done is mentioned in the <filename>README.md</filename> file shipped in the sources.</para></listitem>
4775     <listitem><para>Add additional data, &eg; send a screen shot if you are reporting a &GUI; related problem.</para></listitem>
4776   </itemizedlist>
4777   <para>The recommended method to report a bug is to use the dialog that opens when you click the <menuchoice><guimenu>Help</guimenu><guimenuitem>Report Bug...</guimenuitem></menuchoice> menu item. But you can also go directly to the <ulink url="https://bugs.kde.org/enter_bug.cgi?product=Smb4k&amp;format=guided">KDE Bugtracking System</ulink> and fill out the form.</para>
4778 </chapter>
4779 
4780 
4781 <!-- 
4782       Credits and License 
4783   -->
4784 
4785 <chapter id="credits" >
4786   <title>Credits and License</title>
4787 
4788   <para>Copyright &copy; 2003 - 2023, Alexander Reinholdt <email>alexander.reinholdt@kdemail.net</email></para>
4789 
4790 <!-- TRANS:CREDIT_FOR_TRANSLATORS -->
4791   &underFDL;
4792   &underGPL;
4793 
4794   <simplesect>
4795     <title>Developers</title>
4796       
4797     <itemizedlist>
4798       <listitem><para>Alexander Reinholdt <email>alexander.reinholdt@kdemail.net</email></para></listitem>
4799     </itemizedlist>
4800   </simplesect>
4801 
4802   <simplesect>
4803     <title>Translations</title>
4804     
4805     <para>Translations were contributed by the &kde; translators.</para>
4806   </simplesect>
4807 
4808   <simplesect>
4809     <title>Special Thanks</title>
4810     
4811     <para>The &smb4k; team would like to thank everyone who contributed by sending patches. Also, a big "Thank you!" goes to Rashid N. Achilov <email>shelton@sentry.granch.ru</email>, who convinced us to port &smb4k; to FreeBSD and helped us a great deal to achieve this goal.</para>
4812   </simplesect>
4813 </chapter>
4814 
4815 
4816 </book>