Custom Query (2683 matches)
Results (40 - 42 of 2683)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#441 | fixed | 0.10.5 can't connect to 0.10.4 | ||
Description |
After upgrading client from 0.10.4 to 0.10.5 I can't attach to session still running in 0.10.4 -- xpra appears to establish connection but then immediately crash: 2013-10-15 00:29:37,065 Attached to ssh:######:11 (press Control-C to detach) 2013-10-15 00:29:37,722 error in write format loop Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/xpra/net/protocol.py", line 270, in _write_format_thread_loop self._add_packet_to_queue(*self._get_packet_cb()) File "/usr/lib/python2.7/dist-packages/xpra/net/protocol.py", line 280, in _add_packet_to_queue chunks, proto_flags = self.encode(packet) File "/usr/lib/python2.7/dist-packages/xpra/net/protocol.py", line 413, in encode main_packet, proto_version = self._encoder(packet) File "/usr/lib/python2.7/dist-packages/xpra/net/protocol.py", line 364, in rencode return rencode_dumps(data), Protocol.FLAGS_RENCODE File "rencode.pyx", line 324, in xpra.net.rencode._rencode.dumps (xpra/net/rencode/rencode.c:4023) File "rencode.pyx", line 304, in xpra.net.rencode._rencode.encode (xpra/net/rencode/rencode.c:3832) File "rencode.pyx", line 244, in xpra.net.rencode._rencode.encode_list (xpra/net/rencode/rencode.c:2851) File "rencode.pyx", line 307, in xpra.net.rencode._rencode.encode (xpra/net/rencode/rencode.c:3857) File "rencode.pyx", line 256, in xpra.net.rencode._rencode.encode_dict (xpra/net/rencode/rencode.c:3126) File "rencode.pyx", line 310, in xpra.net.rencode._rencode.encode (xpra/net/rencode/rencode.c:3883) Exception: type <class 'xpra.client.gtk2.client.gtk.gdk.ScreenX11'> not handled 2013-10-15 00:29:37,734 TrayBacking does not have any pixels / format! 2013-10-15 00:29:37,735 TrayBacking does not have any pixels / format! 2013-10-15 00:29:37,735 TrayBacking does not have any pixels / format! 2013-10-15 00:29:37,735 TrayBacking does not have any pixels / format! 2013-10-15 00:29:37,735 TrayBacking does not have any pixels / format! 2013-10-15 00:29:37,739 connection lost: error in network packet write/format: type <class 'xpra.client.gtk2.client.gtk.gdk.ScreenX11'> not handled 2013-10-15 00:29:37,740 connection closed after 37 packets received (0.5M bytes) and 37 packets sent (29K bytes) 2013-10-15 00:29:37,742 Connection lost I use RAW encoding by default. Everything works when I downgrade client back to 0.10.4. |
|||
#447 | fixed | 0.10.7: right-mouse-click/context menu regression on client | ||
Description |
With upgrade to 0.10.7 I lost ability to use context menu in some applications [kate,kmail]: no menu appears when I click right mouse button. Xpra-client prints the following to console: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/xpra/client/ui_client_base.py", line 1203, in _process_new_override_redirect self._process_new_common(packet, True) File "/usr/lib/python2.7/dist-packages/xpra/client/ui_client_base.py", line 1180, in _process_new_common self.make_new_window(wid, x, y, w, h, metadata, override_redirect, client_properties, auto_refresh_delay) File "/usr/lib/python2.7/dist-packages/xpra/client/ui_client_base.py", line 1185, in make_new_window window = ClientWindowClass(self, group_leader_window, wid, x, y, w, h, metadata, override_redirect, client_properties, auto_refresh_delay) File "/usr/lib/python2.7/dist-packages/xpra/client/client_window_base.py", line 42, in __init__ self.setup_window() File "/usr/lib/python2.7/dist-packages/xpra/client/gtk2/client_window.py", line 89, in setup_window GTKClientWindowBase.setup_window(self) File "/usr/lib/python2.7/dist-packages/xpra/client/gtk_base/gtk_client_window_base.py", line 52, in setup_window ClientWindowBase.setup_window(self) File "/usr/lib/python2.7/dist-packages/xpra/client/client_window_base.py", line 57, in setup_window self.new_backing(*self._size) File "/usr/lib/python2.7/dist-packages/xpra/client/gtk2/client_window.py", line 111, in new_backing self._backing = self.make_new_backing(BACKING_CLASS, w, h) File "/usr/lib/python2.7/dist-packages/xpra/client/client_widget_base.py", line 53, in make_new_backing backing.init(w, h) File "/usr/lib/python2.7/dist-packages/xpra/client/gtk2/pixmap_backing.py", line 31, in init if self._has_alpha and HAS_RGBA: NameError: global name 'HAS_RGBA' is not defined Same but with "-d all" verbosity: 2013-10-22 23:44:08,967 focus-in-event for wid=1 2013-10-22 23:44:08,968 _focus_change((<ClientWindow object at 0x44ff140 (xpra+client+gtk2+client_window+ClientWindow at 0x4546180)>, <GParamBoolean 'has-toplevel-focus'>)) wid=1, has-toplevel-focus=True, _been_mapped=True 2013-10-22 23:44:08,968 update_focus(1, True) _focused=None 2013-10-22 23:44:08,968 send_focus(1) 2013-10-22 23:44:08,973 add_packet_to_queue(focus ...) 2013-10-22 23:44:08,974 add_packet_to_queue(button-action ...) 2013-10-22 23:44:08,976 add_packet_to_queue(pointer-position ...) 2013-10-22 23:44:09,048 get_client_window_class({'fullscreen': False, 'has-alpha': True, 'xid': '0x1006ee5', 'pid': 22839, 'window-type': ('POPUP_MENU', 'NORMAL'), 'maximized': False, 'transient-for': 1, 'override-redirect': True}, True) GLClientWindowClass=<class 'xpra.client.gl.gl_client_window.GLClientWindow'>, opengl_enabled=True, mmap_enabled=False, window_types=('POPUP_MENU', 'NORMAL'), encoding=rgb 2013-10-22 23:44:09,048 <class 'xpra.client.gtk2.client_window.ClientWindow'>(<XpraClient object at 0x348edc0 (xpra+client+gtk2+client+XpraClient at 0x2c2dee0)>, <gtk.gdk.Window object at 0x450dfa0 (GdkWindow at 0x2afbd80)>, 109, 1038, 681, 265, 394, {'fullscreen': False, 'has-alpha': True, 'xid': '0x1006ee5', 'pid': 22839, 'window-type': ('POPUP_MENU', 'NORMAL'), 'maximized': False, 'transient-for': 1, 'override-redirect': True}, True, {}, 0) 2013-10-22 23:44:09,049 update_metadata({'fullscreen': False, 'has-alpha': True, 'xid': '0x1006ee5', 'pid': 22839, 'window-type': ('POPUP_MENU', 'NORMAL'), 'maximized': False, 'transient-for': 1, 'override-redirect': True}) 2013-10-22 23:44:09,049 apply_transient_for(1) window=<ClientWindow object at 0x44ff140 (xpra+client+gtk2+client_window+ClientWindow at 0x4546180)> 2013-10-22 23:44:09,049 set_window_type(['POPUP_MENU', 'NORMAL']) hints=9 2013-10-22 23:44:09,049 set_alpha() using rgba colormap for 109, realized=False 2013-10-22 23:44:09,049 set_fullscreen(False) 2013-10-22 23:44:09,050 make_new_backing(<class 'xpra.client.gtk2.pixmap_backing.PixmapBacking'>, 265, 394) effective backing class=<class 'xpra.client.gtk2.pixmap_backing.PixmapBacking'>, alpha=True 2013-10-22 23:44:09,050 make_new_backing(<class 'xpra.client.gtk2.pixmap_backing.PixmapBacking'>, 265, 394) calling init Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/xpra/client/ui_client_base.py", line 1203, in _process_new_override_redirect self._process_new_common(packet, True) File "/usr/lib/python2.7/dist-packages/xpra/client/ui_client_base.py", line 1180, in _process_new_common self.make_new_window(wid, x, y, w, h, metadata, override_redirect, client_properties, auto_refresh_delay) File "/usr/lib/python2.7/dist-packages/xpra/client/ui_client_base.py", line 1185, in make_new_window window = ClientWindowClass(self, group_leader_window, wid, x, y, w, h, metadata, override_redirect, client_properties, auto_refresh_delay) File "/usr/lib/python2.7/dist-packages/xpra/client/client_window_base.py", line 42, in __init__ self.setup_window() File "/usr/lib/python2.7/dist-packages/xpra/client/gtk2/client_window.py", line 89, in setup_window GTKClientWindowBase.setup_window(self) File "/usr/lib/python2.7/dist-packages/xpra/client/gtk_base/gtk_client_window_base.py", line 52, in setup_window ClientWindowBase.setup_window(self) File "/usr/lib/python2.7/dist-packages/xpra/client/client_window_base.py", line 57, in setup_window self.new_backing(*self._size) File "/usr/lib/python2.7/dist-packages/xpra/client/gtk2/client_window.py", line 111, in new_backing self._backing = self.make_new_backing(BACKING_CLASS, w, h) File "/usr/lib/python2.7/dist-packages/xpra/client/client_widget_base.py", line 53, in make_new_backing backing.init(w, h) File "/usr/lib/python2.7/dist-packages/xpra/client/gtk2/pixmap_backing.py", line 31, in init if self._has_alpha and HAS_RGBA: NameError: global name 'HAS_RGBA' is not defined Downgrade to 0.10.6 fixes the issue... |
|||
#549 | fixed | 0.12.0: missing modules when built from source | ||
Description |
While I was trying to build 0.12.0 from source I found that "setup.py" is unable to copy Xpra modules: running build_py file xpra.py (for module xpra) not found file xpra/platform.py (for module xpra.platform) not found file xpra/codecs.py (for module xpra.codecs) not found file xpra/codecs/xor.py (for module xpra.codecs.xor) not found file xpra/scripts.py (for module xpra.scripts) not found file xpra/keyboard.py (for module xpra.keyboard) not found file xpra/net.py (for module xpra.net) not found file xpra/platform/xposix.py (for module xpra.platform.xposix) not found file xpra/server.py (for module xpra.server) not found file xpra/server/stats.py (for module xpra.server.stats) not found file xpra/server/auth.py (for module xpra.server.auth) not found file xpra/gtk_common.py (for module xpra.gtk_common) not found file xpra/clipboard.py (for module xpra.clipboard) not found file xpra/x11.py (for module xpra.x11) not found file xpra/x11/gtk_x11.py (for module xpra.x11.gtk_x11) not found file xpra/x11/bindings.py (for module xpra.x11.bindings) not found file xpra/codecs/argb.py (for module xpra.codecs.argb) not found file xpra/client.py (for module xpra.client) not found file xpra/client/notifications.py (for module xpra.client.notifications) not found file xpra/client/gtk2.py (for module xpra.client.gtk2) not found file xpra/client/gtk_base.py (for module xpra.client.gtk_base) not found file xpra/sound.py (for module xpra.sound) not found file xpra/client/gl.py (for module xpra.client.gl) not found file xpra/codecs/csc_opencl.py (for module xpra.codecs.csc_opencl) not found file xpra/codecs/enc_proxy.py (for module xpra.codecs.enc_proxy) not found file xpra/codecs/enc_x264.py (for module xpra.codecs.enc_x264) not found file xpra/codecs/dec_avcodec.py (for module xpra.codecs.dec_avcodec) not found file xpra/codecs/csc_swscale.py (for module xpra.codecs.csc_swscale) not found file xpra/codecs/csc_cython.py (for module xpra.codecs.csc_cython) not found file xpra/codecs/vpx.py (for module xpra.codecs.vpx) not found file xpra/net/rencode.py (for module xpra.net.rencode) not found file xpra/net/bencode.py (for module xpra.net.bencode) not found creating build setup.py install --force --root=/tmp/buildd/xpra-0.12.0+dfsg/debian/xpra --no-compile -O0 --install-layout=deb build switches: {'csc_swscale': True, 'verbose': False, 'gtk3': False, 'dec_avcodec2': False, 'swscale_static': False, 'webp': True, 'bundle_tests': False, 'avcodec_static': False, 'dec_avcodec': True, 'shadow': True, 'csc_opencl': True, 'x265_static': False, 'opengl': True, 'PIC': True, 'nvenc': False, 'clipboard': True, 'Xdummy': None, 'strict': True, 'qt4': False, 'cymaths': True, 'bencode': True, 'vpx': True, 'gtk2': True, 'csc_nvcuda': False, 'warn': True, 'html5': False, 'x264_static': False, 'argb': True, 'rencode': True, 'avcodec2_static': False, 'sound': True, 'cyxor': True, 'server': True, 'client': True, 'csc_cython': True, 'debug': False, 'x11': True, 'cython_bencode': True, 'vpx_static': False, 'enc_x265': False, 'enc_x264': True} Xdummy build flag: None I've never had this problem before 0.12.0. Please advise. |
Note: See TracQuery
for help on using queries.