/schemas/desktop/gnome/shell/development_tools /desktop/gnome/shell/development_tools gnome-shell bool 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. /schemas/desktop/gnome/shell/app_monitor/enable_monitoring /desktop/gnome/shell/app_monitor/enable_monitoring gnome-shell bool true Whether to collect stats about applications usage The shell normally monitors active applications in order to present the most used ones (e.g. in launchers). While this data will be kept private, you may want to disable this for privacy reasons. Please note that doing so won't remove already saved data. /schemas/desktop/gnome/shell/favorite_apps /desktop/gnome/shell/favorite_apps gnome-shell list string [mozilla-firefox.desktop,evolution.desktop,openoffice.org-writer.desktop] List of desktop file IDs for favorite applications The applications corresponding to these identifiers will be displayed in the favorites area. /schemas/desktop/gnome/shell/sidebar/visible /desktop/gnome/shell/sidebar/visible gnome-shell bool false Whether or not to display the sidebar Determines whether or not the sidebar is visible. /schemas/desktop/gnome/shell/sidebar/expanded /desktop/gnome/shell/sidebar/expanded gnome-shell bool true Whether the sidebar should be in the expanded (wide) mode Controls the expanded/collapsed state of the sidebar. /schemas/desktop/gnome/shell/sidebar/autohide /desktop/gnome/shell/sidebar/autohide gnome-shell bool true Whether the sidebar should automatically hide itself in compact mode Controls the autohide state of the sidebar. /schemas/desktop/gnome/shell/sidebar/widgets /desktop/gnome/shell/sidebar/widgets gnome-shell list string [imports.ui.widget.ClockWidget,imports.ui.widget.AppsWidget,imports.ui.widget.RecentDocsWidget] The widgets to display in the sidebar The widgets to display in the sidebar, in order from top to bottom. Each widget "name" is actually a JavaScript expression referring to a widget constructor object. /schemas/desktop/gnome/shell/disabled_extensions /desktop/gnome/shell/disabled_extensions gnome-shell list string [] Uuids of extensions to disable GNOME Shell extensions have a uuid property; this key lists extensions which should not be loaded. /schemas/desktop/gnome/shell/recorder/framerate /desktop/gnome/shell/recorder/framerate gnome-shell int 15 Framerate used for recording screencasts. The framerate of the resulting screencast recordered by GNOME Shell's screencast recorder in frames-per-second. /schemas/desktop/gnome/shell/recorder/pipeline /desktop/gnome/shell/recorder/pipeline gnome-shell string The gstreamer pipeline used to encode the screencast Sets the GStreamer pipeline used to encode recordings. It follows the syntax used for gst-launch. The pipeline should have an unconnected sink pad where the recorded video is recorded. It will normally have a unconnected source pad; output from that pad will be written into the output file. However the pipeline can also take care of its own output - this might be used to send the output to an icecast server via shout2send or similar. When unset or set to an empty value, the default pipeline will be used. This is currently 'videorate ! theoraenc ! oggmux' and records to Ogg Theora. /schemas/desktop/gnome/shell/recorder/file_extension /desktop/gnome/shell/recorder/file_extension gnome-shell string ogg File extension used for storing the screencast The filename for recorded screencasts will be a unique filename based on the current date, and use this extension. It should be changed when recording to a different container format.