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
thunar:dev:using_gtk_inspector [2025/07/18 16:52] – [Thunar - Using gtk inspector] alexxconsthunar:dev:using_gtk_inspector [2026/05/29 10:09] (current) – [Thunar - Using gtk inspector] alexxcons
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
 {{ :thunar:dev:thunar.png?nolink|}} {{ :thunar:dev:thunar.png?nolink|}}
-====== Thunar - Using gtk inspector ====== 
  
-<code>- install package libgirepository1.0-dev 
-- meson setup --reconfigure build -Dintrospection=true 
-- meson compile -C build 
-- gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true 
-- start application 
-- 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]] 
- 
-[[https://docs.xfce.org/xfce/thunar/start|Back to Thunar main page]]