org.gnome.shell.extensions.appfolders-manager.gschema.xml 1.2 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist gettext-domain="appfolders-manager">
  3. <schema id="org.gnome.shell.extensions.appfolders-manager" path="/org/gnome/shell/extensions/appfolders-manager/">
  4. <key type="b" name="total-deletion">
  5. <default>true</default>
  6. <summary>Complete deletion of an appfolder</summary>
  7. <description>if a deleted appfolder should be 100% deleted (false = restauration is possible)</description>
  8. </key>
  9. <key type="b" name="categories">
  10. <default>true</default>
  11. <summary>Use categories</summary>
  12. <description>If the interface for managing categories should be shown.</description>
  13. </key>
  14. <key type="b" name="debug">
  15. <default>false</default>
  16. <summary>Debug key</summary>
  17. <description>this is not supposed to be activated by the user</description>
  18. </key>
  19. <key type="b" name="extend-menus">
  20. <default>true</default>
  21. <summary>Show items in right-click menus</summary>
  22. <description>The legacy interface, with submenus in the right-click menu on application icons, can be shown in addition to the default drag-and-drop behavior.</description>
  23. </key>
  24. </schema>
  25. </schemalist>