Celeb Glow
updates | March 17, 2026

Is there a way to enable debug inspector on Ubuntu 16.04 (Unity)

I would like to know if it's possible to enable the debug inspector for the latest version of Ubuntu. I installed dconf but there isn't any option to enable the debug inspector and I didn't find information about it.

1 Answer

1) You need to install libgtk-3-dev package:
sudo apt-get install libgtk-3-dev

2) Then you can enable inspector with:
gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy