mirror of
https://github.com/Snigdha-OS/snigdhaos-cinnamon-config.git
synced 2026-01-06 09:03:51 +01:00
15 lines
786 B
XML
15 lines
786 B
XML
<schemalist>
|
|
<schema id="org.gnome.system.smb" path="/org/gnome/system/smb/">
|
|
<key name="display-mode" enum="org.gnome.system.gvfs.GVfsBackendNetworkDisplayMode">
|
|
<default>'disabled'</default>
|
|
<summary>How to display SMB devices</summary>
|
|
<description>How SMB devices are displayed in the "network:///" location. Possible values are "merged", "separate" (the Windows Network folder) and "disabled".</description>
|
|
</key>
|
|
<key name="workgroup" type="s">
|
|
<default>''</default>
|
|
<summary>SMB workgroup</summary>
|
|
<description>The Windows networking workgroup or domain that the user is part of. In order for a new workgroup to fully take effect the user may need to log out and log back in.</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|