From f9d480cfe50ca1d7a0f0b5a2b8bb9932962bfbe7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 17:07:22 +0200 Subject: Adding upstream version 3.38.6. Signed-off-by: Daniel Baumann --- data/org.gnome.shell.gschema.xml.in | 316 ++++++++++++++++++++++++++++++++++++ 1 file changed, 316 insertions(+) create mode 100644 data/org.gnome.shell.gschema.xml.in (limited to 'data/org.gnome.shell.gschema.xml.in') diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in new file mode 100644 index 0000000..6eacfa5 --- /dev/null +++ b/data/org.gnome.shell.gschema.xml.in @@ -0,0 +1,316 @@ + + + + true + + Enable internal tools useful for developers and testers from Alt-F2 + + + Allows access to internal debugging and monitoring tools + using the Alt-F2 dialog. + + + + [] + UUIDs of extensions to enable + + 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. + + + + [] + UUIDs of extensions to force disabling + + 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. + + + + false + Disable user extensions + + Disable all extensions the user has enabled without affecting + the “enabled-extension” setting. + + + + true + Disables the validation of extension version compatibility + + 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. + + + + [ 'org.gnome.Epiphany.desktop', 'org.gnome.Geary.desktop', 'org.gnome.Calendar.desktop', 'org.gnome.Music.desktop', 'org.gnome.Photos.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop' ] + List of desktop file IDs for favorite applications + + The applications corresponding to these identifiers + will be displayed in the favorites area. + + + + 0 + App Picker View + + Index of the currently selected view in the application picker. + + + + [] + History for command (Alt-F2) dialog + + + [] + + History for the looking glass dialog + + + false + Always show the “Log out” menu item in the user menu. + + This key overrides the automatic hiding of the “Log out” + menu item in single-user, single-session situations. + + + + false + Whether to remember password for mounting encrypted or remote filesystems + + 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. + + + + false + Whether the default Bluetooth adapter had set up devices associated to it + + The shell will only show a Bluetooth menu item if a Bluetooth + adapter is powered, or if there were devices set up associated + with the default adapter. This will be reset if the default + adapter is ever seen not to have devices associated to it. + + + + false + Enable introspection API + + Enables a D-Bus API that allows to introspect the application state of + the shell. + + + + [] + Layout of the app picker + + 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 + + + + + + + + ["<Super>F10"] + Keybinding to open the application menu + + Keybinding to open the application menu. + + + + ["<Super>a"] + Keybinding to open the “Show Applications” view + + Keybinding to open the “Show Applications” view of the Activities + Overview. + + + + ["<Super>s"] + Keybinding to open the overview + + Keybinding to open the Activities Overview. + + + + ["<Super>v","<Super>m"] + Keybinding to toggle the visibility of the notification list + + Keybinding to toggle the visibility of the notification list. + + + + ["<Super>n"] + Keybinding to focus the active notification + + Keybinding to focus the active notification. + + + + ["<Super>1"] + Switch to application 1 + + + ["<Super>2"] + Switch to application 2 + + + ["<Super>3"] + Switch to application 3 + + + ["<Super>4"] + Switch to application 4 + + + ["<Super>5"] + Switch to application 5 + + + ["<Super>6"] + Switch to application 6 + + + ["<Super>7"] + Switch to application 7 + + + ["<Super>8"] + Switch to application 8 + + + ["<Super>9"] + Switch to application 9 + + + + + + false + Limit switcher to current workspace. + + If true, only applications that have windows on the current workspace are shown in the switcher. + Otherwise, all applications are included. + + + + + + + + + + + + 'both' + The application icon mode. + + 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”. + + + + true + Limit switcher to current workspace. + + If true, only windows from the current workspace are shown in the switcher. + Otherwise, all windows are included. + + + + + + + Locations + + The locations to show in world clocks + + [] + + + + + + Automatic location + + Whether to fetch the current location or not + + false + + + + Location + + The location for which to show a forecast + + [] + + + + + + + true + Attach modal dialog to the parent window + + This key overrides the key in org.gnome.mutter when running + GNOME Shell. + + + + + true + Enable edge tiling when dropping windows on screen edges + + This key overrides the key in org.gnome.mutter when running GNOME Shell. + + + + + true + Workspaces are managed dynamically + + This key overrides the key in org.gnome.mutter when running GNOME Shell. + + + + + true + Workspaces only on primary monitor + + This key overrides the key in org.gnome.mutter when running GNOME Shell. + + + + + true + Delay focus changes in mouse mode until the pointer stops moving + + This key overrides the key in org.gnome.mutter when running GNOME Shell. + + + + -- cgit v1.2.3