diff options
author | Benjamin Otte <otte@redhat.com> | 2019-04-11 23:36:28 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-04-12 00:39:24 +0200 |
commit | 427d216081ea0fd9e2045ec2e3aaed4c5ba56ca6 (patch) | |
tree | c5ba698a268b594edb5eeede59dfcc1230e9e04e | |
parent | dc8b5f75a4900674f15c99e67d112f6c48c7ff38 (diff) | |
download | gtk+-427d216081ea0fd9e2045ec2e3aaed4c5ba56ca6.tar.gz |
inspector: Enable by default
We don't want to stop people from being able to debug GTK applications
by default.
The keybinding also runs last in event delivery, so it doesn't override
existing keybindings anywhere and is therefor safe to enable.
The setting of course should remain, so people who want to lock down
installations, like for kiosks, can turn this off.
-rw-r--r-- | gtk/org.gtk.gtk4.Settings.Debug.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/org.gtk.gtk4.Settings.Debug.gschema.xml b/gtk/org.gtk.gtk4.Settings.Debug.gschema.xml index 0f7b4ba7d4..89428d0c0f 100644 --- a/gtk/org.gtk.gtk4.Settings.Debug.gschema.xml +++ b/gtk/org.gtk.gtk4.Settings.Debug.gschema.xml @@ -3,7 +3,7 @@ <schema id='org.gtk.gtk4.Settings.Debug' path='/org/gtk/gtk4/settings/debug/'> <key name='enable-inspector-keybinding' type='b'> - <default>false</default> + <default>true</default> <summary>Enable inspector keybinding</summary> <description> If this setting is true, GTK lets the user open an interactive |