Warning, /network/smb4k/core/smb4kmountsettings_bsd.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <include>KUser</include>
0007   <include>QDir</include>
0008   <kcfgfile name="smb4krc" />
0009   
0010   <group name="Mounting">
0011     <entry name="UseUserId" type="Bool">
0012       <label>User ID:</label>
0013       <whatsthis>This is the user ID (a number) that the files and directories of the mounted share will have.</whatsthis>
0014       <default>false</default>
0015     </entry>
0016     <entry name="UserId" type="String">
0017       <whatsthis>This is the user ID (a number) that the files and directories of the mounted share will have.</whatsthis>
0018       <default code="true">QString("%1").arg(KUser(KUser::UseRealUserID).userId().nativeId())</default>
0019     </entry>
0020     <entry name="UseGroupId" type="Bool">
0021       <label>Group ID:</label>
0022       <whatsthis>This is the group ID (a number) that the files and directories of the mounted share will have.</whatsthis>
0023       <default>false</default>
0024     </entry>
0025     <entry name="GroupId" type="String">
0026       <whatsthis>This is the group ID (a number) that the files and directories of the mounted share will have.</whatsthis>
0027       <default code="true">QString("%1").arg(KUserGroup(KUser::UseRealUserID).groupId().nativeId())</default>
0028     </entry>
0029     <entry name="UseFileMode" type="Bool">
0030       <label>File mode:</label>
0031       <whatsthis>This is the file mode that will be used for creating files. It must be defined in octal.</whatsthis>
0032       <default>false</default>
0033     </entry>
0034     <entry name="FileMode" type="String">
0035       <whatsthis>This is the file mode that will be used for creating files. It must be defined in octal.</whatsthis>
0036       <default>0755</default>
0037     </entry>
0038     <entry name="UseDirectoryMode" type="Bool">
0039       <label>Directory mode:</label>
0040       <whatsthis>This is the directory mode that will be used for creating directories. It must be defined in octal.</whatsthis>
0041       <default>false</default>
0042     </entry>
0043     <entry name="DirectoryMode" type="String">
0044       <whatsthis>This is the directory mode that will be used for creating directories. It must be defined in octal.</whatsthis>
0045       <default>0755</default>
0046     </entry>
0047     <entry name="UseCharacterSets" type="Bool">
0048       <label>Use character sets</label>
0049       <whatsthis>This is the character set that is used by the client side (i.e. your side) for codepage to charset translations. If you keep the default setting, Smb4K will try to automatically determine the charset by looking up the "unix charset" option in the smb.conf.</whatsthis>
0050       <default>false</default>
0051     </entry>
0052     <entry name="ClientCharset" type="Enum">
0053       <label>Client character set:</label>
0054       <whatsthis>This is the character set that is used by the client side (i.e. your side) for codepage to charset translations. If you keep the default setting, Smb4K will try to automatically determine the charset by looking up the "unix charset" option in the smb.conf.</whatsthis>
0055       <choices>
0056         <choice name="default_charset">
0057           <label>default</label>
0058         </choice>
0059         <choice name="iso8859_1">
0060           <label>iso8859-1</label>
0061         </choice>
0062         <choice name="iso8859_2">
0063           <label>iso8859-2</label>
0064         </choice>
0065         <choice name="iso8859_3">
0066           <label>iso8859-3</label>
0067         </choice>
0068         <choice name="iso8859_4">
0069           <label>iso8859-4</label>
0070         </choice>
0071         <choice name="iso8859_5">
0072           <label>iso8859-5</label>
0073         </choice>
0074         <choice name="iso8859_6">
0075           <label>iso8859-6</label>
0076         </choice>
0077         <choice name="iso8859_7">
0078           <label>iso8859-7</label>
0079         </choice>
0080         <choice name="iso8859_8">
0081           <label>iso8859-8</label>
0082         </choice>
0083         <choice name="iso8859_9">
0084           <label>iso8859-9</label>
0085         </choice>
0086         <choice name="iso8859_13">
0087           <label>iso8859-13</label>
0088         </choice>
0089         <choice name="iso8859_14">
0090           <label>iso8859-14</label>
0091         </choice>
0092         <choice name="iso8859_15">
0093           <label>iso8859-15</label>
0094         </choice>
0095         <choice name="utf8">
0096           <label>utf8</label>
0097         </choice>
0098         <choice name="koi8_r">
0099           <label>koi8-r</label>
0100         </choice>
0101         <choice name="koi8_u">
0102           <label>koi8-u</label>
0103         </choice>
0104         <choice name="koi8_ru">
0105           <label>koi8-ru</label>
0106         </choice>
0107         <choice name="cp1251">
0108           <label>cp1251</label>
0109         </choice>
0110         <choice name="gb2312">
0111           <label>gb2312</label>
0112         </choice>
0113         <choice name="big5">
0114           <label>big5</label>
0115         </choice>
0116         <choice name="euc_jp">
0117           <label>euc-jp</label>
0118         </choice>
0119         <choice name="euc_kr">
0120           <label>euc-kr</label>
0121         </choice>
0122         <choice name="tis_620">
0123           <label>tis-620</label>
0124         </choice>
0125       </choices>
0126       <default>default_charset</default>
0127     </entry>
0128     <entry name="ServerCodepage" type="Enum">
0129       <label>Server character set:</label>
0130       <whatsthis>This is the character set that is used by the server. If you keep the default setting, Smb4K will try to automatically determine the codepage by looking up the "dos charset" option in the smb.conf file.</whatsthis>
0131       <choices>
0132         <choice name="default_codepage">
0133           <label>default</label>
0134         </choice>
0135         <choice name="cp437">
0136           <label>cp437</label>
0137         </choice>
0138         <choice name="cp720">
0139           <label>cp720</label>
0140         </choice>
0141         <choice name="cp737">
0142           <label>cp737</label>
0143         </choice>
0144         <choice name="cp775">
0145           <label>cp775</label>
0146         </choice>
0147         <choice name="cp850">
0148           <label>cp850</label>
0149         </choice>
0150         <choice name="cp852">
0151           <label>cp852</label>
0152         </choice>
0153         <choice name="cp855">
0154           <label>cp855</label>
0155         </choice>
0156         <choice name="cp857">
0157           <label>cp857</label>
0158         </choice>
0159         <choice name="cp858">
0160           <label>cp858</label>
0161         </choice>
0162         <choice name="cp860">
0163           <label>cp860</label>
0164         </choice>
0165         <choice name="cp861">
0166           <label>cp861</label>
0167         </choice>
0168         <choice name="cp862">
0169           <label>cp862</label>
0170         </choice>
0171         <choice name="cp863">
0172           <label>cp863</label>
0173         </choice>
0174         <choice name="cp864">
0175           <label>cp864</label>
0176         </choice>
0177         <choice name="cp865">
0178           <label>cp865</label>
0179         </choice>
0180         <choice name="cp866">
0181           <label>cp866</label>
0182         </choice>
0183         <choice name="cp869">
0184           <label>cp869</label>
0185         </choice>
0186         <choice name="cp874">
0187           <label>cp874</label>
0188         </choice>
0189         <choice name="cp932">
0190           <label>cp932</label>
0191         </choice>
0192         <choice name="cp936">
0193           <label>cp936</label>
0194         </choice>
0195         <choice name="cp949">
0196           <label>cp949</label>
0197         </choice>
0198         <choice name="cp950">
0199           <label>cp950</label>
0200         </choice>
0201         <choice name="cp1250">
0202           <label>cp1250</label>
0203         </choice>
0204         <choice name="cp1251">
0205           <label>cp1251</label>
0206         </choice>
0207         <choice name="cp1252">
0208           <label>cp1252</label>
0209         </choice>
0210         <choice name="cp1253">
0211           <label>cp1253</label>
0212         </choice>
0213         <choice name="cp1254">
0214           <label>cp1254</label>
0215         </choice>
0216         <choice name="cp1255">
0217           <label>cp1255</label>
0218         </choice>
0219         <choice name="cp1256">
0220           <label>cp1256</label>
0221         </choice>
0222         <choice name="cp1257">
0223           <label>cp1257</label>
0224         </choice>
0225         <choice name="cp1258">
0226           <label>cp1258</label>
0227         </choice>
0228         <choice name="unicode">
0229           <label>unicode</label>
0230         </choice>
0231       </choices>
0232       <default>default_codepage</default>
0233     </entry>
0234     <entry name="MountPrefix" type="Url">
0235       <label>Mount prefix:</label>
0236       <whatsthis>This is the prefix where Smb4K will create the mount points and mount the remote shares.</whatsthis>
0237       <default code="true">QUrl::fromLocalFile(QDir::homePath()+"/smb4k/")</default>
0238     </entry>
0239     <entry name="ForceLowerCaseSubdirs" type="Bool">
0240       <label>Force generated subdirectories to be lower case</label>
0241       <whatsthis>All names of the subdirectories created by Smb4K below the mount prefix will be lowercase.</whatsthis>
0242       <default>false</default>
0243     </entry>
0244     <entry name="UnmountSharesOnExit" type="Bool">
0245       <label>Unmount all personal shares on exit</label>
0246       <whatsthis>Unmount all shares that belong to you when the program exits. Shares that are owned by other users are ignored.</whatsthis>
0247       <default>false</default>
0248     </entry>
0249     <entry name="RemountShares" type="Bool">
0250       <label>Remount shares</label>
0251       <whatsthis>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. Please note that this setting does not affect the automatic remounting of shares when your computer woke up from a sleep state.</whatsthis>
0252       <default>false</default>
0253     </entry>
0254     <entry name="RemountAttempts" type="Int">
0255       <label>Number of remount attempts:</label>
0256       <whatsthis>Set the number of attempts that are made to remount shares before Smb4K gives up.</whatsthis>
0257       <min>1</min>
0258       <max>100</max>
0259       <default>1</default>
0260     </entry>
0261     <entry name="RemountInterval" type="Int">
0262       <label>Interval between remount attempts:</label>
0263       <whatsthis>Set the time that elapses between attempts to remount shares.</whatsthis>
0264       <min>1</min>
0265       <max>30</max>
0266       <default>5</default>
0267     </entry>
0268     <entry name="UnmountForeignShares" type="Bool">
0269       <label>Allow the unmounting of shares that are owned by other users</label>
0270       <whatsthis>Allow the unmounting of shares that were mounted by other users. Please think before you enable this option.</whatsthis>
0271       <default>false</default>
0272     </entry>
0273     <entry name="ForceUnmountInaccessible" type="Bool">
0274       <label>Force the unmounting of inaccessible shares</label>
0275       <whatsthis>Force the unmounting of inaccessible shares (Linux only). In case a share is inaccessible, a lazy unmount is performed. Before the actual unmount is performed, a warning dialog is shown asking to approve the unmount.</whatsthis>
0276       <default>false</default>
0277     </entry>
0278     <entry name="DetectAllShares" type="Bool">
0279       <label>Detect all shares that are mounted on the system</label>
0280       <whatsthis>You will not only see the shares that were mounted and are owned by you, but also all other mounts using the SMBFS and CIFS file system that are present on the system.</whatsthis>
0281       <default>false</default>
0282     </entry>
0283   </group>
0284 </kcfg>