FS#236 - uzbl-browser and uzbl-tabbed do not respond to the keyboard sometimes
Attached to Project:
Uzbl
Opened by Jason Stumpf (treekindred) - 2010-06-03 01:33:45 AM
Last edited by Brendan Taylor (bct) - 2011-05-23 01:57:17 AM
Opened by Jason Stumpf (treekindred) - 2010-06-03 01:33:45 AM
Last edited by Brendan Taylor (bct) - 2011-05-23 01:57:17 AM
|
DetailsIf there's no uzbl-browser or uzbl-tabbed running, and uzbl-browser is started from dmenu_run, or on a terminal with the command uzbl-browser & exit then it does not respond to the keyboard at all, only to the mouse. In the status bar where it normally says "[Ins]" or "[Cmd]" it just says "[]". If run from the terminal with uzbl-browser &, or just with uzbl-browser, then it works normally. If there's already a working uzbl-browser or uzbl-tabbed running, any new uzbl-browser instances will work properly no matter how they were started.
The same is true of uzbl-tabbed. The version I'm using is Dieterbe-uzbl-2010.04.03-0-gae15d25.tar.gz from the downloads page, and my configuration is the default one from that version. |
This task depends upon
Closed by Brendan Taylor (bct)
2011-05-23 01:57:17 AM
Reason for closing: Works for me
Additional comments about closing: no activity. please reopen if this has not been resolved.
2011-05-23 01:57:17 AM
Reason for closing: Works for me
Additional comments about closing: no activity. please reopen if this has not been resolved.
Is it ok fine after that?
I get following stdout:
uzbl-browser
File "/usr/bin/uzbl-cookie-daemon", line 402
os.chmod(cookie_jar, 0600)
^
SyntaxError: invalid token
File "/usr/bin/uzbl-event-manager", line 161
return u'<handler(%s)>' % ', '.join(elems)
^
SyntaxError: invalid syntax
File "/usr/share/uzbl/examples/data/scripts/scheme.py", line 13
print 'USED'
^
SyntaxError: invalid syntax
** (uzbl-core:12914): WARNING **: Error connecting to socket: /home/rdo/.cache/uzbl/event_daemon
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
talk_to_socket: connect failed (Datei oder Verzeichnis nicht gefunden)
File "/usr/share/uzbl/examples/data/scripts/scheme.py", line 13
print 'USED'
^
PLEASE HELP. I CAN'T WORK WITH AN OTHER BROWSER ANY MORE!!! xD
efreak4u, the problem you're having is separate, it's because the scripts are written in python 2 but your system is running them with python 3. you should be able to fix this (if you have python 2 installed) by changing the #! line at the beginning of the scripts to say "python2" instead of "python".