BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
htmlandpixel
Root
/
usr
/
share
/
glib-2.0
/
schemas
📤 Upload
📝 New File
📁 New Folder
Close
Editing: org.gnome.shell.extensions.desktop-icons.gschema.xml
<?xml version="1.0" encoding="UTF-8"?> <schemalist gettext-domain="desktop-icons"> <enum id="org.gnome.shell.extension.desktop-icons.ZoomLevel"> <value value="0" nick="small"/> <value value="1" nick="standard"/> <value value="2" nick="large"/> </enum> <schema path="/org/gnome/shell/extensions/desktop-icons/" id="org.gnome.shell.extensions.desktop-icons"> <key name="icon-size" enum="org.gnome.shell.extension.desktop-icons.ZoomLevel"> <default>'standard'</default> <summary>Icon size</summary> <description>Set the size for the desktop icons.</description> </key> <key type="b" name="show-home"> <default>true</default> <summary>Show personal folder</summary> <description>Show the personal folder in the desktop.</description> </key> <key type="b" name="show-trash"> <default>true</default> <summary>Show trash icon</summary> <description>Show the trash icon in the desktop.</description> </key> <key type="b" name="show-mount"> <default>true</default> <summary>Show mounted drives</summary> <description>Show mounted drives in the desktop.</description> </key> </schema> </schemalist>
Save
Cancel