diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-23 01:08:38 +0100 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-23 01:08:38 +0100 |
commit | 8e5bc917659288a257d5de9827458039f5498ef5 (patch) | |
tree | 23adb70c5e1e8b7aa53f9a604f21987ba89d15a4 /Release/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml | |
parent | fe610572ba73898ce159fb70b9fa9a4cccffd331 (diff) |
OpenGL rendering added, cleaned up paths
Diffstat (limited to 'Release/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml')
-rw-r--r-- | Release/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/Release/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml b/Release/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml deleted file mode 100644 index 9e29dfd..0000000 --- a/Release/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml +++ /dev/null @@ -1,74 +0,0 @@ -<schemalist gettext-domain="gsettings-desktop-schemas"> - <schema id="org.gnome.desktop.lockdown" path="/org/gnome/desktop/lockdown/"> - <key name="disable-command-line" type="b"> - <default>false</default> - <summary>Disable command line</summary> - <description> - Prevent the user from accessing the terminal or specifying a command - line to be executed. For example, this would disable access to the - panel's "Run Application" dialog. - </description> - </key> - <key name="disable-save-to-disk" type="b"> - <default>false</default> - <summary>Disable saving files to disk</summary> - <description> - Prevent the user from saving files to disk. For example, this would - disable access to all applications' "Save as" dialogs. - </description> - </key> - <key name="disable-printing" type="b"> - <default>false</default> - <summary>Disable printing</summary> - <description> - Prevent the user from printing. For example, this would disable access - to all applications' "Print" dialogs. - </description> - </key> - <key name="disable-print-setup" type="b"> - <default>false</default> - <summary>Disable print setup</summary> - <description> - Prevent the user from modifying print settings. For example, this would - disable access to all applications' "Print Setup" dialogs. - </description> - </key> - <key name="disable-user-switching" type="b"> - <default>false</default> - <summary>Disable user switching</summary> - <description> - Prevent the user from switching to another account while his session - is active. - </description> - </key> - <key name="disable-lock-screen" type="b"> - <default>false</default> - <summary>Disable lock screen</summary> - <description> - Prevent the user to lock his screen. - </description> - </key> - <key name="disable-application-handlers" type="b"> - <default>false</default> - <summary>Disable URL and MIME type handlers</summary> - <description> - Prevent running any URL or MIME type handler applications. - </description> - </key> - <key name="disable-log-out" type="b"> - <default>false</default> - <summary>Disable log out</summary> - <description> - Prevent the user from logging out. - </description> - </key> - <key name="user-administration-disabled" type="b"> - <default>false</default> - <summary>Disable user administration</summary> - <description> - Stop the user from modifying user accounts. By default, we allow adding - and removing users, as well as changing other users settings. - </description> - </key> - </schema> -</schemalist> |