elementary / default-settings

Default settings for elementary OS
GNU General Public License v3.0
39 stars 28 forks source link

set org.gtk.debug schema during sdk install #296

Open danirabbit opened 7 years ago

danirabbit commented 7 years ago

Porting from https://bugs.launchpad.net/elementaryos/+bug/1324202

So GTK has its sweet new inspector, but it won't open via shortcut unless the org.gtk.debug settings schema is installed. We should set that up when you install the SDK metapackage

cassidyjames commented 4 years ago

So this schema is installed with libgtk-3-dev. But do we want to also enable the keybinding by setting org.gtk.Settings.Debug enable-inspector-keybinding to true?