summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2020-12-17 14:30:50 +0000
committerAntónio Fernandes <antoniof@gnome.org>2021-02-06 18:20:10 +0000
commit986cb10808b2adff0c8667ac141f13c7665b49c7 (patch)
treeb9d8caab1ad9e5404305a98eddd2496a5df73127 /data
parent64326f0331a3df62708d87868bc8e7dab0f8597e (diff)
downloadnautilus-986cb10808b2adff0c8667ac141f13c7665b49c7.tar.gz
preferences: Drop executable-text-activation setting
Whe the ASK option gone, the only alternative to the default is RUN. This option is not safe: it's too easy to accidentally run programs. Now we have a "Run as a Program" action in the context menu, which is available by default (no configuration required) and safe (clearly labeled, intentionally chosen). So, remove the RUN option is no longer necessary, and with it we can remove the preference from both the UI and GSettings schemas. Closes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1700 Discussed in https://gitlab.gnome.org/GNOME/nautilus/-/issues/443
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.nautilus.gschema.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index 68d234d63..e03127e0b 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -120,11 +120,6 @@
<summary>Type of click used to launch/open files</summary>
<description>Possible values are “single” to launch files on a single click, or “double” to launch them on a double click.</description>
</key>
- <key name="executable-text-activation" enum="org.gnome.nautilus.ActivationChoice">
- <default>'display'</default>
- <summary>What to do with executable text files when activated</summary>
- <description>What to do with executable text files when they are activated (single or double clicked). Possible values are “launch” to launch them as programs, and “display” to display them as text files.</description>
- </key>
<key type="b" name="install-mime-activation">
<default>true</default>
<summary>Show the package installer for unknown MIME types</summary>