New installer: 2021-04-29
This commit is contained in:
Binary file not shown.
@@ -153,6 +153,24 @@
|
||||
<value nick="lockscreen" value="0"/>
|
||||
<value nick="always" value="1"/>
|
||||
</enum>
|
||||
<enum id="org.gnome.desktop.GDesktopFontAntialiasingMode">
|
||||
<value nick="none" value="0"/>
|
||||
<value nick="grayscale" value="1"/>
|
||||
<value nick="rgba" value="2"/>
|
||||
</enum>
|
||||
<enum id="org.gnome.desktop.GDesktopFontHinting">
|
||||
<value nick="none" value="0"/>
|
||||
<value nick="slight" value="1"/>
|
||||
<value nick="medium" value="2"/>
|
||||
<value nick="full" value="3"/>
|
||||
</enum>
|
||||
<enum id="org.gnome.desktop.GDesktopFontRgbaOrder">
|
||||
<value nick="rgba" value="0"/>
|
||||
<value nick="rgb" value="1"/>
|
||||
<value nick="bgr" value="2"/>
|
||||
<value nick="vrgb" value="3"/>
|
||||
<value nick="vbgr" value="4"/>
|
||||
</enum>
|
||||
</schemalist>
|
||||
|
||||
<!-- Generated data ends here -->
|
||||
|
@@ -273,5 +273,26 @@
|
||||
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>
|
||||
</schema>
|
||||
</schemalist>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
</key>
|
||||
<key name="two-finger-scrolling-enabled" type="b">
|
||||
<default>true</default>
|
||||
<summary>Whether edge scrolling is enabled</summary>
|
||||
<summary>Whether two-finger scrolling is enabled</summary>
|
||||
<description>When enabled, touchpads that support two-finger scrolling will have that feature enabled.</description>
|
||||
</key>
|
||||
<key name="disable-while-typing" type="b">
|
||||
@@ -130,6 +130,16 @@
|
||||
<summary>Emulate middle click</summary>
|
||||
<description>Set this to TRUE to enable middle click during simultaneous left and right click.</description>
|
||||
</key>
|
||||
<key name="double-click" type="i">
|
||||
<default>400</default>
|
||||
<summary>Double click time</summary>
|
||||
<description>Length of a double click in milliseconds.</description>
|
||||
</key>
|
||||
<key name="drag-threshold" type="i">
|
||||
<default>8</default>
|
||||
<summary>Drag threshold</summary>
|
||||
<description>Distance before a drag is started.</description>
|
||||
</key>
|
||||
</schema>
|
||||
<schema id="org.gnome.desktop.peripherals.tablet">
|
||||
<key name="output" type="as">
|
||||
@@ -210,6 +220,11 @@
|
||||
<range min="0" max="24"/>
|
||||
<summary>Mouse wheel emulation button. 0 to disable the feature.</summary>
|
||||
</key>
|
||||
<key name="scroll-wheel-emulation-button-lock" type="b">
|
||||
<default>false</default>
|
||||
<summary>Mouse wheel emulation button lock</summary>
|
||||
<description>Set this to TRUE to enable button locking for the wheel emulation button. If enabled, the first click of the button enables scrolling, the second click disables scrolling again.</description>
|
||||
</key>
|
||||
<key name="accel-profile" enum="org.gnome.desktop.GDesktopPointerAccelProfile">
|
||||
<default>'default'</default>
|
||||
<summary>Acceleration profile</summary>
|
||||
|
@@ -9,8 +9,8 @@
|
||||
<key name="session-name" type="s">
|
||||
<default>"gnome"</default>
|
||||
<summary>Session type</summary>
|
||||
<description>The name of the session to use. Known values are
|
||||
“gnome” and “gnome-fallback”.</description>
|
||||
<description>The name of the session to use. Known value is
|
||||
“gnome”.</description>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
|
@@ -52,19 +52,19 @@
|
||||
<summary>Switch to workspace 12</summary>
|
||||
</key>
|
||||
<key name="switch-to-workspace-left" type="as">
|
||||
<default><![CDATA[['<Control><Alt>Left']]]></default>
|
||||
<default><![CDATA[['<Super>Page_Up','<Super><Alt>Left','<Control><Alt>Left']]]></default>
|
||||
<summary>Switch to workspace left</summary>
|
||||
</key>
|
||||
<key name="switch-to-workspace-right" type="as">
|
||||
<default><![CDATA[['<Control><Alt>Right']]]></default>
|
||||
<default><![CDATA[['<Super>Page_Down','<Super><Alt>Right','<Control><Alt>Right']]]></default>
|
||||
<summary>Switch to workspace right</summary>
|
||||
</key>
|
||||
<key name="switch-to-workspace-up" type="as">
|
||||
<default><![CDATA[['<Super>Page_Up','<Control><Alt>Up']]]></default>
|
||||
<default><![CDATA[['<Control><Alt>Up']]]></default>
|
||||
<summary>Switch to workspace above</summary>
|
||||
</key>
|
||||
<key name="switch-to-workspace-down" type="as">
|
||||
<default><![CDATA[['<Super>Page_Down','<Control><Alt>Down']]]></default>
|
||||
<default><![CDATA[['<Control><Alt>Down']]]></default>
|
||||
<summary>Switch to workspace below</summary>
|
||||
</key>
|
||||
<key name="switch-to-workspace-last" type="as">
|
||||
@@ -244,19 +244,19 @@
|
||||
<summary>Move window to last workspace</summary>
|
||||
</key>
|
||||
<key name="move-to-workspace-left" type="as">
|
||||
<default><![CDATA[['<Control><Shift><Alt>Left']]]></default>
|
||||
<default><![CDATA[['<Super><Shift>Page_Up','<Super><Shift><Alt>Left','<Control><Shift><Alt>Left']]]></default>
|
||||
<summary>Move window one workspace to the left</summary>
|
||||
</key>
|
||||
<key name="move-to-workspace-right" type="as">
|
||||
<default><![CDATA[['<Control><Shift><Alt>Right']]]></default>
|
||||
<default><![CDATA[['<Super><Shift>Page_Down','<Super><Shift><Alt>Right','<Control><Shift><Alt>Right']]]></default>
|
||||
<summary>Move window one workspace to the right</summary>
|
||||
</key>
|
||||
<key name="move-to-workspace-up" type="as">
|
||||
<default><![CDATA[['<Super><Shift>Page_Up','<Control><Shift><Alt>Up']]]></default>
|
||||
<default><![CDATA[['<Control><Shift><Alt>Up']]]></default>
|
||||
<summary>Move window one workspace up</summary>
|
||||
</key>
|
||||
<key name="move-to-workspace-down" type="as">
|
||||
<default><![CDATA[['<Super><Shift>Page_Down','<Control><Shift><Alt>Down']]]></default>
|
||||
<default><![CDATA[['<Control><Shift><Alt>Down']]]></default>
|
||||
<summary>Move window one workspace down</summary>
|
||||
</key>
|
||||
<key name="move-to-monitor-left" type="as">
|
||||
|
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<schemalist>
|
||||
|
||||
<enum id='org.gtk.Demo4.Color'>
|
||||
<value nick='red' value='0'/>
|
||||
<value nick='green' value='1'/>
|
||||
<value nick='blue' value='2'/>
|
||||
</enum>
|
||||
|
||||
<schema id='org.gtk.Demo4' path='/org/gtk/Demo4/'>
|
||||
<key name='color' enum='org.gtk.Demo4.Color'>
|
||||
<default>'red'</default>
|
||||
</key>
|
||||
<key name='window-size' type='(ii)'>
|
||||
<default>(-1, -1)</default>
|
||||
</key>
|
||||
<key name='maximized' type='b'>
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key name='fullscreen' type='b'>
|
||||
<default>false</default>
|
||||
</key>
|
||||
</schema>
|
||||
|
||||
</schemalist>
|
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
|
||||
<schema id='org.gtk.gtk4.Settings.ColorChooser' path='/org/gtk/gtk4/settings/color-chooser/'>
|
||||
<key name='custom-colors' type='a(dddd)'>
|
||||
<default>[]</default>
|
||||
<summary>Custom colors</summary>
|
||||
<description>
|
||||
An array of custom colors to show in the color chooser. Each color is
|
||||
specified as a tuple of four doubles, specifying RGBA values between
|
||||
0 and 1.
|
||||
</description>
|
||||
</key>
|
||||
<key name='selected-color' type='(bdddd)'>
|
||||
<default>(false,1.0,1.0,1.0,1.0)</default>
|
||||
<summary>The selected color</summary>
|
||||
<description>
|
||||
The selected color, described as a tuple whose first member is a
|
||||
boolean that is true if a color was selected, and the remaining
|
||||
four members are four doubles, specifying RGBA values between
|
||||
0 and 1.
|
||||
</description>
|
||||
</key>
|
||||
</schema>
|
||||
|
||||
</schemalist>
|
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
|
||||
<schema id='org.gtk.gtk4.Settings.Debug' path='/org/gtk/gtk4/settings/debug/'>
|
||||
<key name='enable-inspector-keybinding' type='b'>
|
||||
<default>true</default>
|
||||
<summary>Enable inspector keybinding</summary>
|
||||
<description>
|
||||
If this setting is true, GTK lets the user open an interactive
|
||||
debugging window with a keybinding. The default shortcuts for
|
||||
the keybinding are Control-Shift-I and Control-Shift-D.
|
||||
</description>
|
||||
</key>
|
||||
<key name='inspector-warning' type='b'>
|
||||
<default>true</default>
|
||||
<summary>Inspector warning</summary>
|
||||
<description>
|
||||
If this setting is true, GTK shows a warning before letting
|
||||
the user use the interactive debugger.
|
||||
</description>
|
||||
</key>
|
||||
</schema>
|
||||
|
||||
</schemalist>
|
||||
|
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
|
||||
<schema id='org.gtk.gtk4.Settings.EmojiChooser' path='/org/gtk/gtk4/settings/emoji-chooser/'>
|
||||
<key name='recent-emoji' type='a((ausasu)u)'>
|
||||
<default>[]</default>
|
||||
<summary>Recently used Emoji</summary>
|
||||
<description>
|
||||
An array of Emoji definitions to show in the Emoji chooser. Each Emoji is
|
||||
specified as an array of codepoints, name and keywords. The extra
|
||||
integer after this pair is the code of the Fitzpatrick modifier to use in
|
||||
place of a 0 in the codepoint array.
|
||||
</description>
|
||||
</key>
|
||||
</schema>
|
||||
|
||||
</schemalist>
|
@@ -0,0 +1,178 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright © 2010 Christian Persch
|
||||
|
||||
This library is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU Lesser General Public License as published by
|
||||
the Free Software Foundation; either version 2.1, or (at your option)
|
||||
any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<schemalist>
|
||||
|
||||
<enum id='org.gtk.gtk4.Settings.FileChooser.LocationMode'>
|
||||
<value nick='path-bar' value='0'/>
|
||||
<value nick='filename-entry' value='1'/>
|
||||
</enum>
|
||||
|
||||
<enum id='org.gtk.gtk4.Settings.FileChooser.SortColumn'>
|
||||
<value nick='name' value='0'/>
|
||||
<value nick='size' value='1'/>
|
||||
<value nick='type' value='2'/>
|
||||
<value nick='modified' value='3'/>
|
||||
</enum>
|
||||
|
||||
<enum id='org.gtk.gtk4.Settings.FileChooser.SortOrder'>
|
||||
<value nick='ascending' value='0'/>
|
||||
<value nick='descending' value='1'/>
|
||||
</enum>
|
||||
|
||||
<enum id='org.gtk.gtk4.Settings.FileChooser.StartupMode'>
|
||||
<value nick='recent' value='0'/>
|
||||
<value nick='cwd' value='1'/>
|
||||
</enum>
|
||||
|
||||
<enum id='org.gtk.gtk4.Settings.FileChooser.ClockFormat'>
|
||||
<value nick='24h' value='0'/>
|
||||
<value nick='12h' value='1'/>
|
||||
</enum>
|
||||
|
||||
<enum id='org.gtk.gtk4.Settings.FileChooser.DateFormat'>
|
||||
<value nick='regular' value='0'/>
|
||||
<value nick='with-time' value='1'/>
|
||||
</enum>
|
||||
|
||||
<enum id='org.gtk.gtk4.Settings.FileChooser.TypeFormat'>
|
||||
<value nick='mime' value='0'/>
|
||||
<value nick='description' value='1'/>
|
||||
<value nick='category' value='2'/>
|
||||
</enum>
|
||||
|
||||
<schema id='org.gtk.gtk4.Settings.FileChooser' path='/org/gtk/gtk4/settings/file-chooser/'>
|
||||
<key name='last-folder-uri' type='s'>
|
||||
<default>""</default>
|
||||
</key>
|
||||
<key name='location-mode' enum='org.gtk.gtk4.Settings.FileChooser.LocationMode'>
|
||||
<default>'path-bar'</default>
|
||||
<summary>Location mode</summary>
|
||||
<description>
|
||||
Controls whether the file chooser shows just a path bar, or a visible entry
|
||||
for the filename as well, for the benefit of typing-oriented users. The
|
||||
possible values for these modes are "path-bar" and "filename-entry".
|
||||
</description>
|
||||
</key>
|
||||
<key name='show-hidden' type='b'>
|
||||
<default>false</default>
|
||||
<summary>Show hidden files</summary>
|
||||
<description>
|
||||
Controls whether the file chooser shows hidden files or not.
|
||||
</description>
|
||||
</key>
|
||||
<key type="b" name="sort-directories-first">
|
||||
<default>false</default>
|
||||
<summary>Show folders first</summary>
|
||||
<description>
|
||||
If set to true, then folders are shown before files in the list.
|
||||
</description>
|
||||
</key>
|
||||
<key name='expand-folders' type='b'>
|
||||
<default>false</default>
|
||||
<summary>Expand folders</summary>
|
||||
<description>This key is deprecated; do not use it.</description>
|
||||
</key>
|
||||
<key name='show-size-column' type='b'>
|
||||
<default>true</default>
|
||||
<summary>Show file sizes</summary>
|
||||
<description>
|
||||
Controls whether the file chooser shows a column with file sizes.
|
||||
</description>
|
||||
</key>
|
||||
<key name='show-type-column' type='b'>
|
||||
<default>true</default>
|
||||
<summary>Show file types</summary>
|
||||
<description>
|
||||
Controls whether the file chooser shows a column with file types.
|
||||
</description>
|
||||
</key>
|
||||
<key name='sort-column' enum='org.gtk.gtk4.Settings.FileChooser.SortColumn'>
|
||||
<default>'name'</default>
|
||||
<summary>Sort column</summary>
|
||||
<description>
|
||||
Can be one of "name", "modified", or "size". It controls
|
||||
which of the columns in the file chooser is used for sorting
|
||||
the list of files.
|
||||
</description>
|
||||
</key>
|
||||
<key name='sort-order' enum='org.gtk.gtk4.Settings.FileChooser.SortOrder'>
|
||||
<default>'ascending'</default>
|
||||
<summary>Sort order</summary>
|
||||
<description>
|
||||
Can be one of the strings "ascending" or "descending".
|
||||
</description>
|
||||
</key>
|
||||
<key name='window-position' type='(ii)'>
|
||||
<default>(-1, -1)</default>
|
||||
<summary>Window position</summary>
|
||||
<description>
|
||||
The (x, y) coordinates of the upper-left corner of the GtkFileChooserDialog's
|
||||
window.
|
||||
</description>
|
||||
</key>
|
||||
<key name='window-size' type='(ii)'>
|
||||
<default>(-1, -1)</default>
|
||||
<summary>Window size</summary>
|
||||
<description>
|
||||
The size (width, height) of the GtkFileChooserDialog's window, in pixels.
|
||||
</description>
|
||||
</key>
|
||||
<key name='startup-mode' enum='org.gtk.gtk4.Settings.FileChooser.StartupMode'>
|
||||
<default>'recent'</default>
|
||||
<summary>Startup mode</summary>
|
||||
<description>
|
||||
Either "recent" or "cwd"; controls whether the file chooser
|
||||
starts up showing the list of recently-used files, or the
|
||||
contents of the current working directory.
|
||||
</description>
|
||||
</key>
|
||||
<key name='sidebar-width' type='i'>
|
||||
<default>-1</default>
|
||||
<summary>Sidebar width</summary>
|
||||
<description>
|
||||
Width in pixels of the file chooser's places sidebar.
|
||||
</description>
|
||||
</key>
|
||||
<key name="clock-format" enum="org.gtk.gtk4.Settings.FileChooser.ClockFormat">
|
||||
<default>'24h'</default>
|
||||
<summary>Time format</summary>
|
||||
<description>
|
||||
Whether the time is shown in 24h or 12h format.
|
||||
</description>
|
||||
</key>
|
||||
<key name="date-format" enum="org.gtk.gtk4.Settings.FileChooser.DateFormat">
|
||||
<default>'regular'</default>
|
||||
<summary>Date format</summary>
|
||||
<description>
|
||||
The amount of detail to show in the Modified column.
|
||||
</description>
|
||||
</key>
|
||||
<key name="type-format" enum="org.gtk.gtk4.Settings.FileChooser.TypeFormat">
|
||||
<default>'category'</default>
|
||||
<summary>Type format</summary>
|
||||
<description>
|
||||
Different ways to show the 'Type' column information.
|
||||
Example outputs for a video mp4 file:
|
||||
'mime' -> 'video/mp4'
|
||||
'description' -> 'MPEG-4 video'
|
||||
'category' -> 'Video'
|
||||
</description>
|
||||
</key>
|
||||
</schema>
|
||||
|
||||
</schemalist>
|
Reference in New Issue
Block a user