diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:54:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:54:43 +0000 |
commit | e4283f6d48b98e764b988b43bbc86b9d52e6ec94 (patch) | |
tree | c8f7f7a6c2f5faa2942d27cefc6fd46cca492656 /data/org.gnome.shell.gschema.xml.in | |
parent | Initial commit. (diff) | |
download | gnome-shell-e4283f6d48b98e764b988b43bbc86b9d52e6ec94.tar.xz gnome-shell-e4283f6d48b98e764b988b43bbc86b9d52e6ec94.zip |
Adding upstream version 43.9.upstream/43.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'data/org.gnome.shell.gschema.xml.in')
-rw-r--r-- | data/org.gnome.shell.gschema.xml.in | 364 |
1 files changed, 364 insertions, 0 deletions
diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in new file mode 100644 index 0000000..86ad1b2 --- /dev/null +++ b/data/org.gnome.shell.gschema.xml.in @@ -0,0 +1,364 @@ +<schemalist> + <schema id="org.gnome.shell" path="/org/gnome/shell/" + gettext-domain="@GETTEXT_PACKAGE@"> + <key name="development-tools" type="b"> + <default>true</default> + <summary> + Enable internal tools useful for developers and testers from Alt-F2 + </summary> + <description> + Allows access to internal debugging and monitoring tools + using the Alt-F2 dialog. + </description> + </key> + <key name="enabled-extensions" type="as"> + <default>[]</default> + <summary>UUIDs of extensions to enable</summary> + <description> + GNOME Shell extensions have a UUID property; this key lists extensions + which should be loaded. Any extension that wants to be loaded needs + to be in this list. You can also manipulate this list with the + EnableExtension and DisableExtension D-Bus methods on org.gnome.Shell. + </description> + </key> + <key name="disabled-extensions" type="as"> + <default>[]</default> + <summary>UUIDs of extensions to force disabling</summary> + <description> + GNOME Shell extensions have a UUID property; this key lists extensions + which should be disabled, even if loaded as part of the current mode. + You can also manipulate this list with the EnableExtension and + DisableExtension D-Bus methods on org.gnome.Shell. + This key takes precedence over the “enabled-extensions” setting. + </description> + </key> + <key name="disable-user-extensions" type="b"> + <default>false</default> + <summary>Disable user extensions</summary> + <description> + Disable all extensions the user has enabled without affecting + the “enabled-extension” setting. + </description> + </key> + <key name="disable-extension-version-validation" type="b"> + <default>false</default> + <summary>Disables the validation of extension version compatibility</summary> + <description> + GNOME Shell will only load extensions that claim to support the current + running version. Enabling this option will disable this check and try to + load all extensions regardless of the versions they claim to support. + </description> + </key> + <key name="favorite-apps" type="as"> + <default>[ 'org.gnome.Epiphany.desktop', 'org.gnome.Calendar.desktop', 'org.gnome.Music.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop' ]</default> + <summary>List of desktop file IDs for favorite applications</summary> + <description> + The applications corresponding to these identifiers + will be displayed in the favorites area. + </description> + </key> + <key name="command-history" type="as"> + <default>[]</default> + <summary>History for command (Alt-F2) dialog</summary> + </key> + <key name="looking-glass-history" type="as"> + <default>[]</default> + <!-- Translators: looking glass is a debugger and inspector tool, see https://wiki.gnome.org/Projects/GnomeShell/LookingGlass --> + <summary>History for the looking glass dialog</summary> + </key> + <key name="always-show-log-out" type="b"> + <default>false</default> + <summary>Always show the “Log out” menu item in the user menu.</summary> + <description> + This key overrides the automatic hiding of the “Log out” + menu item in single-user, single-session situations. + </description> + </key> + <key name="remember-mount-password" type="b"> + <default>false</default> + <summary>Whether to remember password for mounting encrypted or remote filesystems</summary> + <description> + The shell will request a password when an encrypted device or a + remote filesystem is mounted. If the password can be saved for + future use a “Remember Password” checkbox will be present. + This key sets the default state of the checkbox. + </description> + </key> + <key name="last-selected-power-profile" type="s"> + <default>"power-saver"</default> + <summary>The last selected non-default power profile</summary> + <description> + Some systems support more than two power profiles. In order to still support + toggling between two profiles, this key records the last selected non-default + profile. + </description> + </key> + <key name="welcome-dialog-last-shown-version" type="s"> + <default>''</default> + <summary>The last version the “Welcome to GNOME” dialog was shown for</summary> + <description> + This key determines for which version the “Welcome to GNOME” dialog was + last shown. An empty string represents the oldest possible version, and + a huge number will represent versions that do not exist yet. This huge + number can be used to effectively disable the dialog. + </description> + </key> + <key name="app-picker-layout" type="aa{sv}"> + <default><![CDATA[ + [{ + 'org.gnome.Geary.desktop': <{'position': <0>}>, + 'org.gnome.Contacts.desktop': <{'position': <1>}>, + 'org.gnome.Weather.desktop': <{'position': <2>}>, + 'org.gnome.clocks.desktop': <{'position': <3>}>, + 'org.gnome.Maps.desktop': <{'position': <4>}>, + 'org.gnome.Books.desktop': <{'position': <5>}>, + 'org.gnome.Photos.desktop': <{'position': <6>}>, + 'org.gnome.Totem.desktop': <{'position': <7>}>, + 'org.gnome.Calculator.desktop': <{'position': <8>}>, + 'org.gnome.gedit.desktop': <{'position': <9>}>, + 'simple-scan.desktop': <{'position': <10>}>, + 'org.gnome.Settings.desktop': <{'position': <11>}>, + 'gnome-system-monitor.desktop': <{'position': <12>}>, + 'org.gnome.Boxes.desktop': <{'position': <13>}>, + 'org.gnome.Terminal.desktop': <{'position': <14>}>, + 'Utilities': <{'position': <15>}>, + 'org.gnome.Characters.desktop': <{'position': <16>}>, + 'yelp.desktop': <{'position': <17>}>, + 'org.gnome.Screenshot.desktop': <{'position': <18>}>, + 'org.gnome.Cheese.desktop': <{'position': <19>}>, + 'org.gnome.font-viewer.desktop': <{'position': <20>}> + }] + ]]></default> + <summary>Layout of the app picker</summary> + <description> + Layout of the app picker. Each entry in the array is a page. Pages are + stored in the order they appear in GNOME Shell. Each page contains an + “application id” → 'data' pair. Currently, the following values are + stored as 'data': + • “position”: the position of the application icon in the page + </description> + </key> + <child name="keybindings" schema="org.gnome.shell.keybindings"/> + </schema> + + <schema id="org.gnome.shell.keybindings" path="/org/gnome/shell/keybindings/" + gettext-domain="@GETTEXT_PACKAGE@"> + <key name="open-application-menu" type="as"> + <default>["<Super>F10"]</default> + <summary>Keybinding to open the application menu</summary> + <description> + Keybinding to open the application menu. + </description> + </key> + <key name="shift-overview-up" type="as"> + <default>["<Super><Alt>Up"]</default> + <summary>Keybinding to shift between overview states</summary> + <description> + Keybinding to shift between session, window picker and app grid + </description> + </key> + <key name="shift-overview-down" type="as"> + <default>["<Super><Alt>Down"]</default> + <summary>Keybinding to shift between overview states</summary> + <description> + Keybinding to shift between app grid, window picker and session + </description> + </key> + <key name="toggle-application-view" type="as"> + <default>["<Super>a"]</default> + <summary>Keybinding to open the “Show Applications” view</summary> + <description> + Keybinding to open the “Show Applications” view of the Activities + Overview. + </description> + </key> + <key name="toggle-overview" type="as"> + <default>["<Super>s"]</default> + <summary>Keybinding to open the overview</summary> + <description> + Keybinding to open the Activities Overview. + </description> + </key> + <key name="toggle-message-tray" type="as"> + <default>["<Super>v","<Super>m"]</default> + <summary>Keybinding to toggle the visibility of the notification list</summary> + <description> + Keybinding to toggle the visibility of the notification list. + </description> + </key> + <key name="focus-active-notification" type="as"> + <default>["<Super>n"]</default> + <summary>Keybinding to focus the active notification</summary> + <description> + Keybinding to focus the active notification. + </description> + </key> + <key name="switch-to-application-1" type="as"> + <default>["<Super>1"]</default> + <summary>Switch to application 1</summary> + </key> + <key name="switch-to-application-2" type="as"> + <default>["<Super>2"]</default> + <summary>Switch to application 2</summary> + </key> + <key name="switch-to-application-3" type="as"> + <default>["<Super>3"]</default> + <summary>Switch to application 3</summary> + </key> + <key name="switch-to-application-4" type="as"> + <default>["<Super>4"]</default> + <summary>Switch to application 4</summary> + </key> + <key name="switch-to-application-5" type="as"> + <default>["<Super>5"]</default> + <summary>Switch to application 5</summary> + </key> + <key name="switch-to-application-6" type="as"> + <default>["<Super>6"]</default> + <summary>Switch to application 6</summary> + </key> + <key name="switch-to-application-7" type="as"> + <default>["<Super>7"]</default> + <summary>Switch to application 7</summary> + </key> + <key name="switch-to-application-8" type="as"> + <default>["<Super>8"]</default> + <summary>Switch to application 8</summary> + </key> + <key name="switch-to-application-9" type="as"> + <default>["<Super>9"]</default> + <summary>Switch to application 9</summary> + </key> + <key name="show-screenshot-ui" type="as"> + <default>["Print"]</default> + <summary>Take a screenshot interactively</summary> + </key> + <key name="show-screen-recording-ui" type="as"> + <default>["<Ctrl><Shift><Alt>R"]</default> + <summary>Record a screencast interactively</summary> + </key> + <key name="screenshot-window" type="as"> + <default>["<Alt>Print"]</default> + <summary>Take a screenshot of a window</summary> + </key> + <key name="screenshot" type="as"> + <default>["<Shift>Print"]</default> + <summary>Take a screenshot</summary> + </key> + </schema> + + <schema id="org.gnome.shell.app-switcher" + path="/org/gnome/shell/app-switcher/" + gettext-domain="@GETTEXT_PACKAGE@"> + <key type="b" name="current-workspace-only"> + <default>false</default> + <summary>Limit switcher to current workspace.</summary> + <description> + If true, only applications that have windows on the current workspace are shown in the switcher. + Otherwise, all applications are included. + </description> + </key> + </schema> + + <enum id="org.gnome.shell.window-switcher.AppIconMode"> + <value value="1" nick="thumbnail-only"/> + <value value="2" nick="app-icon-only"/> + <value value="3" nick="both"/> + </enum> + <schema id="org.gnome.shell.window-switcher" + path="/org/gnome/shell/window-switcher/" + gettext-domain="@GETTEXT_PACKAGE@"> + <key name="app-icon-mode" enum="org.gnome.shell.window-switcher.AppIconMode"> + <default>'both'</default> + <summary>The application icon mode.</summary> + <description> + Configures how the windows are shown in the switcher. Valid possibilities + are “thumbnail-only” (shows a thumbnail of the window), “app-icon-only” + (shows only the application icon) or “both”. + </description> + </key> + <key type="b" name="current-workspace-only"> + <default>true</default> + <summary>Limit switcher to current workspace.</summary> + <description> + If true, only windows from the current workspace are shown in the switcher. + Otherwise, all windows are included. + </description> + </key> + </schema> + + <schema id="org.gnome.shell.world-clocks" path="/org/gnome/shell/world-clocks/" + gettext-domain="@GETTEXT_PACKAGE@"> + <key name="locations" type="av"> + <summary>Locations</summary> + <description> + The locations to show in world clocks + </description> + <default>[]</default> + </key> + </schema> + + <schema id="org.gnome.shell.weather" path="/org/gnome/shell/weather/" + gettext-domain="@GETTEXT_PACKAGE@"> + <key name="automatic-location" type="b"> + <summary>Automatic location</summary> + <description> + Whether to fetch the current location or not + </description> + <default>false</default> + </key> + + <key name="locations" type="av"> + <summary>Location</summary> + <description> + The location for which to show a forecast + </description> + <default>[]</default> + </key> + </schema> + + <!-- unused, change 00_org.gnome.shell.gschema.override instead --> + <schema id="org.gnome.shell.overrides" path="/org/gnome/shell/overrides/" + gettext-domain="@GETTEXT_PACKAGE@"> + <key name="attach-modal-dialogs" type="b"> + <default>true</default> + <summary>Attach modal dialog to the parent window</summary> + <description> + This key overrides the key in org.gnome.mutter when running + GNOME Shell. + </description> + </key> + + <key name="edge-tiling" type="b"> + <default>true</default> + <summary>Enable edge tiling when dropping windows on screen edges</summary> + <description> + This key overrides the key in org.gnome.mutter when running GNOME Shell. + </description> + </key> + + <key name="dynamic-workspaces" type="b"> + <default>true</default> + <summary>Workspaces are managed dynamically</summary> + <description> + This key overrides the key in org.gnome.mutter when running GNOME Shell. + </description> + </key> + + <key name="workspaces-only-on-primary" type="b"> + <default>true</default> + <summary>Workspaces only on primary monitor</summary> + <description> + This key overrides the key in org.gnome.mutter when running GNOME Shell. + </description> + </key> + + <key name="focus-change-on-pointer-rest" type="b"> + <default>true</default> + <summary>Delay focus changes in mouse mode until the pointer stops moving</summary> + <description> + This key overrides the key in org.gnome.mutter when running GNOME Shell. + </description> + </key> + </schema> +</schemalist> |