Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
thunar:dev:using_gtk_inspector [2019/09/22 21:49] – created alexxconsthunar:dev:using_gtk_inspector [2020/03/29 10:22] – use <code> tag to keep -- on autogen arguments alexxcons
Line 1: Line 1:
-  - install package libgirepository1.0-dev +<code>- install package libgirepository1.0-dev 
-  - ./autogen.sh --enable-introspection +- ./autogen.sh --enable-introspection 
-  - make +- make 
-  - gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true +- gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true 
-  - start application +- start application 
-  - CTRL +Shift + I+- CTRL +Shift + I</code>