GTK-for-Windows-Runtime-Env.../gtk-nsis-pack/share/glib-2.0/schemas/org.gnome.desktop.privacy.gschema.xml
2018-08-01 09:07:12 +01:00

64 lines
3.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema id="org.gnome.desktop.privacy" path="/org/gnome/desktop/privacy/">
<key name="hide-identity" type="b">
<default>false</default>
<summary>Controls visibility of personal information</summary>
<description>If set to true, the system will make an effort to
not divulge the users identity on screen or on the network.</description>
</key>
<key name="show-full-name-in-top-bar" type="b">
<default>true</default>
<summary>Show full name in the user menu</summary>
<description>Whether the users full name is shown in the user menu or not.</description>
</key>
<key name="remove-old-trash-files" type="b">
<default>false</default>
<summary>Whether to remove old files from the trash automatically</summary>
<description>If TRUE, automatically remove files from the trash
when they are older than “old-files-age” days.</description>
</key>
<key name="remove-old-temp-files" type="b">
<default>false</default>
<summary>Whether to remove old temporary files automatically</summary>
<description>If TRUE, automatically remove temporary files
when they are older than “old-files-age” days.</description>
</key>
<key name="old-files-age" type="u">
<default>30</default>
<summary>Number of days to keep trash and temporary files</summary>
<description>Consider trash and temporary files old after
this many days.</description>
</key>
<key name="remember-recent-files" type="b">
<default>true</default>
<summary>Whether to remember recently used files</summary>
<description>If FALSE, applications will not remember recently
used files.</description>
</key>
<key name="recent-files-max-age" type="i">
<default>-1</default>
<summary>Number of days to remember recently used files for</summary>
<description>Recently used files will be remembered for this many days.
If set to 0, recent files will not be remembered; if set to -1, they
will be retained indefinitively.</description>
</key>
<key name="remember-app-usage" type="b">
<default>true</default>
<summary>Whether to remember application usage</summary>
<description>If FALSE, application usage will not be monitored
and recorded.</description>
</key>
<key name="send-software-usage-stats" type="b">
<default>false</default>
<summary>Send statistics when applications are removed or installed</summary>
<description>If FALSE, no anonymous installation or removal information will be sent to the vendor.</description>
</key>
<key name="report-technical-problems" type="b">
<default>false</default>
<summary>Send reports of technical problems to the vendor</summary>
<description>If TRUE, anonymized reports will be sent automatically to the vendor.</description>
</key>
</schema>
</schemalist>