After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 767665 - can't run GtkInspector with gnome-terminal
can't run GtkInspector with gnome-terminal
Status: RESOLVED NOTABUG
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-06-14 19:54 UTC by Jeremy Bicha
Modified: 2016-09-04 12:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jeremy Bicha 2016-06-14 19:54:13 UTC
gnome-terminal 3.20.2-1ubuntu1~xenial1
vte 0.44.2-1ubuntu1~xenial1
gtk+ 3.20.6-1ubuntu1~ppa1
All above from the GNOME 3 Staging PPA (Xenial)
Running Ubuntu 16.10 (development, "yakkety")
I get the same results with Fedora 24

I can't get GtkInspector to work with gnome-terminal.

https://wiki.gnome.org/Projects/GTK%2B/Inspector

Steps
=====
1. gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true
2. Open gnome-terminal and press Ctrl+Shift+D

What happens
============
3. gnome-terminal closes

I then tried disabling Keyboard Shortcuts in Edit>Preferences>Shortcuts>Enable shortcuts but it didn't make a difference.
I further tried with Ctrl+Shift+I but that had no effect.

I also tried opening xterm and running
GTK_DEBUG=interactive gnome-terminal
but that didn't work either.
Comment 1 Christian Persch 2016-06-14 20:16:13 UTC
configure with --enable-debug, then from the menubar: Help->Inspector. If you want the GTK_DEBUG env var way, see https://wiki.gnome.org/Apps/Terminal/Debugging for how to do that.
Comment 2 Jeremy Bicha 2016-06-14 20:20:28 UTC
Thank you!

I did read https://wiki.gnome.org/Apps/Terminal/FAQ but I didn't see the other page.
Comment 3 Christian Persch 2016-09-04 12:56:05 UTC
Bug 770245 made this easier now.