FS#210 - starting uzbl-event-manager trought dmenu fails
Attached to Project:
Uzbl
Opened by Pascal Wittmann (pSub) - 2010-02-24 09:14:38 AM
Last edited by Anonymous Submitter - 2010-03-18 08:18:51 AM
Opened by Pascal Wittmann (pSub) - 2010-02-24 09:14:38 AM
Last edited by Anonymous Submitter - 2010-03-18 08:18:51 AM
|
DetailsHello,
I wanted to start uzbl-browser trought dmenu, but got the following error: Traceback (most recent call last): File "/usr/bin/uzbl-event-manager", line 837, in <module> DAEMON_ACTIONS[ACTION]() File "/usr/bin/uzbl-event-manager", line 709, in start_action UzblEventDaemon().run() File "/usr/bin/uzbl-event-manager", line 570, in run daemonize() File "/usr/bin/uzbl-event-manager", line 204, in daemonize sys.stdout.flush() IOError: [Errno 5] Input/output error If I comment line 204 out everything works fine. |
This task depends upon
Closed by Anonymous Submitter
2010-03-18 08:18:51 AM
Reason for closing: Fixed
Additional comments about closing: The fix is in 2010.03.14
2010-03-18 08:18:51 AM
Reason for closing: Fixed
Additional comments about closing: The fix is in 2010.03.14
Comment by Anonymous Submitter -
2010-02-24 10:12:15 PM
It seems I need to enclose line 204 in a "try: .. except IOError: .." statement.