summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-10-11 16:55:05 +0100
committerCarlos Garnacho <mrgarnacho@gmail.com>2020-07-21 09:53:24 +0000
commit6570d5130437cda282d5ec033924dad05832d25f (patch)
tree05e06a75a720ee46395fae290f6a19492ce1731d /schemas
parent24dcf55ebdb35b3ebcdca36d10f6bfb47ec1b6f2 (diff)
downloadgsettings-desktop-schemas-6570d5130437cda282d5ec033924dad05832d25f.tar.gz
media-handling: Treat x-content/ostree-repository as software
It’s recently been added to shared-mime-info, in parallel with `x-content/unix-software`: https://gitlab.freedesktop.org/xdg/shared-mime-info/merge_requests/22. Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.gnome.desktop.media-handling.gschema.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/org.gnome.desktop.media-handling.gschema.xml.in b/schemas/org.gnome.desktop.media-handling.gschema.xml.in
index c3bf1e6..a2e84d7 100644
--- a/schemas/org.gnome.desktop.media-handling.gschema.xml.in
+++ b/schemas/org.gnome.desktop.media-handling.gschema.xml.in
@@ -17,7 +17,7 @@
<description>If set to true, then Nautilus will never prompt nor autorun/autostart programs when a medium is inserted.</description>
</key>
<key name="autorun-x-content-start-app" type="as">
- <default>[ 'x-content/unix-software' ]</default>
+ <default>[ 'x-content/unix-software', 'x-content/ostree-repository' ]</default>
<summary>List of x-content/* types where the preferred application will be launched</summary>
<description>List of x-content/* types for which the user have chosen to start an application in the preference capplet. The preferred application for the given type will be started on insertion on media matching these types.</description>
</key>