I recently installed xpra on Fedora 11, and the keyboard isn't working.
My system is:
$ uname -a
Linux that 2.6.30.9-96.fc11.i586 #1 SMP Tue Nov 3 23:33:04 EST 2009
i686 i686 i386 GNU/Linux
Pasted at the end of this e-mail is what appears to me to be the
relevant bits of the output from both:
$ xpra start --no-daemon -d all :30
and
$ xpra -d all attach :30
when I run DISPLAY=:30 gnome-calculator, and then focus it and start
typing something ("test" in this case, but I only included the first
couple key presses).
I do see in the mailing list archives discussion of what appears to be
the same exception (OverflowError: long int too large to convert to
int) but no apparent resolution.
If there is more useful output that I should be sending, I can include that.
-Ethan
--- output from xpra start --no-daemon -d all :30 ---
got ['focus', 0]
got ['focus', 1]
Giving focus to client
... using XSetInputFocus
Current focus: 0xc00003L, 2
... using WM_TAKE_FOCUS
sending WM_TAKE_FOCUS
sending message to 0xc00003L
Unhandled error while processing packet from peer
Traceback (most recent call last):
File "install/lib/python/xpra/protocol.py", line 126, in _consume_packet
File "install/lib/python/xpra/server.py", line 624, in process_packet
File "install/lib/python/xpra/server.py", line 555, in _process_focus
File "install/lib/python/xpra/server.py", line 430, in _focus
File "install/lib/python/wimpiggy/window.py", line 933, in give_client_focus
File "install/lib/python/wimpiggy/error.py", line 105, in swallow_unsynced
File "install/lib/python/wimpiggy/error.py", line 96, in call_unsynced
File "install/lib/python/wimpiggy/error.py", line 84, in _call
File "install/lib/python/wimpiggy/lowlevel/__init__.py", line 15, in
send_wm_take_focus
File "wimpiggy.lowlevel.bindings.pyx", line 958, in
wimpiggy.lowlevel.bindings.sendClientMessage
OverflowError: long int too large to convert to int
got ['key-action', 1, 't', 1, []]
current mask: set([]), wanted: set([])
Giving focus to client
... using XSetInputFocus
Current focus: 0xc00003L, 2
... using WM_TAKE_FOCUS
sending WM_TAKE_FOCUS
sending message to 0xc00003L
Unhandled error while processing packet from peer
Traceback (most recent call last):
File "install/lib/python/xpra/protocol.py", line 126, in _consume_packet
File "install/lib/python/xpra/server.py", line 624, in process_packet
File "install/lib/python/xpra/server.py", line 560, in _process_key_action
File "install/lib/python/xpra/server.py", line 430, in _focus
File "install/lib/python/wimpiggy/window.py", line 933, in give_client_focus
File "install/lib/python/wimpiggy/error.py", line 105, in swallow_unsynced
File "install/lib/python/wimpiggy/error.py", line 96, in call_unsynced
File "install/lib/python/wimpiggy/error.py", line 84, in _call
File "install/lib/python/wimpiggy/lowlevel/__init__.py", line 15, in
send_wm_take_focus
File "wimpiggy.lowlevel.bindings.pyx", line 958, in
wimpiggy.lowlevel.bindings.sendClientMessage
OverflowError: long int too large to convert to int
got ['key-action', 1, 't', 0, []]
current mask: set([]), wanted: set([])
Giving focus to client
... using XSetInputFocus
Current focus: 0xc00003L, 2
... using WM_TAKE_FOCUS
sending WM_TAKE_FOCUS
sending message to 0xc00003L
Unhandled error while processing packet from peer
Traceback (most recent call last):
File "install/lib/python/xpra/protocol.py", line 126, in _consume_packet
File "install/lib/python/xpra/server.py", line 624, in process_packet
File "install/lib/python/xpra/server.py", line 560, in _process_key_action
File "install/lib/python/xpra/server.py", line 430, in _focus
File "install/lib/python/wimpiggy/window.py", line 933, in give_client_focus
File "install/lib/python/wimpiggy/error.py", line 105, in swallow_unsynced
File "install/lib/python/wimpiggy/error.py", line 96, in call_unsynced
File "install/lib/python/wimpiggy/error.py", line 84, in _call
File "install/lib/python/wimpiggy/lowlevel/__init__.py", line 15, in
send_wm_take_focus
File "wimpiggy.lowlevel.bindings.pyx", line 958, in
wimpiggy.lowlevel.bindings.sendClientMessage
OverflowError: long int too large to convert to int
got ['key-action', 1, 'e', 1, []]
current mask: set([]), wanted: set([])
Giving focus to client
... using XSetInputFocus
Current focus: 0xc00003L, 2
... using WM_TAKE_FOCUS
sending WM_TAKE_FOCUS
sending message to 0xc00003L
Unhandled error while processing packet from peer
Traceback (most recent call last):
File "install/lib/python/xpra/protocol.py", line 126, in _consume_packet
File "install/lib/python/xpra/server.py", line 624, in process_packet
File "install/lib/python/xpra/server.py", line 560, in _process_key_action
File "install/lib/python/xpra/server.py", line 430, in _focus
File "install/lib/python/wimpiggy/window.py", line 933, in give_client_focus
File "install/lib/python/wimpiggy/error.py", line 105, in swallow_unsynced
File "install/lib/python/wimpiggy/error.py", line 96, in call_unsynced
File "install/lib/python/wimpiggy/error.py", line 84, in _call
File "install/lib/python/wimpiggy/lowlevel/__init__.py", line 15, in
send_wm_take_focus
File "wimpiggy.lowlevel.bindings.pyx", line 958, in
wimpiggy.lowlevel.bindings.sendClientMessage
OverflowError: long int too large to convert to int
got ['key-action', 1, 'e', 0, []]
current mask: set([]), wanted: set([])
Giving focus to client
... using XSetInputFocus
Current focus: 0xc00003L, 2
... using WM_TAKE_FOCUS
sending WM_TAKE_FOCUS
sending message to 0xc00003L
Unhandled error while processing packet from peer
Traceback (most recent call last):
File "install/lib/python/xpra/protocol.py", line 126, in _consume_packet
File "install/lib/python/xpra/server.py", line 624, in process_packet
File "install/lib/python/xpra/server.py", line 560, in _process_key_action
File "install/lib/python/xpra/server.py", line 430, in _focus
File "install/lib/python/wimpiggy/window.py", line 933, in give_client_focus
File "install/lib/python/wimpiggy/error.py", line 105, in swallow_unsynced
File "install/lib/python/wimpiggy/error.py", line 96, in call_unsynced
File "install/lib/python/wimpiggy/error.py", line 84, in _call
File "install/lib/python/wimpiggy/lowlevel/__init__.py", line 15, in
send_wm_take_focus
File "wimpiggy.lowlevel.bindings.pyx", line 958, in
wimpiggy.lowlevel.bindings.sendClientMessage
OverflowError: long int too large to convert to int
--- output from xpra -d all attach :30 ---
FocusIn/FocusOut received
event was delivered to window itself
no handler registered for this window, ignoring event
FocusIn/FocusOut received
event was delivered to window itself
no handler registered for this window, ignoring event
sending ['focus', 0]
FocusIn/FocusOut received
event was delivered to window itself
no handler registered for this window, ignoring event
ClientMessage received
event was delivered to window itself
no handler registered for this window, ignoring event
sending ['focus', 1]
FocusIn/FocusOut received
event was delivered to window itself
no handler registered for this window, ignoring event
FocusIn/FocusOut received
event was delivered to window itself
no handler registered for this window, ignoring event
KeyPress event received
event was delivered to window itself
no handler registered for this window, ignoring event
sending ['key-action', 1, 't', True, []]
PropertyNotify event received
event was delivered to window itself
no handler registered for this window, ignoring event
sending ['key-action', 1, 't', False, []]
KeyPress event received
event was delivered to window itself
no handler registered for this window, ignoring event
sending ['key-action', 1, 'e', True, []]
PropertyNotify event received
event was delivered to window itself
no handler registered for this window, ignoring event
sending ['key-action', 1, 'e', False, []]
_______________________________________________
Parti-discuss mailing list
[email protected]
http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss