From 744613caa871bccf3d490b11bfd6c16b180e79f7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:17:06 +0200 Subject: Adding upstream version 43.0. Signed-off-by: Daniel Baumann --- ...org.gnome.desktop.media-handling.gschema.xml.in | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 schemas/org.gnome.desktop.media-handling.gschema.xml.in (limited to 'schemas/org.gnome.desktop.media-handling.gschema.xml.in') diff --git a/schemas/org.gnome.desktop.media-handling.gschema.xml.in b/schemas/org.gnome.desktop.media-handling.gschema.xml.in new file mode 100644 index 0000000..a2e84d7 --- /dev/null +++ b/schemas/org.gnome.desktop.media-handling.gschema.xml.in @@ -0,0 +1,35 @@ + + + + + true + Whether to automatically mount media + If set to true, then Nautilus will automatically mount media such as user-visible hard disks and removable media on start-up and media insertion. + + + true + Whether to automatically open a folder for automounted media + If set to true, then Nautilus will automatically open a folder when media is automounted. This only applies to media where no known x-content/* type was detected; for media where a known x-content type is detected, the user configurable action will be taken instead. + + + false + Never prompt or autorun/autostart programs when media are inserted + If set to true, then Nautilus will never prompt nor autorun/autostart programs when a medium is inserted. + + + [ 'x-content/unix-software', 'x-content/ostree-repository' ] + List of x-content/* types where the preferred application will be launched + 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. + + + [] + List of x-content/* types set to “Do Nothing” + List of x-content/* types for which the user have chosen “Do Nothing” in the preference capplet. No prompt will be shown nor will any matching application be started on insertion of media matching these types. + + + [] + List of x-content/* types set to “Open Folder” + List of x-content/* types for which the user have chosen “Open Folder” in the preferences capplet. A folder window will be opened on insertion of media matching these types. + + + -- cgit v1.2.3