uzbl icon indicating copy to clipboard operation
uzbl copied to clipboard

GTK Warnings on run

Open jameskirsop opened this issue 8 years ago • 6 comments

Following on from my thread in #292, logging this as a seperate issue as suggested. The errors below appear to result in Uzbl not being able to render a page in the window.

Commit: v0.9.1-181-g8c423242
GTK compile: 3.22.11
GTK run: 3.22.11
WebKit compile: 2.14.6
WebKit run: 2.14.6
WebKit2: 1
libsoup compile: 2.56.0
libsoup run: 2.56.0

This is all compiled against the latest packages for Raspbian Stretch (which is still, at time of writing, the testing release but part of my troubleshooting for the previously mentioned issue).

Under the above config, when running (as requested in the other thread):

uzbl-core -c /dev/null

I'm seeing these errors:

(uzbl-core:7166): Gtk-WARNING **: Failed to parse /home/pi/.config/gtk-3.0/settings.ini: Key file does not have group 'Settings'

** (WebKitWebProcess:7179): WARNING **: Error writing message header: Error writing to file descriptor: Bad file descriptor

(WebKitWebProcess:7179): Gtk-WARNING **: Failed to parse /home/pi/.config/gtk-3.0/settings.ini: Key file does not have group 'Settings'

jameskirsop avatar May 18 '17 11:05 jameskirsop

I'm not sure what the middle one is about, but the others are a user-local issue. Could you paste the settings.ini file here?

mathstuf avatar May 18 '17 11:05 mathstuf

It appears to be empty, which is strange because apart from the various package upgrades, this is a vanilla installation of raspbian.

On a pi running an older version of raspbian, the setttings.ini file doesn't exist at all. It's running the packaged version of uzbl fine.

jameskirsop avatar May 18 '17 13:05 jameskirsop

That sounds like a GTK bug. The file being empty is just as good as it having an empty [Settings] section.

If you remove the settings.ini file, does the middle error go away?

mathstuf avatar May 18 '17 13:05 mathstuf

the message about message header is about the Web extension. I remember seeing that but don't remember the fix.

are you building the latest master of uzbl?

keis avatar May 18 '17 15:05 keis

@mathstuf, nope - removing the settings.ini file just cleared the two warnings surrounding the middle one - so I'm getting less warnings, but still the one about the message header.

@keis, I'm building against the latest commit on the next branch.

If I try to build against uzbl/master it tries to compile against the webkitgtk-3.0 library files/package, which are packages from webkitgtk 2.4. I'm trying to build against a newer version of webkit (4.0-37 debian package, 2.14 release) to see if the rendering issue in #292 disappears.

jameskirsop avatar May 18 '17 22:05 jameskirsop

i get same error

mb6ockatf avatar Jan 13 '24 19:01 mb6ockatf