78 lines
3.1 KiB
XML
78 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema path="/com/canonical/unity/desktop/screensaver/" id="com.canonical.unity.desktop.screensaver">
|
|
<key type="b" name="show-notifications">
|
|
<default>false</default>
|
|
<summary>Show notifications in the lock screen</summary>
|
|
<description>
|
|
Whether notifications are shown in the lock screen or not. This only affects the standard experience.
|
|
|
|
DEPRECATED: This key is deprecated and ignored.
|
|
It has been superseded by com.canonical.unity.desktop.notifications show-in-lock-screen.
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
<schema path="/com/canonical/unity/desktop/interface/" id="com.canonical.unity.desktop.interface">
|
|
<key type="b" name="menus-have-icons">
|
|
<default>false</default>
|
|
<summary>Menus Have Icons</summary>
|
|
<description>
|
|
Whether menus may display an icon next to a menu entry.
|
|
</description>
|
|
</key>
|
|
<key type="b" name="buttons-have-icons">
|
|
<default>false</default>
|
|
<summary>Buttons Have Icons</summary>
|
|
<description>
|
|
Whether buttons may display an icon in addition to the button text.
|
|
</description>
|
|
</key>
|
|
<key type="b" name="show-input-method-menu">
|
|
<default>true</default>
|
|
<summary>Show the 'Input Methods' menu</summary>
|
|
<description>
|
|
Whether the context menus of entries and text views should offer to
|
|
change the input method.
|
|
</description>
|
|
</key>
|
|
<key type="b" name="show-unicode-menu">
|
|
<default>true</default>
|
|
<summary>Show the 'Unicode Control Character' menu</summary>
|
|
<description>
|
|
Whether the context menus of entries and text views should offer to
|
|
insert control characters.
|
|
</description>
|
|
</key>
|
|
<key type="b" name="automatic-mnemonics">
|
|
<default>true</default>
|
|
<summary>Only show mnemonics on when the Alt key is pressed</summary>
|
|
<description>
|
|
Whether mnemonics should be automatically shown and hidden when the user
|
|
presses the Alt key.
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
<schema path="/com/canonical/unity/desktop/background/" id="com.canonical.unity.desktop.background">
|
|
<key type="b" name="draw-background">
|
|
<default>true</default>
|
|
<summary>Draw Desktop Background</summary>
|
|
<description>
|
|
Have GNOME draw the desktop background.
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
<schema id="com.canonical.unity.desktop.peripherals.touchscreen">
|
|
<key type="as" name="display">
|
|
<default>["", "", ""]</default>
|
|
<summary>Deprecated touchscreen output mapping</summary>
|
|
<description>This key is deprecated. Use "com.canonical.unity.desktop.peripherals.touchscreen output" instead</description>
|
|
</key>
|
|
</schema>
|
|
<schema id="com.canonical.unity.desktop.peripherals.tablet">
|
|
<key type="as" name="display">
|
|
<default>["", "", ""]</default>
|
|
<summary>Deprecated tablet output mapping</summary>
|
|
<description>This key is deprecated. Use "com.canonical.unity.desktop.peripherals.tablet output" instead</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist> |