GIF89; GIF89; %PDF- %PDF-
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
schemas/org.gnome.desktop.input-sources.gschema.xml 0000644 00000004765 00000000000 0016456 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.input-sources"
path="/org/gnome/desktop/input-sources/">
<key name="current" type="u">
<default>0</default>
<summary>Current input source</summary>
<description>
The zero-based index into the input sources list specifying
the current one in effect. The value is automatically capped
to remain in the range [0, sources_length) as long as the
sources list isn’t empty.
DEPRECATED: This key is deprecated and ignored.
</description>
</key>
<key name="sources" type="a(ss)">
<default>[]</default>
<summary>List of input sources</summary>
<description>
List of input source identifiers available. Each source is
specified as a tuple of 2 strings. The first string is the
type and can be one of “xkb” or “ibus”. For “xkb” sources the
second string is “xkb_layout+xkb_variant” or just “xkb_layout”
if a XKB variant isn’t needed. For “ibus” sources the second
string is the IBus engine name. An empty list means that the X
server’s current XKB layout and variant won’t be touched and
IBus won’t be used.
</description>
</key>
<key name="mru-sources" type="a(ss)">
<default>[]</default>
<summary>List of most recently used input sources</summary>
<description>
List of most recently used input sources. The value is in the
same format as the available sources list.
</description>
</key>
<key name="xkb-options" type="as">
<default>[]</default>
<summary>List of XKB options</summary>
<description>
List of XKB options. Each option is an XKB option string as
defined by xkeyboard-config’s rules files.
</description>
</key>
<key name="show-all-sources" type="b">
<default>false</default>
<summary>Show all installed input sources</summary>
<description>
Makes all installed input sources available for choosing in
System Settings.
</description>
</key>
<key name="per-window" type="b">
<default>false</default>
<summary>Use different input sources for each window</summary>
<description>
When enabled, input sources get attached to the currently
focused window when activated.
</description>
</key>
</schema>
</schemalist>
schemas/org.gnome.desktop.thumbnailers.gschema.xml 0000644 00000001542 00000000000 0016321 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.thumbnailers" path="/org/gnome/desktop/thumbnailers/">
<key name="disable-all" type="b">
<default>false</default>
<summary>Disable all external thumbnailers</summary>
<description>
Set to true to disable all external thumbnailer programs,
independent on whether they are independently disabled/enabled.
</description>
</key>
<key name="disable" type="as">
<default>[]</default>
<summary>
List of mime-types for which external thumbnailer
programs will be disabled
</summary>
<description>
Thumbnails will not be created for files whose mime-type is
contained in the list.
</description>
</key>
</schema>
</schemalist>
schemas/org.gnome.desktop.calendar.gschema.xml 0000644 00000000653 00000000000 0015377 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.calendar" path="/org/gnome/desktop/calendar/">
<key name="show-weekdate" type="b">
<default>false</default>
<summary>Show the week date in the calendar</summary>
<description>If true, display the ISO week date in the calendar.</description>
</key>
</schema>
</schemalist>
schemas/org.gnome.desktop.a11y.applications.gschema.xml 0000644 00000001515 00000000000 0017064 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.a11y.applications" path="/org/gnome/desktop/a11y/applications/">
<key name="screen-keyboard-enabled" type="b">
<default>false</default>
<summary>On-screen keyboard</summary>
<description>Whether the on-screen keyboard is turned on.</description>
</key>
<key name="screen-magnifier-enabled" type="b">
<default>false</default>
<summary>Screen magnifier</summary>
<description>Whether the screen magnifier is turned on.</description>
</key>
<key name="screen-reader-enabled" type="b">
<default>false</default>
<summary>Screen reader</summary>
<description>Whether the screen reader is turned on.</description>
</key>
</schema>
</schemalist>
schemas/org.gnome.desktop.background.gschema.xml 0000644 00000005064 00000000000 0015746 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.background" path="/org/gnome/desktop/background/">
<key name="picture-options" enum="org.gnome.desktop.GDesktopBackgroundStyle">
<default>'zoom'</default>
<summary>Picture Options</summary>
<description>
Determines how the image set by wallpaper_filename is rendered.
Possible values are “none”, “wallpaper”, “centered”, “scaled”,
“stretched”, “zoom”, “spanned”.
</description>
</key>
<key name="picture-uri" type="s">
<default>'file:///usr/share/backgrounds/gnome/adwaita-l.jpg'</default>
<summary>Picture URI</summary>
<description>
URI to use for the background image. Note that the backend only supports
local (file://) URIs.
</description>
</key>
<key name="picture-uri-dark" type="s">
<default>'file:///usr/share/backgrounds/gnome/adwaita-d.jpg'</default>
<summary>Picture URI (dark)</summary>
<description>
URI to use for the background image. Note that the backend only supports
local (file://) URIs.
</description>
</key>
<key name="picture-opacity" type="i">
<range min="0" max="100"/>
<default>100</default>
<summary>Picture Opacity</summary>
<description>
Opacity with which to draw the background picture.
</description>
</key>
<key name="primary-color" type="s">
<default>'#023c88'</default>
<summary>Primary Color</summary>
<description>
Left or Top color when drawing gradients, or the solid color.
</description>
</key>
<key name="secondary-color" type="s">
<default>'#5789ca'</default>
<summary>Secondary Color</summary>
<description>
Right or Bottom color when drawing gradients, not used for solid color.
</description>
</key>
<key name="color-shading-type" enum="org.gnome.desktop.GDesktopBackgroundShading">
<default>'solid'</default>
<summary>Color Shading Type</summary>
<description>
How to shade the background color. Possible values are “horizontal”,
“vertical”, and “solid”.
</description>
</key>
<key name="show-desktop-icons" type="b">
<default>false</default>
<summary>Have file manager handle the desktop</summary>
<description>
If set to true, then file manager will draw the icons on the desktop.
</description>
</key>
</schema>
</schemalist>
schemas/org.gnome.desktop.a11y.magnifier.gschema.xml 0000644 00000022244 00000000000 0016341 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.a11y.magnifier"
path="/org/gnome/desktop/a11y/magnifier/">
<key name="mouse-tracking" enum="org.gnome.desktop.GDesktopMagnifierMouseTrackingMode">
<default>'proportional'</default>
<summary>Mouse Tracking Mode</summary>
<description>
Determines the position of the magnified mouse image within the
magnified view and how it reacts to system mouse movement. The values
are
• none: no mouse tracking;
• centered: the mouse image is
displayed at the center of the zoom region (which also represents
the point under the system mouse) and the magnified contents are
scrolled as the system mouse moves;
• proportional: the position of the magnified mouse in the zoom region
is proportionally the same as the position of the system mouse on screen;
• push: when the magnified mouse intersects a boundary of the zoom
region, the contents are scrolled into view.
</description>
</key>
<key name="focus-tracking" enum="org.gnome.desktop.GDesktopMagnifierFocusTrackingMode">
<default>'proportional'</default>
<summary>Focus Tracking Mode</summary>
<description>
Determines the position of the focused widget within magnified view.
The values are:
• none: no focus tracking
• centered: the focused image is displayed at the center of the zoom region (which also represents the
point under the system focus) and the magnified contents are scrolled as the system focus moves
• proportional: the position of the magnified focus in the zoom region is proportionally the same as the
position of the system focus on screen
• push: when the magnified focus intersects a boundary of the zoom region, the contents are scrolled
into view
</description>
</key>
<key name="caret-tracking" enum="org.gnome.desktop.GDesktopMagnifierCaretTrackingMode">
<default>'centered'</default>
<summary>Caret Tracking Mode</summary>
<description>
Determines the position of the caret within magnified view. The values are:
• none: no caret tracking
• centered: the image of the caret is displayed at the center of the zoom region (which also represents
the point under the system caret) and the magnified contents are scrolled as the system caret moves
• proportional: the position of the magnified caret in the zoom region is proportionally the same as the
position of the system caret on screen
• push: when the magnified caret intersects a boundary of the zoom region, the contents are scrolled into
view
</description>
</key>
<key name="screen-position" enum="org.gnome.desktop.GDesktopMagnifierScreenPosition">
<default>'full-screen'</default>
<summary>Screen position</summary>
<description>
The magnified view either fills the entire screen, or occupies the
top-half, bottom-half, left-half, or right-half of the screen.
</description>
</key>
<key name="mag-factor" type="d">
<default>2.0</default>
<range min="0.1" max="32.0"/>
<summary>Magnification factor</summary>
<description>
The power of the magnification. A value of 1.0 means no magnification.
A value of 2.0 doubles the size.
</description>
</key>
<key name="lens-mode" type="b">
<default>false</default>
<summary>Enable lens mode</summary>
<description>
Whether the magnified view should be centered over the location of
the system mouse and move with it.
</description>
</key>
<key name="scroll-at-edges" type="b">
<default>false</default>
<summary>
Scroll magnified contents beyond the edges of the desktop
</summary>
<description>
For centered mouse tracking, when the system pointer is at or near the
edge of the screen, the magnified contents continue to scroll such that
the screen edge moves into the magnified view.
</description>
</key>
<!-- Cross-hairs -->
<key name="show-cross-hairs" type="b">
<default>false</default>
<summary>Show or hide crosshairs</summary>
<description>
Enables/disables display of crosshairs centered on the magnified
mouse sprite.
</description>
</key>
<key name="cross-hairs-thickness" type="i">
<default>8</default>
<summary>Thickness of the crosshairs in pixels</summary>
<description>
Width in pixels of the vertical and horizontal lines that make up the crosshairs.
</description>
</key>
<key name="cross-hairs-color" type="s">
<default>'#ff0000'</default>
<summary>Color of the crosshairs</summary>
<description>
The color of the the vertical and horizontal lines that make up
the crosshairs.
</description>
</key>
<key name="cross-hairs-opacity" type="d">
<default>0.66</default>
<range min="0.0" max="1.0"/>
<summary>Opacity of the crosshairs</summary>
<description>
Determines the transparency of the crosshairs, from fully opaque
to fully transparent.
</description>
</key>
<key name="cross-hairs-length" type="i">
<default>4096</default>
<range min="20" max="4096"/>
<summary>Length of the crosshairs in pixels</summary>
<description>
Determines the length in pixels of the vertical and horizontal
lines that make up the crosshairs.
</description>
</key>
<key name="cross-hairs-clip" type="b">
<default>false</default>
<summary>Clip the crosshairs at the center</summary>
<description>
Determines whether the crosshairs intersect the magnified mouse sprite,
or are clipped such that the ends of the horizontal and vertical lines
surround the mouse image.
</description>
</key>
<key name="invert-lightness" type="b">
<default>false</default>
<summary>Inverse lightness</summary>
<description>
Determines whether the lightness values are inverted: darker colors
become lighter and vice versa, and white and black are interchanged.
</description>
</key>
<key name="color-saturation" type="d">
<default>1.0</default>
<range min="0.0" max="1.0"/>
<summary>Color Saturation</summary>
<description>
Represents a change to the color saturation, from 0.0 (grayscale)
to 1.0 (full color).
</description>
</key>
<key name="brightness-red" type="d">
<default>0.0</default>
<range min="-1.0" max="1.0"/>
<summary>Change brightness of red</summary>
<description>
Represents a change to the default brightness of the red component. Zero
indicates no change, values less than zero indicate a decrease, and
values greater than zero indicate an increase.
</description>
</key>
<key name="brightness-green" type="d">
<default>0.0</default>
<range min="-1.0" max="1.0"/>
<summary>Change brightness of green</summary>
<description>
Represents a change to the default brightness for the green component.
Zero indicates no change, values less than zero indicate a decrease, and
values greater than zero indicate an increase.
</description>
</key>
<key name="brightness-blue" type="d">
<default>0.0</default>
<range min="-1.0" max="1.0"/>
<summary>Change brightness of blue</summary>
<description>
Represents a change to the default brightness for the blue component.
Zero indicates no change, values less than zero indicate a decrease, and
values greater than zero indicate an increase.
</description>
</key>
<key name="contrast-red" type="d">
<default>0.0</default>
<range min="-1.0" max="1.0"/>
<summary>Change contrast of red</summary>
<description>
Represents a change to the default contrast of the red component. Zero
indicates no change in contrast, values less than zero indicate a
decrease, and values greater than zero indicate an increase.
</description>
</key>
<key name="contrast-green" type="d">
<default>0.0</default>
<range min="-1.0" max="1.0"/>
<summary>Change contrast of green</summary>
<description>
Represents a change to the default contrast of the green component.
Zero indicates no change in contrast, values less than zero indicate a
decrease, and values greater than zero indicate an increase.
</description>
</key>
<key name="contrast-blue" type="d">
<default>0.0</default>
<range min="-1.0" max="1.0"/>
<summary>Change contrast of blue</summary>
<description>
Represents a change to the default contrast of the blue component. Zero
indicates no change in contrast, values less than zero indicate a
decrease, and values greater than zero indicate an increase.
</description>
</key>
</schema>
</schemalist>
schemas/org.gnome.desktop.thumbnail-cache.gschema.xml 0000644 00000001130 00000000000 0016641 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.thumbnail-cache" path="/org/gnome/desktop/thumbnail-cache/">
<key name="maximum-age" type="i">
<default>180</default>
<description>Maximum age for thumbnails in the cache, in days. Set to -1 to disable cleaning.</description>
</key>
<key name="maximum-size" type="i">
<default>512</default>
<description>Maximum size of the thumbnail cache, in megabytes. Set to -1 to disable cleaning.</description>
</key>
</schema>
</schemalist>
schemas/org.gnome.desktop.a11y.keyboard.gschema.xml 0000644 00000011441 00000000000 0016175 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.a11y.keyboard" path="/org/gnome/desktop/a11y/keyboard/">
<key name="enable" type="b">
<default>false</default>
<summary>Enable accessibility keyboard shortcuts</summary>
</key>
<key name="feature-state-change-beep" type="b">
<default>false</default>
<summary>Beep when a keyboard accessibility feature changes</summary>
<description>Whether to beep when a keyboard accessibility feature is enabled or disabled.</description>
</key>
<key name="timeout-enable" type="b">
<default>false</default>
<summary>Disable keyboard accessibility after a timeout</summary>
<description>Whether to disable keyboard accessibility after a timeout, useful for shared machines.</description>
</key>
<key name="disable-timeout" type="i">
<default>200</default>
<summary>Duration of the disabling timeout</summary>
<description>Duration of the timeout before disabling the keyboard accessibility.</description>
</key>
<key name="bouncekeys-enable" type="b">
<default>false</default>
<summary>Enable “Bounce Keys”</summary>
<description>Whether the “Bounce Keys” keyboard accessibility feature is turned on.</description>
</key>
<key name="bouncekeys-delay" type="i">
<default>300</default>
<summary>Minimum interval in milliseconds</summary>
<description>Ignore multiple presses of the same key within this many milliseconds.</description>
</key>
<key name="bouncekeys-beep-reject" type="b">
<default>false</default>
<summary>Beep when a key is rejected</summary>
<description>Whether to beep when a key is rejected.</description>
</key>
<key name="mousekeys-enable" type="b">
<default>false</default>
<summary>Enable “Mouse Keys”</summary>
<description>Whether the “Mouse Keys” accessibility feature is turned on.</description>
</key>
<key name="mousekeys-max-speed" type="i">
<default>10</default>
<summary>Pixels per seconds</summary>
<description>How many pixels per second to move at the maximum speed.</description>
</key>
<key name="mousekeys-accel-time" type="i">
<default>300</default>
<summary>How long to accelerate in milliseconds</summary>
<description>How many milliseconds it takes to go from 0 to maximum speed.</description>
</key>
<key name="mousekeys-init-delay" type="i">
<default>300</default>
<summary>Initial delay in milliseconds</summary>
<description>How many milliseconds to wait before mouse movement keys start to operate.</description>
</key>
<key name="slowkeys-enable" type="b">
<default>false</default>
<summary>Enable “Slow Keys”</summary>
<description>Whether the “Slow Keys” accessibility feature is turned on.</description>
</key>
<key name="slowkeys-delay" type="i">
<default>300</default>
<summary>Minimum interval in milliseconds</summary>
<description>Do not accept a key as being pressed unless held for this many milliseconds.</description>
</key>
<key name="slowkeys-beep-press" type="b">
<default>false</default>
<summary>Beep when a key is first pressed</summary>
<description>Whether to beep when a key is first pressed.</description>
</key>
<key name="slowkeys-beep-accept" type="b">
<default>false</default>
<summary>Beep when a key is accepted</summary>
<description>Whether to beep when a key is accepted.</description>
</key>
<key name="slowkeys-beep-reject" type="b">
<default>false</default>
<summary>Beep when a key is rejected</summary>
<description>Whether to beep when a key is rejected.</description>
</key>
<key name="stickykeys-enable" type="b">
<default>false</default>
<summary>Enable sticky keys</summary>
<description>Whether the sticky keys accessibility feature is turned on.</description>
</key>
<key name="stickykeys-two-key-off" type="b">
<default>false</default>
<summary>Disable when two keys are pressed at the same time</summary>
<description>Whether to disable sticky keys if two keys are pressed at the same time.</description>
</key>
<key name="stickykeys-modifier-beep" type="b">
<default>false</default>
<summary>Beep when a modifier is pressed.</summary>
<description>Whether to beep when a modifier key is pressed.</description>
</key>
<key name="togglekeys-enable" type="b">
<default>false</default>
<summary>Enable “Toggle Keys”</summary>
<description>Whether the “Toggle Keys” accessibility feature is turned on.</description>
</key>
</schema>
</schemalist>
schemas/org.gnome.desktop.screensaver.gschema.xml 0000644 00000014057 00000000000 0016151 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.screensaver" path="/org/gnome/desktop/screensaver/">
<key name="idle-activation-enabled" type="b">
<default>true</default>
<summary>Activate when idle</summary>
<description>
Set this to TRUE to activate the screensaver when the session is idle.
DEPRECATED: This key is deprecated and ignored.
Set org.gnome.desktop.session idle-delay to 0 if you do not want to activate the screensaver.
</description>
</key>
<key name="lock-enabled" type="b">
<default>true</default>
<summary>Lock on activation</summary>
<description>Set this to TRUE to lock the screen when the screensaver goes active.</description>
</key>
<key name="lock-delay" type="u">
<default>0</default>
<summary>Time before locking</summary>
<description>The number of seconds after screensaver activation before locking the screen.</description>
</key>
<key name="show-full-name-in-top-bar" type="b">
<default>true</default>
<summary>Show full name in the lock screen</summary>
<description>Whether the user’s full name is shown in the lock screen or not. This only affects the screen shield, the name is always shown in the unlock dialog.</description>
</key>
<key name="ubuntu-lock-on-suspend" type="b">
<default>true</default>
<summary>Lock on suspend</summary>
<description>Set this to TRUE to lock the screen when the system suspends.</description>
</key>
<key name="embedded-keyboard-enabled" type="b">
<default>false</default>
<summary>Allow embedding a keyboard into the window</summary>
<description>
Set this to TRUE to allow embedding a keyboard into the window when trying to unlock. The “keyboard_command” key must be set with the appropriate command.
DEPRECATED: This key is deprecated and ignored.
</description>
</key>
<key name="embedded-keyboard-command" type="s">
<default>''</default>
<summary>Embedded keyboard command</summary>
<description>
The command that will be run, if the “embedded_keyboard_enabled” key is set to TRUE, to embed a keyboard widget into the window. This command should implement an XEMBED plug interface and output a window XID on the standard output.
DEPRECATED: This key is deprecated and ignored.
</description>
</key>
<key name="logout-enabled" type="b">
<default>false</default>
<summary>Allow logout</summary>
<description>
Set this to TRUE to offer an option in the unlock dialog to allow logging out after a delay. The delay is specified in the “logout_delay” key.
DEPRECATED: This key is deprecated and ignored.
</description>
</key>
<key name="logout-delay" type="u">
<default>7200</default>
<summary>Time before logout option</summary>
<description>
The number of seconds after the screensaver activation before a logout option will appear in the unlock dialog. This key has effect only if the “logout_enable” key is set to TRUE.
DEPRECATED: This key is deprecated and ignored
</description>
</key>
<key name="logout-command" type="s">
<default>''</default>
<summary>Logout command</summary>
<description>
The command to invoke when the logout button is clicked. This command should simply log the user out without any interaction. This key has effect only if the “logout_enable” key is set to TRUE.
DEPRECATED: This key is deprecated and ignored.
</description>
</key>
<key name="user-switch-enabled" type="b">
<default>true</default>
<summary>Allow user switching</summary>
<description>Set this to TRUE to offer an option in the unlock dialog to switch to a different user account.</description>
</key>
<key name="status-message-enabled" type="b">
<default>true</default>
<summary>Allow the session status message to be displayed</summary>
<description>
Allow the session status message to be displayed when the screen is locked.
DEPRECATED: This key is deprecated and ignored.
</description>
</key>
<key name="picture-options" enum="org.gnome.desktop.GDesktopBackgroundStyle">
<default>'zoom'</default>
<summary>Picture Options</summary>
<description>
Determines how the image set by wallpaper_filename is rendered.
Possible values are “none”, “wallpaper”, “centered”, “scaled”,
“stretched”, “zoom”, “spanned”.
</description>
</key>
<key name="picture-uri" type="s">
<default>'file:///usr/share/backgrounds/gnome/adwaita-timed.xml'</default>
<summary>Picture URI</summary>
<description>
URI to use for the background image. Note that the backend only supports
local (file://) URIs.
</description>
</key>
<key name="picture-opacity" type="i">
<range min="0" max="100"/>
<default>100</default>
<summary>Picture Opacity</summary>
<description>
Opacity with which to draw the background picture.
</description>
</key>
<key name="primary-color" type="s">
<default>'#023c88'</default>
<summary>Primary Color</summary>
<description>
Left or Top color when drawing gradients, or the solid color.
</description>
</key>
<key name="secondary-color" type="s">
<default>'#5789ca'</default>
<summary>Secondary Color</summary>
<description>
Right or Bottom color when drawing gradients, not used for solid color.
</description>
</key>
<key name="color-shading-type" enum="org.gnome.desktop.GDesktopBackgroundShading">
<default>'solid'</default>
<summary>Color Shading Type</summary>
<description>
How to shade the background color. Possible values are “horizontal”,
“vertical”, and “solid”.
</description>
</key>
</schema>
</schemalist>
schemas/10_gsettings-desktop-schemas.gschema.override 0000644 00000000526 00000000000 0016701 0 ustar 00 [org.gnome.desktop.default-applications.terminal]
exec='x-terminal-emulator'
exec-arg='-e'
# Adobe Source Code Pro is not in Debian yet
# See https://bugs.debian.org/736681 and https://bugs.debian.org/762252
[org.gnome.desktop.interface]
monospace-font-name = 'Monospace 11'
[org.gnome.desktop.wm.keybindings]
panel-main-menu = ['<Alt>F1']
schemas/org.gnome.desktop.session.gschema.xml 0000644 00000001234 00000000000 0015305 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.session" path="/org/gnome/desktop/session/">
<key name="idle-delay" type="u">
<default>300</default>
<summary>Time before session is considered idle</summary>
<description>The number of seconds of inactivity before the session is considered idle.</description>
</key>
<key name="session-name" type="s">
<default>"gnome"</default>
<summary>Session type</summary>
<description>The name of the session to use. Known value is
“gnome”.</description>
</key>
</schema>
</schemalist>
schemas/org.gnome.desktop.interface.gschema.xml 0000644 00000030274 00000000000 0015570 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.interface" path="/org/gnome/desktop/interface/">
<key name="toolkit-accessibility" type="b">
<default>false</default>
<summary>Enable Toolkit Accessibility</summary>
<description>
Whether toolkits should load accessibility related modules.
</description>
</key>
<key name="enable-animations" type="b">
<default>true</default>
<summary>Enable Animations</summary>
<description>
Whether animations should be displayed. Note: This is a global key,
it changes the behaviour of the window manager, the panel etc.
</description>
</key>
<key name="menus-have-tearoff" type="b">
<default>false</default>
<summary>Menus Have Tearoff</summary>
<description>
Whether menus should have a tearoff.
</description>
</key>
<key name="can-change-accels" type="b">
<default>false</default>
<summary>Can Change Accels</summary>
<description>
Whether the user can dynamically type a new accelerator when
positioned over an active menuitem.
</description>
</key>
<key name="toolbar-style" enum="org.gnome.desktop.GDesktopToolbarStyle">
<default>'both-horiz'</default>
<summary>Toolbar Style</summary>
<description>
Toolbar Style. Valid values are “both”, “both-horiz”, “icons”,
and “text”.
</description>
</key>
<key name="menubar-detachable" type="b">
<default>false</default>
<summary>Menubar Detachable</summary>
<description>
Whether the user can detach menubars and move them around.
</description>
</key>
<key name="toolbar-detachable" type="b">
<default>false</default>
<summary>Toolbar Detachable</summary>
<description>
Whether the user can detach toolbars and move them around.
</description>
</key>
<key name="toolbar-icons-size" enum="org.gnome.desktop.GDesktopToolbarIconSize">
<default>'large'</default>
<summary>Toolbar Icon Size</summary>
<description>
Size of icons in toolbars, either “small” or “large”.
</description>
</key>
<key name="cursor-blink" type="b">
<default>true</default>
<summary>Cursor Blink</summary>
<description>
Whether the cursor should blink.
</description>
</key>
<key name="cursor-blink-time" type="i">
<range min="100" max="2500"/>
<default>1200</default>
<summary>Cursor Blink Time</summary>
<description>
Length of the cursor blink cycle, in milliseconds.
</description>
</key>
<key name="cursor-blink-timeout" type="i">
<range min="1" max="2147483647"/>
<default>10</default>
<summary>Cursor Blink Timeout</summary>
<description>
Time after which the cursor stops blinking, in seconds.
</description>
</key>
<key name="icon-theme" type="s">
<default>'Adwaita'</default>
<summary>Icon Theme</summary>
<description>
Icon theme to use for the panel, nautilus etc.
</description>
</key>
<key name="gtk-theme" type="s">
<default>'Adwaita'</default>
<summary>Gtk+ Theme</summary>
<description>
Basename of the default theme used by gtk+.
</description>
</key>
<key name="gtk-key-theme" type="s">
<default>'Default'</default>
<summary>Gtk+ Keybinding Theme</summary>
<description>
Basename of the default keybinding theme used by gtk+.
</description>
</key>
<key name="font-name" type="s">
<default>'Cantarell 11'</default>
<summary>Default font</summary>
<description>
Name of the default font used by gtk+.
</description>
</key>
<key name="avatar-directories" type="as">
<default>[]</default>
<summary>Directories with avatar faces</summary>
<description>
Directories to override the default avatar faces installed by gnome-control-center.
</description>
</key>
<key name="text-scaling-factor" type="d">
<range min="0.5" max="3.0"/>
<default>1.0</default>
<summary>Text scaling factor</summary>
<description>
Factor used to enlarge or reduce text display, without changing font size.
</description>
</key>
<key name="scaling-factor" type="u">
<default>0</default>
<summary>Window scaling factor</summary>
<description>
Integer factor used to scale windows by. For use on high-dpi screens.
0 means pick automatically based on monitor.
</description>
</key>
<key name="gtk-im-preedit-style" type="s">
<default>'callback'</default>
<summary>GTK IM Preedit Style</summary>
<description>
Name of the GTK+ input method Preedit Style used by gtk+.
</description>
</key>
<key name="gtk-im-status-style" type="s">
<default>'callback'</default>
<summary>GTK IM Status Style</summary>
<description>
Name of the GTK+ input method Status Style used by gtk+.
</description>
</key>
<key name="gtk-im-module" type="s">
<default>''</default>
<summary>GTK IM Module</summary>
<description>
Name of the input method module used by GTK+.
</description>
</key>
<key name="document-font-name" type="s">
<default>'Cantarell 11'</default>
<summary>Document font</summary>
<description>
Name of the default font used for reading documents.
</description>
</key>
<key name="monospace-font-name" type="s">
<default>'Source Code Pro 10'</default>
<summary>Monospace font</summary>
<description>
Name of a monospaced (fixed-width) font for use in locations like
terminals.
</description>
</key>
<key name="menubar-accel" type="s">
<default>'F10'</default>
<summary>Menubar accelerator</summary>
<description>
Keyboard shortcut to open the menu bars.
</description>
</key>
<key name="cursor-theme" type="s">
<default>'Adwaita'</default>
<summary>Cursor theme</summary>
<description>Cursor theme name. Used only by Xservers that support the Xcursor extension.</description>
</key>
<key name="cursor-size" type="i">
<default>24</default>
<summary>Cursor size</summary>
<description>Size of the cursor used as cursor theme.</description>
</key>
<key name="gtk-timeout-initial" type="i">
<default>200</default>
<summary>Timeout before click repeat</summary>
<description>Timeout in milliseconds before a click starts repeating (on spinner buttons for example).</description>
</key>
<key name="gtk-timeout-repeat" type="i">
<default>20</default>
<summary>Timeout between click repeats</summary>
<description>Timeout in milliseconds between repeated clicks when a button is left pressed.</description>
</key>
<key name="gtk-color-palette" type="s">
<default>'black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90'</default>
<summary>Palette used in the color selector</summary>
<description>Palette used in the color selector as defined by the “gtk-color-palette” setting</description>
</key>
<key name="gtk-color-scheme" type="s">
<default>''</default>
<summary>List of symbolic names and color equivalents</summary>
<description>A “\n” separated list of “name:color” as defined by the “gtk-color-scheme” setting</description>
</key>
<key name="clock-format" enum="org.gnome.desktop.GDesktopClockFormat">
<default>'24h'</default>
<summary>Whether the clock displays in 24h or 12h format</summary>
<description>
Whether the clock displays in 24h or 12h format
</description>
</key>
<key name="clock-show-seconds" type="b">
<default>false</default>
<summary>Whether the clock shows seconds</summary>
<description>
If true, display seconds in the clock.
</description>
</key>
<key name="clock-show-date" type="b">
<default>true</default>
<summary>Show date in clock</summary>
<description>
If true, display date in the clock, in addition to time.
</description>
</key>
<key name="clock-show-weekday" type="b">
<default>false</default>
<summary>Show weekday in clock</summary>
<description>
If true, display weekday in the clock, in addition to time.
</description>
</key>
<key name="enable-hot-corners" type="b">
<default>true</default>
<summary>Enable hot corners</summary>
<description>
If true, the activities overview can be accessed by moving the
mouse to the top-left corner.
</description>
</key>
<key name="show-battery-percentage" type="b">
<default>false</default>
<summary>Show battery percentage</summary>
<description>
If true, display battery percentage in the status menu, in addition to the icon.
</description>
</key>
<key name="gtk-enable-primary-paste" type="b">
<default>true</default>
<summary>Enable the primary paste selection</summary>
<description>
If true, gtk+ uses the primary paste selection, usually triggered by a middle mouse button click.
</description>
</key>
<key name="overlay-scrolling" type="b">
<default>true</default>
<summary>Allow overlay scrolling</summary>
<description>
Whether scrollbars should be overlayed as indicators. Depending
on input devices in use, permanent scrollbars may still be
displayed.
</description>
</key>
<key name="locate-pointer" type="b">
<default>false</default>
<summary>Highlights the current location of the pointer.</summary>
<description>
If true, pressing a key will highlight the current pointer location on screen.
</description>
</key>
<key name="font-antialiasing" enum="org.gnome.desktop.GDesktopFontAntialiasingMode">
<default>'grayscale'</default>
<summary>Antialiasing</summary>
<description>
The type of antialiasing to use when rendering fonts. Possible values are: “none” for no antialiasing, “grayscale” for standard grayscale antialiasing, and “rgba” for subpixel antialiasing (LCD screens only).
</description>
</key>
<key name="font-hinting" enum="org.gnome.desktop.GDesktopFontHinting">
<default>'slight'</default>
<summary>Hinting</summary>
<description>
The type of hinting to use when rendering fonts. Possible values are: “none” for no hinting and “slight” for fitting only to the Y-axis like Microsoft’s ClearType, DirectWrite and Adobe’s proprietary font rendering engine. Ignores native hinting within the font, generates hints algorithmically. Used on Ubuntu by default. Recommended. The meaning of “medium” and “full” depends on the font format (.ttf, .otf, .pfa/.pfb) and the installed version of FreeType. They usually try to fit glyphs to both the X and the Y axis (except for .otf: Y-only). This can lead to distortion and/or inconsistent rendering depending on the quality of the font, the font format and the state of FreeType’s font engines.
</description>
</key>
<key name="font-rgba-order" enum="org.gnome.desktop.GDesktopFontRgbaOrder">
<default>'rgb'</default>
<summary>RGBA order</summary>
<description>
The order of subpixel elements on an LCD screen; only used when antialiasing is set to “rgba”. Possible values are: “rgb” for red on left (most common), “bgr” for blue on left, “vrgb” for red on top, “vbgr” for red on bottom.
</description>
</key>
<key name="color-scheme" enum="org.gnome.desktop.GDesktopColorScheme">
<default>'default'</default>
<summary>Color scheme</summary>
<description>
The preferred color scheme for the user interface. Valid values are “default”, “prefer-dark”, “prefer-light”.
</description>
</key>
</schema>
</schemalist>
schemas/org.gnome.system.proxy.gschema.xml 0000644 00000014313 00000000000 0014660 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.system.proxy" path="/system/proxy/">
<child name="http" schema="org.gnome.system.proxy.http"/>
<child name="https" schema="org.gnome.system.proxy.https"/>
<child name="ftp" schema="org.gnome.system.proxy.ftp"/>
<child name="socks" schema="org.gnome.system.proxy.socks"/>
<key name="mode" enum="org.gnome.desktop.GDesktopProxyMode">
<default>'none'</default>
<summary>Proxy configuration mode</summary>
<description>
Select the proxy configuration mode. Supported values are “none”,
“manual”, “auto”.
If this is “none”, then proxies are not used.
If it is “auto”, the autoconfiguration URL described by the
“autoconfig-url” key is used.
If it is “manual”, then the proxies described by
“/system/proxy/http”, “/system/proxy/https”,
“/system/proxy/ftp” and “/system/proxy/socks” will be used.
Each of the 4 proxy types is enabled if its “host” key is
non-empty and its “port” key is non-0.
If an http proxy is configured, but an https proxy is not,
then the http proxy is also used for https.
If a SOCKS proxy is configured, it is used for all protocols,
except that the http, https, and ftp proxy settings override
it for those protocols only.
</description>
</key>
<key name="autoconfig-url" type="s">
<default>''</default>
<summary>Automatic proxy configuration URL</summary>
<description>
URL that provides proxy configuration values. When mode is
“auto”, this URL is used to look up proxy information for all
protocols.
</description>
</key>
<key name="ignore-hosts" type="as">
<default>[ 'localhost', '127.0.0.0/8', '::1' ]</default>
<summary>Non-proxy hosts</summary>
<description>
This key contains a list of hosts which are connected to directly,
rather than via the proxy (if it is active). The values can be
hostnames, domains (using an initial wildcard like *.foo.com), IP host
addresses (both IPv4 and IPv6) and network addresses with a netmask
(something like 192.168.0.0/24).
</description>
</key>
<key name="use-same-proxy" type="b">
<default>true</default>
<summary>Unused; ignore</summary>
<description>
This key is not used, and should not be read or modified.
</description>
</key>
</schema>
<schema id="org.gnome.system.proxy.http" path="/system/proxy/http/">
<key name="enabled" type="b">
<default>false</default>
<summary>Unused; ignore</summary>
<description>
This key is not used; HTTP proxying is enabled when the host
key is non-empty and the port is non-0.
</description>
</key>
<key name="host" type="s">
<default>''</default>
<summary>HTTP proxy host name</summary>
<description>
The machine name to proxy HTTP through.
</description>
</key>
<key name="port" type="i">
<range min="0" max="65535"/>
<default>8080</default>
<summary>HTTP proxy port</summary>
<description>
The port on the machine defined by “/system/proxy/http/host” that you
proxy through.
</description>
</key>
<key name="use-authentication" type="b">
<default>false</default>
<summary>Authenticate proxy server connections</summary>
<description>
If true, then connections to the proxy server require authentication.
The username/password combo is defined by
“/system/proxy/http/authentication-user” and
“/system/proxy/http/authentication-password”.
This applies only to the http proxy; when using a separate
https proxy, there is currently no way to specify that it
should use authentication.
</description>
</key>
<key name="authentication-user" type="s">
<default>''</default>
<summary>HTTP proxy username</summary>
<description>
User name to pass as authentication when doing HTTP proxying.
</description>
</key>
<key name="authentication-password" type="s">
<default>''</default>
<summary>HTTP proxy password</summary>
<description>
Password to pass as authentication when doing HTTP proxying.
</description>
</key>
</schema>
<schema id="org.gnome.system.proxy.https" path="/system/proxy/https/">
<key name="host" type="s">
<default>''</default>
<summary>Secure HTTP proxy host name</summary>
<description>
The machine name to proxy secure HTTP through.
</description>
</key>
<key name="port" type="i">
<range min="0" max="65535"/>
<default>0</default>
<summary>Secure HTTP proxy port</summary>
<description>
The port on the machine defined by “/system/proxy/https/host” that you
proxy through.
</description>
</key>
</schema>
<schema id="org.gnome.system.proxy.ftp" path="/system/proxy/ftp/">
<key name="host" type="s">
<default>''</default>
<summary>FTP proxy host name</summary>
<description>
The machine name to proxy FTP through.
</description>
</key>
<key name="port" type="i">
<range min="0" max="65535"/>
<default>0</default>
<summary>FTP proxy port</summary>
<description>
The port on the machine defined by “/system/proxy/ftp/host” that you
proxy through.
</description>
</key>
</schema>
<schema id="org.gnome.system.proxy.socks" path="/system/proxy/socks/">
<key name="host" type="s">
<default>''</default>
<summary>SOCKS proxy host name</summary>
<description>
The machine name to use as a SOCKS proxy.
</description>
</key>
<key name="port" type="i">
<range min="0" max="65535"/>
<default>0</default>
<summary>SOCKS proxy port</summary>
<description>
The port on the machine defined by “/system/proxy/socks/host” that you
proxy through.
</description>
</key>
</schema>
</schemalist>
schemas/org.gnome.desktop.search-providers.gschema.xml 0000644 00000003563 00000000000 0017111 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.search-providers" path="/org/gnome/desktop/search-providers/">
<key name="disable-external" type="b">
<default>false</default>
<summary>Disable all external search providers</summary>
<description>
Set to true to disable all external search provider programs,
whether or not they are independently disabled or enabled.
External search providers are installed by applications in
$XDG_DATA_DIR/gnome-shell/search-providers.
</description>
</key>
<key name="disabled" type="as">
<default>[]</default>
<summary>
List of desktop file IDs for which the associated default-enabled search provider
should be disabled
</summary>
<description>
Results for applications contained in this list will not be displayed
when searching.
</description>
</key>
<key name="enabled" type="as">
<default>[]</default>
<summary>
List of desktop file IDs for which the associated default-disabled search provider
should be enabled
</summary>
<description>
Results for applications contained in this list will be displayed
when searching.
</description>
</key>
<key name="sort-order" type="as">
<default>['org.gnome.Contacts.desktop', 'org.gnome.Documents.desktop', 'org.gnome.Nautilus.desktop']</default>
<summary>List of desktop file IDs for search providers sort order</summary>
<description>
Results for applications contained in this list will be displayed in
the specified order.
Results for applications not specified in this list will be displayed
last, sorted alphabetically.
</description>
</key>
</schema>
</schemalist>
schemas/gschemas.compiled 0000644 00000106727 00000000000 0011455 0 ustar 00 GVariant ` (0
! ! ! ! # $ $ &