dot/.local/share/gnome-shell/extensions/update-extensions@franglais.../schemas/org.gnome.shell.extensions....

44 lines
1.5 KiB
XML
Raw Normal View History

2020-05-11 09:16:27 +00:00
<schemalist gettext-domain="gnome-shell-extensions">
<enum id='org.gnome.shell.extensions.update-extensions.interval-unit'>
<value value='0' nick='hours'/>
<value value='1' nick='days'/>
<value value='2' nick='weeks'/>
</enum>
<schema id="org.gnome.shell.extensions.update-extensions"
path="/org/gnome/shell/extensions/update-extensions/">
<key type="i" name="check-interval">
<default>1</default>
<summary>Interval between updates check</summary>
<description>Time to wait between two automatic checks</description>
<range min="1"/>
</key>
<key name="transient" type="b">
<default>false</default>
<summary>Use transient notifications (auto dismiss)</summary>
<description></description>
</key>
<key name="interval-unit" enum="org.gnome.shell.extensions.update-extensions.interval-unit">
<default>"days"</default>
<summary>Unit to use for the interval</summary>
<description>0: hours, 1: days, 2: weeks</description>
</key>
<key name="last-check-date-double" type="d">
<default>0</default>
<summary>Date and time of the last time a check for updates was run.</summary>
<description>This is stored and used on the next boot.</description>
</key>
<key name="system-wide-ext" type="b">
<default>false</default>
<summary>Check for updates for all extensions, including system-wide ones</summary>
<description></description>
</key>
</schema>
</schemalist>