FS#19018 - uzbl-tabbed fails to start

Attached to Project: Community Packages
Opened by Orivej Desh (George_K) - Friday, 09 April 2010, 20:49 GMT
Last edited by Ionut Biru (wonder) - Saturday, 01 May 2010, 13:02 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

uzbl-tabbed 2010.03.14-1 when started shows an empty screen with an empty tabs header and browser body for a few (~5) seconds and quits.

After "rm -rf .config/uzbl .cache/uzbl" and killing all the running instances of uzbl parts, "uzbl-tabbed" outputs:

{'cookie_jar': '/home/uj/.local/share/uzbl/cookies.txt',
'cookie_socket': '/home/uj/.cache/uzbl/cookie_daemon_socket',
'cookie_whitelist': '/home/uj/.config/uzbl/cookie_whitelist',
'daemon_mode': True,
'daemon_timeout': 0,
'use_whitelist': False,
'verbose': True}
uzbl-cookie-daemon: entering daemon mode
uzbl-event-manager: will auto close.
uzbl-event-manager: starting event manager.
{'bind.py': '/usr/share/uzbl/examples/data/plugins',
'cmd_expand.py': '/usr/share/uzbl/examples/data/plugins',
'completion.py': '/usr/share/uzbl/examples/data/plugins',
'config.py': '/usr/share/uzbl/examples/data/plugins',
'keycmd.py': '/usr/share/uzbl/examples/data/plugins',
'mode.py': '/usr/share/uzbl/examples/data/plugins',
'on_event.py': '/usr/share/uzbl/examples/data/plugins',
'plugin_template.py': '/usr/share/uzbl/examples/data/plugins',
'progress_bar.py': '/usr/share/uzbl/examples/data/plugins'}
uzbl-event-manager: listening on: /home/uj/.cache/uzbl/event_daemon
uzbl-event-manager: entering daemon mode.
uzbl-tabbed: error: quit timeout expired, sending SIGTERM to uzbl instance

I checked uzbl-git from AUR and the only difference (apart from starting in background) is the last line:

** (uzbl-core:24076): WARNING **: Error connecting to socket: /tmp/uzbltabbed_24075.socket
This task depends upon

Closed by  Ionut Biru (wonder)
Saturday, 01 May 2010, 13:02 GMT
Reason for closing:  Upstream
Additional comments about closing:  see last comment
Comment by Ionut Biru (wonder) - Friday, 09 April 2010, 22:03 GMT
works for me.
Comment by Orivej Desh (George_K) - Friday, 09 April 2010, 22:17 GMT
I ran uzbl-tabbed from a different user and it worked too.
Now, what should I check?
Comment by Ionut Biru (wonder) - Friday, 09 April 2010, 22:19 GMT
if i remember well in ~/.local/share/uzbl is stored the session. try clean that too
Comment by Orivej Desh (George_K) - Friday, 09 April 2010, 22:30 GMT
Thank you. Unfortunately, it didn't help.
Comment by Dieter Plaetinck (Dieter_be) - Saturday, 10 April 2010, 08:01 GMT
after making sure there are no more uzbl processes, remove any leftover uzbl related files in /tmp and try again.
Comment by Orivej Desh (George_K) - Saturday, 10 April 2010, 09:40 GMT
Thanks. Tried with no luck.
Uzbl 2010.04.03-1 in the repos no wonder behaves like from git:

** (uzbl-core:27377): WARNING **: Error connecting to socket: /tmp/uzbltabbed_27376.socket
Comment by Orivej Desh (George_K) - Saturday, 10 April 2010, 15:24 GMT
I've found out that the culprit was unclutter.
When unclutter hides the pointer, uzbl-tabbed crashes like this. Otherwise it starts well.
Starting unclutter with so-called grabpointer method ("unclutter -grab") resolves the issue.
Nevertheless, it still might be the uzbl-tabbed bug. Even uzbl-browser works well with unclutter.
Comment by Ionut Biru (wonder) - Sunday, 11 April 2010, 20:03 GMT
if you consider that is an upstream bug, please report it on uzbl bugtracker.
Comment by Orivej Desh (George_K) - Sunday, 11 April 2010, 21:30 GMT

Loading...