[gsettings-desktop-schemas] media-handling: Treat x-content/ostree-repository as software



commit 6570d5130437cda282d5ec033924dad05832d25f
Author: Philip Withnall <withnall endlessm com>
Date:   Fri Oct 11 16:55:05 2019 +0100

    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>

 schemas/org.gnome.desktop.media-handling.gschema.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]