Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
thunar:dev:using_gtk_inspector [2020/10/03 07:20] – added header and footer nav kevinbowenthunar:dev:using_gtk_inspector [2025/07/18 16:52] (current) – [Thunar - Using gtk inspector] alexxcons
Line 4: Line 4:
  
 <code>- install package libgirepository1.0-dev <code>- install package libgirepository1.0-dev
-./autogen.sh --enable-introspection +meson setup --reconfigure build -Dintrospection=true 
-make+meson compile -C build
 - 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</code>+- CTRL +Shift + I or CTRL +Shift + D</code>
  
 +[[https://wiki.gnome.org/action/show/Projects/GTK/Inspector?action=show&redirect=Projects%2FGTK%2B%2FInspector|Here some general gtk inspector information]]
 ---- ----
 [[:thunar:dev:|Back to Thunar Dev Notes]] [[:thunar:dev:|Back to Thunar Dev Notes]]
  
 [[https://docs.xfce.org/xfce/thunar/start|Back to Thunar main page]] [[https://docs.xfce.org/xfce/thunar/start|Back to Thunar main page]]