Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revision
Previous revision
building:advanced [2026/05/29 08:33] – created alexxconsbuilding:advanced [2026/05/29 10:08] (current) – [Use introspection / GtkInspector] alexxcons
Line 48: Line 48:
  
 ''GtkInspector'' is a very nice tool to debug visual things during runtime. First you need to build the project with introspection support:  ''GtkInspector'' is a very nice tool to debug visual things during runtime. First you need to build the project with introspection support: 
 +
 +Pre requirements:
 +
 +  * install package libgirepository1.0-dev
 +  * gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true
 +
 +Building:
  
   meson setup --reconfigure -Dintrospection=true build   meson setup --reconfigure -Dintrospection=true build
   meson compile -C build   meson compile -C build
      
-Then you can start ''GtkInspector'' for the application by pressing [CTRL][SHIFT][D] during runtime+Then you can start ''GtkInspector'' for the application by pressing [CTRL][SHIFT][D] or [CTRL][SHIFT][I] during runtime 
 + 
 +[[https://developer.gnome.org/documentation/tools/inspector.html|Here some general gtk inspector information]]