On 02-06-2019 02:51, Alex X wrote:
Cool, I didn't even know something like that existed. Is there any way to pop it up programmatically(as once it's closed it's gone ;/). I'd like to assign a hot key to it.
You can enable the hot key by running the following command:
gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true
Then control+shift-D
or control+shift-I
will open the GtkInspector.
Also, any more useful commands like that?
[I found https://developer.gnome.org/gtk3/stable/gtk-running.html#GTK-Debug-Options which seems to list them. Doesn't say how to do multiple ones. CSV's? SSV's?]
That are the ones that are supported, multiple options can be passed by
separating them with a comma.
--gtk-debug=size-request,interactive
or by passing --gtk-debug more than once:
--gtk-debug=size-request --gtk-debug=interactive