Ubuntu Webkit浏览器';s的检查员遗漏了一些东西

Ubuntu Webkit浏览器';s的检查员遗漏了一些东西,ubuntu,webkit,gtk,gtk3,Ubuntu,Webkit,Gtk,Gtk3,我正在使用Webkit浏览器检查器,比如 当我在Ubuntu12.10中运行它时,我在使用inspector时会出错。例如: ** Message: console message: file:///usr/share/webkitgtk-1.0/webinspector/UIString.js @42: Localized string "Go to line" not found. ** Message: console message: file:///usr/share/webkitg

我正在使用Webkit浏览器检查器,比如

当我在Ubuntu12.10中运行它时,我在使用inspector时会出错。例如:

** Message: console message: file:///usr/share/webkitgtk-1.0/webinspector/UIString.js @42: Localized string "Go to line" not found.

** Message: console message: file:///usr/share/webkitgtk-1.0/webinspector/UIString.js @42: Localized string "Filter" not found.

** Message: console message: file:///usr/share/webkitgtk-1.0/webinspector/UIString.js @42: Localized string "Search Previous" not found.

** Message: console message: file:///usr/share/webkitgtk-1.0/webinspector/UIString.js @42: Localized string "Search Next" not found.

** Message: console message: file:///usr/share/webkitgtk-1.0/webinspector/UIString.js @42: Localized string "α:" not found.

** Message: console message: file:///usr/share/webkitgtk-1.0/webinspector/UIString.js @42: Localized string "%d of %d" not found.


(geany:2487): Gdk-CRITICAL **: IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' failed
** Message: console message: file:///usr/share/webkitgtk-1.0/webinspector/UIString.js @42: Localized string "Sources Panel" not found.

** Message: console message: file:///usr/share/webkitgtk-1.0/webinspector/UIString.js @42: Localized string "Toggle breakpoint" not found.

** Message: console message: file:///usr/share/webkitgtk-1.0/webinspector/UIString.js @42: Localized string "Painting" not found.
我还注意到,当控制台位于下半部分时,面包屑/滑块栏不会显示:

在早期版本中我不记得这一点,当我使用GTK3版本时(
from gi.repository import WebKit
etc),它也有类似的问题,更糟糕的是,滚动条的顶部和底部都没有箭头。我是否缺少初始化Webkit检查器或其英语语言环境的步骤

我想调试这个问题,但由于inspector对象不是webview对象,我不确定是否可以将inspector添加到inspector?(例如,当检查器是Chrome/Chrome中自己的窗口时,如何使用F12,这样可以调试该检查器)。这应该是可能的,但是

更新: 我在12.04 Ubuntu上测试了这个,没有注意到上面的问题。我报告了一个错误。这是否与每台12.10计算机中的某些软件包冲突,或者我的配置设置不正确

更新:
同样的问题也发生在13.04中。

我在谷歌Chrome的一些早期版本中也遇到了同样的问题。
解决这个问题的唯一办法是重新启动web检查器

对于gtk库可用的主题,这甚至可能是一个问题。如果是这样的话,我也不会感到惊讶,因为gtk的变化是恒定的。当您尝试更改环境的主题,然后重新启动应用程序(我猜是tunesviewer,对吧?)时会发生什么情况。无论GTK主题如何,我都会遇到同样的问题。这个问题在Tunesviewer以及任何基于Python的Webkit视图中都存在。(即使是这样一个简单的例子:)哼,奇怪。是我在纯Debian系统中看到的。@rbrito您能检查一下它使用的是哪个版本的gtk和python webkit gtk吗?另外,它是哪个版本的webkit?(
navigator.userAgent
将为您提供Webkit/versionnumber)它也发生在Midori中(但不是Chromium),因此我认为Python GTK中没有任何错误。