diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-23 01:08:38 +0100 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-23 01:08:38 +0100 |
commit | 8e5bc917659288a257d5de9827458039f5498ef5 (patch) | |
tree | 23adb70c5e1e8b7aa53f9a604f21987ba89d15a4 /Release/share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml | |
parent | fe610572ba73898ce159fb70b9fa9a4cccffd331 (diff) |
OpenGL rendering added, cleaned up paths
Diffstat (limited to 'Release/share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml')
-rw-r--r-- | Release/share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Release/share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml b/Release/share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml deleted file mode 100644 index 355bb36..0000000 --- a/Release/share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0"?> -<schemalist> - <schema id="org.gnome.desktop.thumbnailers" path="/org/gnome/desktop/thumbnailers/"> - <key name="disable-all" type="b"> - <default>false</default> - <summary>Disable all external thumbnailers</summary> - <description> - Set to true to disable all external thumbnailer programs, - independent on whether they are independently disabled/enabled. - </description> - </key> - - <key name="disable" type="as"> - <default>[]</default> - <summary> - List of mime-types for which external thumbnailer - programs will be disabled - </summary> - <description> - Thumbnails will not be created for files whose mime-type is - contained in the list. - </description> - </key> - </schema> -</schemalist> |