mirror of
https://github.com/Snigdha-OS/snigdhaos-cinnamon-config.git
synced 2025-12-06 13:33:51 +01:00
68 lines
2.4 KiB
XML
68 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema id="org.cinnamon.desktop.lockdown" path="/org/cinnamon/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>
|
|
</schema>
|
|
</schemalist>
|