Xpra: Ticket #327: client side X crash on window resize with fglrx-13.1

I experience X crashes when I resize (enlarge) windows in attached xpra session on Radeon HD7750 with "fglrx-13.1" driver (KDE desktop environment).

Crash is very easy to reproduce by resizing emacs window in xpra session (wherever xpra uses OpenGL or not). It takes only few seconds of resizing emacs window while it's content is rendering to segfault X. If window manager is configured to show only window border during resize then crash is likely to happen on mouse button release.

I reproduced with server-0.9.0 and all released versions going back from trunk-r3156 to 0.3.11 as clients.

The effect is purely in client-side acceleration although it is triggered (or amplified) by Xpra. Resizing emacs window without xpra is OK. I can't reproduce this crash without Xpra at all.

I tried to selectively disable various acceleration methods but only complete disable (Option "Accel" "0") helped. Typically crash looks like this (from /var/log/Xorg.0.log):

    [  1116.001] Backtrace:
    [  1116.001] 0: /usr/bin/X (xorg_backtrace+0x36) [0x7f9befa3fd06]
    [  1116.002] 1: /usr/bin/X (0x7f9bef8c1000+0x182859) [0x7f9befa43859]
    [  1116.002] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f9beebe9000+0xf030) [0x7f9beebf8030]
    [  1116.002] 3: /usr/lib/x86_64-linux-gnu/libpixman-1.so.0 (0x7f9bee963000+0x727e0) [0x7f9bee9d57e0]
    [  1116.002] 4: /usr/lib/x86_64-linux-gnu/libpixman-1.so.0 (0x7f9bee963000+0x72b5f) [0x7f9bee9d5b5f]
    [  1116.002] 5: /usr/lib/x86_64-linux-gnu/libpixman-1.so.0 (pixman_blt+0x52) [0x7f9bee96d8b2]
    [  1116.002] 6: /usr/lib/xorg/modules/libfb.so (fbCopyNtoN+0x2c9) [0x7f9bea50e469]
    [  1116.002] 7: /usr/lib/xorg/modules/glesx.so (0x7f9be7d7c000+0x82101) [0x7f9be7dfe101]
    [  1116.002] 8: /usr/lib/xorg/modules/glesx.so (0x7f9be7d7c000+0x8429b) [0x7f9be7e0029b]
    [  1116.002] 9: /usr/bin/X (0x7f9bef8c1000+0x110a79) [0x7f9bef9d1a79]
    [  1116.002] 10: /usr/bin/X (0x7f9bef8c1000+0x1099d4) [0x7f9bef9ca9d4]
    [  1116.002] 11: /usr/bin/X (0x7f9bef8c1000+0x52e61) [0x7f9bef913e61]
    [  1116.002] 12: /usr/bin/X (0x7f9bef8c1000+0x41ec5) [0x7f9bef902ec5]
    [  1116.002] 13: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xfd) [0x7f9bed910ead]
    [  1116.002] 14: /usr/bin/X (0x7f9bef8c1000+0x4219d) [0x7f9bef90319d]
    [  1116.002]
    [  1116.002] Segmentation fault at address 0x7f9bcdc50000

Clearly it is a bug in driver however because this issue manifests (only?) in xpra it would be nice to double check if xpra doesn't do anything deprecated as well as to understand what explodes fglrx and possibly make a test case.

Ideally it would be good to have a (temporary) workaround for this.

Here is client xpra log taken with "-d all" up until X crash:

xpra client version 0.9.0
2013-04-27 21:27:50,101 found rencode version 1.0.2
2013-04-27 21:27:50,144 cyxor loaded
[....]
2013-04-27 21:27:50,726 Attached to :11 (press Control-C to detach)
2013-04-27 21:27:50,726 clipboard_toggled enabled=True, server_supports_clipboard=True
2013-04-27 21:27:50,727 send clipboard token: CLIPBOARD
2013-04-27 21:27:50,727 send clipboard token: PRIMARY
2013-04-27 21:27:50,727 send clipboard token: SECONDARY
2013-04-27 21:27:50,757 ping echo server load=(1090, 1120, 790), measured client latency=-1ms
2013-04-27 21:27:50,758 new hidden group leader window <gtk.gdk.Window object at 0x1bbee10 (GdkWindow at 0x1973240)> for pid=31947
2013-04-27 21:27:50,759 window types=('_NET_WM_WINDOW_TYPE_NORMAL',)
2013-04-27 21:27:50,766 property_changed: _NET_WM_NAME
2013-04-27 21:27:50,766 property_changed: WM_NAME
2013-04-27 21:27:50,766 property_changed: _NET_WM_ICON_NAME
2013-04-27 21:27:50,766 property_changed: WM_ICON_NAME
2013-04-27 21:27:50,767 property_changed: WM_CLASS
2013-04-27 21:27:50,767 property_changed: WM_PROTOCOLS
2013-04-27 21:27:50,767 property_changed: WM_NORMAL_HINTS
2013-04-27 21:27:50,767 property_changed: WM_CLIENT_MACHINE
2013-04-27 21:27:50,767 property_changed: WM_LOCALE_NAME
2013-04-27 21:27:50,767 property_changed: _NET_WM_PID
2013-04-27 21:27:50,768 property_changed: WM_CLIENT_LEADER
2013-04-27 21:27:50,768 property_changed: _NET_WM_USER_TIME_WINDOW
2013-04-27 21:27:50,768 property_changed: _NET_WM_WINDOW_TYPE
2013-04-27 21:27:50,768 property_changed: _NET_WM_SYNC_REQUEST_COUNTER
2013-04-27 21:27:50,768 property_changed: _NET_WM_ICON
2013-04-27 21:27:50,769 _process_window_icon([1, 48, 48, 'png'],3888 bytes)
2013-04-27 21:27:50,778 property_changed: _KDE_NET_WM_USER_CREATION_TIME
2013-04-27 21:27:50,780 property_changed: WM_NORMAL_HINTS
2013-04-27 21:27:50,780 property_changed: WM_HINTS
2013-04-27 21:27:50,980 property_changed: _NET_WM_STATE
2013-04-27 21:27:50,980 Got map event: <gtk.gdk.Event at 0x1c1ad78: GDK_MAP>
2013-04-27 21:27:50,999 set_workspace() workspace=-1
2013-04-27 21:27:51,000 map-window for wid=1 with client props={}
2013-04-27 21:27:51,001 property_changed: WM_STATE
2013-04-27 21:27:51,001 property_changed: _NET_FRAME_EXTENTS
2013-04-27 21:27:51,001 property_changed: _KDE_NET_WM_FRAME_STRUT
2013-04-27 21:27:51,002 property_changed: _NET_WM_DESKTOP
2013-04-27 21:27:51,002 xget_u32_property(<gtk.gdk.Window object at 0x1bd4140 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:27:51,002 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd4140 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:27:51,003 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:27:51,003 property_changed: _KDE_NET_WM_TAB_GROUP
2013-04-27 21:27:51,003 property_changed: _KDE_NET_WM_TAB_GROUP
2013-04-27 21:27:51,004 property_changed: _NET_WM_ALLOWED_ACTIONS
2013-04-27 21:27:51,119 property_changed: _NET_WM_STATE
2013-04-27 21:27:51,120 _focus_change((<ClientWindow object at 0x1bdecd0 (xpra+client_window+ClientWindow at 0x1c7a090)>, <GParamBoolean 'has-toplevel-focus'>))
2013-04-27 21:27:51,120 update_focus(1,True) _focused=None
2013-04-27 21:27:51,122 Got configure event: <gtk.gdk.Event at 0x1c1ad78: GDK_CONFIGURE x=2, y=57, width=672, height=577>
2013-04-27 21:27:51,124 xget_u32_property(<gtk.gdk.Window object at 0x1bd4230 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:27:51,124 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd4230 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:27:51,124 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:27:51,340 property_changed: _NET_WM_ICON
2013-04-27 21:27:51,341 property_changed: WM_HINTS
2013-04-27 21:27:51,341 property_changed: WM_HINTS
2013-04-27 21:27:51,341 server has resized the desktop to: 4800x1200 (max 5120x3200)
2013-04-27 21:27:51,342 _focus_change(())
2013-04-27 21:27:51,342 update_focus(1,True) _focused=1
2013-04-27 21:27:51,560 send_key_action(1, Control_L, True, [], 65507, , 37, 0, 1)
2013-04-27 21:27:51,571 property_changed: _NET_WM_USER_TIME
2013-04-27 21:27:52,134 property_changed: _NET_WM_ICON_GEOMETRY
2013-04-27 21:27:52,761 send_key_action(1, Control_L, False, ['control'], 65507, , 37, 0, 1)
2013-04-27 21:27:53,814 setting new cursor: left_ptr=<enum GDK_LEFT_PTR of type GdkCursorType>
2013-04-27 21:27:54,069 _focus_change((<ClientWindow object at 0x1bdecd0 (xpra+client_window+ClientWindow at 0x1c7a090)>, <GParamBoolean 'has-toplevel-focus'>))
2013-04-27 21:27:54,069 update_focus(1,False) _focused=1
2013-04-27 21:28:00,434 average server latency=29.9, using max wait 1.06s
2013-04-27 21:28:00,435 ping echo server load=(920, 1090, 780), measured client latency=4ms
2013-04-27 21:28:10,435 average server latency=15.7, using max wait 1.03s
2013-04-27 21:28:10,436 ping echo server load=(780, 1050, 770), measured client latency=1ms
2013-04-27 21:28:20,436 average server latency=11.4, using max wait 1.02s
2013-04-27 21:28:20,437 ping echo server load=(740, 1030, 770), measured client latency=2ms
2013-04-27 21:28:30,436 average server latency=9.1, using max wait 1.02s
2013-04-27 21:28:30,438 ping echo server load=(780, 1030, 770), measured client latency=2ms
2013-04-27 21:28:40,437 average server latency=7.7, using max wait 1.02s
2013-04-27 21:28:40,438 ping echo server load=(660, 1000, 770), measured client latency=1ms
2013-04-27 21:28:50,437 average server latency=6.7, using max wait 1.01s
2013-04-27 21:28:50,439 ping echo server load=(560, 960, 760), measured client latency=1ms
2013-04-27 21:28:50,729 check_echo_timeout(1367062070728) last_ping_echoed_time=1367062130437
2013-04-27 21:29:00,434 check_echo_timeout(1367062080434) last_ping_echoed_time=1367062130437
2013-04-27 21:29:00,438 average server latency=6.0, using max wait 1.01s
2013-04-27 21:29:00,439 ping echo server load=(470, 930, 750), measured client latency=1ms
2013-04-27 21:29:10,435 check_echo_timeout(1367062090434) last_ping_echoed_time=1367062140438
2013-04-27 21:29:10,438 average server latency=5.4, using max wait 1.01s
2013-04-27 21:29:10,439 ping echo server load=(400, 900, 740), measured client latency=1ms
2013-04-27 21:29:20,437 check_echo_timeout(1367062100435) last_ping_echoed_time=1367062150438
2013-04-27 21:29:20,438 average server latency=5.0, using max wait 1.01s
2013-04-27 21:29:20,440 ping echo server load=(420, 890, 740), measured client latency=1ms
2013-04-27 21:29:30,437 check_echo_timeout(1367062110436) last_ping_echoed_time=1367062160438
2013-04-27 21:29:30,438 average server latency=4.7, using max wait 1.01s
2013-04-27 21:29:30,440 ping echo server load=(350, 860, 730), measured client latency=1ms
2013-04-27 21:29:40,437 check_echo_timeout(1367062120437) last_ping_echoed_time=1367062170438
2013-04-27 21:29:40,439 average server latency=4.5, using max wait 1.01s
2013-04-27 21:29:40,440 ping echo server load=(530, 880, 740), measured client latency=1ms
2013-04-27 21:29:45,249 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=96, height=97>
2013-04-27 21:29:45,250 xget_u32_property(<gtk.gdk.Window object at 0x1bd1230 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:45,250 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1230 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:45,251 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:45,256 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=96, height=97>
2013-04-27 21:29:45,302 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:45,302 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:45,303 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:45,304 _process_window_resized resizing window <ClientWindow object at 0x1bdecd0 (xpra+client_window+ClientWindow at 0x1c7a090)> (id=1) to (288, 129)
2013-04-27 21:29:45,366 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=129>
2013-04-27 21:29:45,411 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:45,411 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:45,411 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:45,412 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=129>
2013-04-27 21:29:45,430 xget_u32_property(<gtk.gdk.Window object at 0x1bd1230 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:45,430 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1230 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:45,430 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:45,431 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=129>
2013-04-27 21:29:45,432 xget_u32_property(<gtk.gdk.Window object at 0x1bd1230 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:45,432 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1230 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:45,432 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:45,507 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=48, height=81>
2013-04-27 21:29:45,517 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:45,517 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:45,517 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:45,518 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=48, height=81>
2013-04-27 21:29:45,522 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:45,522 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:45,522 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:45,899 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=56, height=81>
2013-04-27 21:29:45,909 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:45,910 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:45,910 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:45,910 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=56, height=81>
2013-04-27 21:29:45,913 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:45,913 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:45,913 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,015 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=64, height=81>
2013-04-27 21:29:46,030 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,031 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,031 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,032 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=64, height=81>
2013-04-27 21:29:46,040 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,040 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,040 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,110 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=72, height=81>
2013-04-27 21:29:46,113 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,113 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,113 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,115 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=72, height=81>
2013-04-27 21:29:46,131 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,131 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,131 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,214 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=80, height=81>
2013-04-27 21:29:46,234 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,235 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,235 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,235 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=80, height=81>
2013-04-27 21:29:46,238 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,238 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,238 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,323 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=88, height=81>
2013-04-27 21:29:46,338 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,339 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,339 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,339 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=88, height=81>
2013-04-27 21:29:46,342 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,342 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,342 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,428 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=96, height=97>
2013-04-27 21:29:46,447 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,447 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,448 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,449 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=96, height=97>
2013-04-27 21:29:46,456 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,456 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,457 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,560 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=104, height=97>
2013-04-27 21:29:46,596 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,611 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,612 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,612 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=104, height=97>
2013-04-27 21:29:46,626 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,626 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,627 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,818 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=112, height=113>
2013-04-27 21:29:46,848 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,848 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,848 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,849 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=112, height=113>
2013-04-27 21:29:46,866 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:46,867 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:46,867 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:46,988 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=120, height=113>
2013-04-27 21:29:47,004 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,004 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,004 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,005 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=120, height=113>
2013-04-27 21:29:47,013 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,014 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,014 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,117 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=128, height=129>
2013-04-27 21:29:47,137 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,137 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,137 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,138 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=128, height=129>
2013-04-27 21:29:47,146 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,146 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,147 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,246 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=136, height=129>
2013-04-27 21:29:47,250 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,250 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,250 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,251 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=136, height=129>
2013-04-27 21:29:47,290 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,290 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,291 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,375 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=144, height=145>
2013-04-27 21:29:47,400 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,400 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,401 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,401 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=144, height=145>
2013-04-27 21:29:47,414 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,414 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,415 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,451 _process_window_resized resizing window <ClientWindow object at 0x1bdecd0 (xpra+client_window+ClientWindow at 0x1c7a090)> (id=1) to (288, 145)
2013-04-27 21:29:47,513 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=145>
2013-04-27 21:29:47,539 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,539 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,539 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,541 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=145>
2013-04-27 21:29:47,544 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,544 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,545 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,545 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=145>
2013-04-27 21:29:47,545 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,546 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,546 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,640 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=144, height=145>
2013-04-27 21:29:47,671 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,672 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,672 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,672 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=144, height=145>
2013-04-27 21:29:47,686 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,686 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,687 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,753 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=152, height=145>
2013-04-27 21:29:47,759 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,760 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,760 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,760 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=152, height=145>
2013-04-27 21:29:47,810 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,811 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,811 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,958 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=160, height=161>
2013-04-27 21:29:47,983 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,983 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,983 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:47,984 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=160, height=161>
2013-04-27 21:29:47,996 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:47,997 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:47,997 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,033 _process_window_resized resizing window <ClientWindow object at 0x1bdecd0 (xpra+client_window+ClientWindow at 0x1c7a090)> (id=1) to (288, 161)
2013-04-27 21:29:48,089 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=161>
2013-04-27 21:29:48,114 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,114 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,114 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,115 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=161>
2013-04-27 21:29:48,121 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,121 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,121 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,122 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=161>
2013-04-27 21:29:48,123 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,123 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,123 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,218 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=160, height=161>
2013-04-27 21:29:48,237 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,238 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,238 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,239 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=160, height=161>
2013-04-27 21:29:48,248 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,248 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,248 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,353 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=168, height=161>
2013-04-27 21:29:48,398 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,398 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,398 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,399 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=168, height=161>
2013-04-27 21:29:48,411 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,412 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,412 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,560 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=176, height=177>
2013-04-27 21:29:48,605 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,605 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,605 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,607 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=176, height=177>
2013-04-27 21:29:48,653 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,653 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,653 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,680 _process_window_resized resizing window <ClientWindow object at 0x1bdecd0 (xpra+client_window+ClientWindow at 0x1c7a090)> (id=1) to (288, 177)
2013-04-27 21:29:48,745 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=177>
2013-04-27 21:29:48,772 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,772 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,772 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,773 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=177>
2013-04-27 21:29:48,800 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,801 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,801 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,801 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=177>
2013-04-27 21:29:48,807 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,808 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,808 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,910 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=176, height=177>
2013-04-27 21:29:48,930 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,931 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,931 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:48,931 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=176, height=177>
2013-04-27 21:29:48,944 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:48,944 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:48,944 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:49,025 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=184, height=177>
2013-04-27 21:29:49,051 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:49,051 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:49,051 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:49,052 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=184, height=177>
2013-04-27 21:29:49,064 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:49,065 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:49,065 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:49,229 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=192, height=193>
2013-04-27 21:29:49,279 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:49,279 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:49,280 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:49,280 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=192, height=193>
2013-04-27 21:29:49,293 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:49,293 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:49,293 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:49,320 _process_window_resized resizing window <ClientWindow object at 0x1bdecd0 (xpra+client_window+ClientWindow at 0x1c7a090)> (id=1) to (288, 193)
2013-04-27 21:29:49,400 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=193>
2013-04-27 21:29:49,404 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:49,405 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:49,405 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:49,405 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=193>
2013-04-27 21:29:49,439 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:49,439 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:49,440 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:49,441 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=193>
2013-04-27 21:29:49,442 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:49,442 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:49,442 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:49,558 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=192, height=193>
2013-04-27 21:29:49,575 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:49,576 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:49,576 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:49,576 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=192, height=193>
2013-04-27 21:29:49,586 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:49,586 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:49,587 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:49,731 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=200, height=193>
2013-04-27 21:29:49,756 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:49,756 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:49,756 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:49,757 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=200, height=193>
2013-04-27 21:29:49,770 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:49,770 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:49,770 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:49,941 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=208, height=209>
2013-04-27 21:29:49,986 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:49,986 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:49,987 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:49,987 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=208, height=209>
2013-04-27 21:29:50,000 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,004 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,005 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,026 _process_window_resized resizing window <ClientWindow object at 0x1bdecd0 (xpra+client_window+ClientWindow at 0x1c7a090)> (id=1) to (288, 209)
2013-04-27 21:29:50,109 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=209>
2013-04-27 21:29:50,155 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,156 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,156 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,156 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=209>
2013-04-27 21:29:50,166 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,166 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,166 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,166 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=209>
2013-04-27 21:29:50,167 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,167 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,167 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,316 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=208, height=209>
2013-04-27 21:29:50,329 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,329 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,329 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,330 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=208, height=209>
2013-04-27 21:29:50,335 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,335 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,335 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,396 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=216, height=209>
2013-04-27 21:29:50,434 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,434 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,435 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,436 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=216, height=209>
2013-04-27 21:29:50,454 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,454 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,455 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,456 average server latency=4.2, using max wait 1.01s
2013-04-27 21:29:50,456 check_echo_timeout(1367062130437) last_ping_echoed_time=1367062180439
2013-04-27 21:29:50,470 ping echo server load=(680, 900, 750), measured client latency=1ms
2013-04-27 21:29:50,597 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=224, height=225>
2013-04-27 21:29:50,629 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,630 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,630 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,631 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=224, height=225>
2013-04-27 21:29:50,642 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,642 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,642 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,671 _process_window_resized resizing window <ClientWindow object at 0x1bdecd0 (xpra+client_window+ClientWindow at 0x1c7a090)> (id=1) to (288, 225)
2013-04-27 21:29:50,755 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=225>
2013-04-27 21:29:50,786 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,787 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,787 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,787 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=225>
2013-04-27 21:29:50,815 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,816 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,816 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,817 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=225>
2013-04-27 21:29:50,833 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,833 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,833 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,945 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=224, height=225>
2013-04-27 21:29:50,971 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,971 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,971 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:50,973 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=224, height=225>
2013-04-27 21:29:50,989 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:50,990 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:50,990 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:51,063 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=232, height=225>
2013-04-27 21:29:51,089 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:51,089 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:51,089 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:51,090 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=232, height=225>
2013-04-27 21:29:51,108 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:51,108 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:51,108 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:51,247 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=240, height=241>
2013-04-27 21:29:51,257 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:51,258 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:51,258 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:51,258 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=240, height=241>
2013-04-27 21:29:51,302 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:51,302 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:51,303 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:51,326 _process_window_resized resizing window <ClientWindow object at 0x1bdecd0 (xpra+client_window+ClientWindow at 0x1c7a090)> (id=1) to (288, 241)
2013-04-27 21:29:51,423 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=241>
2013-04-27 21:29:51,449 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:51,449 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:51,449 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:51,450 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=241>
2013-04-27 21:29:51,459 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:51,459 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:51,460 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:51,460 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=241>
2013-04-27 21:29:51,472 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:51,473 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:51,473 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:51,534 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=240, height=241>
2013-04-27 21:29:51,535 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:51,536 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:51,536 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:51,536 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=240, height=241>
2013-04-27 21:29:51,539 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:51,539 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:51,539 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:51,707 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=248, height=241>
2013-04-27 21:29:51,751 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:51,760 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:51,761 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:51,761 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=248, height=241>
2013-04-27 21:29:51,775 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:51,776 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:51,777 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:51,968 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=256, height=257>
2013-04-27 21:29:51,990 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:51,990 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:51,990 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:51,991 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=256, height=257>
2013-04-27 21:29:52,030 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:52,031 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:52,031 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:52,055 _process_window_resized resizing window <ClientWindow object at 0x1bdecd0 (xpra+client_window+ClientWindow at 0x1c7a090)> (id=1) to (288, 257)
2013-04-27 21:29:52,149 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=257>
2013-04-27 21:29:52,197 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:52,198 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:52,198 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:52,198 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=257>
2013-04-27 21:29:52,216 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:52,217 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:52,217 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:52,217 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=257>
2013-04-27 21:29:52,218 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:52,218 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:52,218 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:52,360 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=256, height=257>
2013-04-27 21:29:52,380 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:52,381 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:52,381 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:52,382 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=256, height=257>
2013-04-27 21:29:52,391 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:52,392 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:52,392 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:52,502 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=264, height=257>
2013-04-27 21:29:52,540 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:52,540 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:52,540 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:52,541 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=264, height=257>
2013-04-27 21:29:52,554 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:52,554 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:52,554 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:52,745 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=272, height=273>
2013-04-27 21:29:52,807 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:52,807 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:52,807 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:52,808 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=272, height=273>
2013-04-27 21:29:52,838 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:52,838 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:52,839 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:53,014 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=280, height=273>
2013-04-27 21:29:53,040 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:53,041 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:53,041 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:53,041 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=280, height=273>
2013-04-27 21:29:53,051 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:53,051 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:53,051 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:53,241 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=289>
2013-04-27 21:29:53,291 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:53,291 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:53,291 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:53,292 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=288, height=289>
2013-04-27 21:29:53,304 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:53,304 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:53,304 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:53,480 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=296, height=289>
2013-04-27 21:29:53,530 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:53,530 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:53,530 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:53,531 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=296, height=289>
2013-04-27 21:29:53,538 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:53,539 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:53,539 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:53,729 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=304, height=305>
2013-04-27 21:29:53,785 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:53,785 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:53,785 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:53,789 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=304, height=305>
2013-04-27 21:29:53,802 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:53,802 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:53,802 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:53,976 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=312, height=305>
2013-04-27 21:29:54,005 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:54,005 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:54,006 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:54,006 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=312, height=305>
2013-04-27 21:29:54,020 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:54,021 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:54,021 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:54,218 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=320, height=321>
2013-04-27 21:29:54,270 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:54,270 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:54,271 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:54,271 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=320, height=321>
2013-04-27 21:29:54,285 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:54,285 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:54,285 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:54,420 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=328, height=321>
2013-04-27 21:29:54,469 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:54,469 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:54,469 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:54,470 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=328, height=321>
2013-04-27 21:29:54,478 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:54,478 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:54,479 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:54,661 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=336, height=337>
2013-04-27 21:29:54,702 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:54,702 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:54,702 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:54,703 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=336, height=337>
2013-04-27 21:29:54,711 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:54,711 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:54,711 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:55,011 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=344, height=337>
2013-04-27 21:29:55,015 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:55,015 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:55,015 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:55,016 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=344, height=337>
2013-04-27 21:29:55,070 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:55,071 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:55,071 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:55,369 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=352, height=353>
2013-04-27 21:29:55,374 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:55,374 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:55,374 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:55,375 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=352, height=353>
2013-04-27 21:29:55,439 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:55,440 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:55,440 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:55,624 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=360, height=353>
2013-04-27 21:29:55,662 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:55,663 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:55,663 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:55,664 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=360, height=353>
2013-04-27 21:29:55,677 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:55,677 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:55,677 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:55,949 _focus_change((<ClientWindow object at 0x1bdecd0 (xpra+client_window+ClientWindow at 0x1c7a090)>, <GParamBoolean 'has-toplevel-focus'>))
2013-04-27 21:29:55,949 update_focus(1,True) _focused=None
2013-04-27 21:29:56,135 setting new cursor: left_ptr=<enum GDK_LEFT_PTR of type GdkCursorType>
2013-04-27 21:29:56,213 setting new cursor: left_ptr=<enum GDK_LEFT_PTR of type GdkCursorType>
2013-04-27 21:29:56,289 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=368, height=369>
2013-04-27 21:29:56,333 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:56,333 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:56,334 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:56,337 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=368, height=369>
2013-04-27 21:29:56,395 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:56,396 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:56,396 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:56,613 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=376, height=369>
2013-04-27 21:29:56,663 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:56,663 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:56,663 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:56,664 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=376, height=369>
2013-04-27 21:29:56,679 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:56,680 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:56,680 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:56,842 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=384, height=385>
2013-04-27 21:29:56,846 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:56,890 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:56,891 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:56,891 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=384, height=385>
2013-04-27 21:29:56,924 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:56,925 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:56,925 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:57,111 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=392, height=385>
2013-04-27 21:29:57,136 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:57,136 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:57,136 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:57,137 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=392, height=385>
2013-04-27 21:29:57,144 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:57,144 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:57,144 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:57,290 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=400, height=401>
2013-04-27 21:29:57,354 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:57,354 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:57,354 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:57,355 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=400, height=401>
2013-04-27 21:29:57,367 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:57,367 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:57,368 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:57,519 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=408, height=401>
2013-04-27 21:29:57,520 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:57,520 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:57,521 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:57,539 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=408, height=401>
2013-04-27 21:29:57,578 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:57,579 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:57,579 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:57,750 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=416, height=417>
2013-04-27 21:29:57,814 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:57,814 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:57,815 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:57,815 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=416, height=417>
2013-04-27 21:29:57,836 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:57,837 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:57,837 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:58,038 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=424, height=417>
2013-04-27 21:29:58,086 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:58,086 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:58,086 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:58,087 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=424, height=417>
2013-04-27 21:29:58,100 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:58,101 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:58,101 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:58,265 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=432, height=433>
2013-04-27 21:29:58,270 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:58,271 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:58,271 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:58,271 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=432, height=433>
2013-04-27 21:29:58,316 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:58,319 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:58,319 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:58,446 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=440, height=433>
2013-04-27 21:29:58,447 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:58,447 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:58,447 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:58,452 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=440, height=433>
2013-04-27 21:29:58,576 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:58,576 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:58,577 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:58,706 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=448, height=449>
2013-04-27 21:29:58,761 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:58,761 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:58,761 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:58,762 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=448, height=449>
2013-04-27 21:29:58,780 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:58,780 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:58,780 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:59,011 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=456, height=449>
2013-04-27 21:29:59,038 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:59,039 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:59,039 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:59,040 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=456, height=449>
2013-04-27 21:29:59,048 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:59,049 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:59,049 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:59,166 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=464, height=465>
2013-04-27 21:29:59,167 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:59,167 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:59,168 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:59,187 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=464, height=465>
2013-04-27 21:29:59,238 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:59,238 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:59,239 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:59,258 setting new cursor: xterm=<enum GDK_XTERM of type GdkCursorType>
2013-04-27 21:29:59,438 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=472, height=465>
2013-04-27 21:29:59,486 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:59,486 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:59,487 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:59,487 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=472, height=465>
2013-04-27 21:29:59,495 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:59,498 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:59,499 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:59,694 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=480, height=481>
2013-04-27 21:29:59,695 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:59,695 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:59,695 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:59,699 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=480, height=481>
2013-04-27 21:29:59,875 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:29:59,875 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:29:59,875 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:29:59,985 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=488, height=481>
2013-04-27 21:30:00,034 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:00,034 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:00,034 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:00,035 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=488, height=481>
2013-04-27 21:30:00,048 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:00,049 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:00,049 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:00,185 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=496, height=497>
2013-04-27 21:30:00,186 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:00,186 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:00,186 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:00,360 Got configure event: <gtk.gdk.Event at 0x1c1aeb8: GDK_CONFIGURE x=2, y=57, width=496, height=497>
2013-04-27 21:30:00,361 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:00,361 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:00,362 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:00,440 check_echo_timeout(1367062140438) last_ping_echoed_time=1367062190455
2013-04-27 21:30:00,456 average server latency=5.1, using max wait 1.01s
2013-04-27 21:30:00,457 Got configure event: <gtk.gdk.Event at 0x1c1ad78: GDK_CONFIGURE x=2, y=57, width=504, height=497>
2013-04-27 21:30:00,457 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:00,458 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:00,458 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:00,460 Got configure event: <gtk.gdk.Event at 0x1c1ad78: GDK_CONFIGURE x=2, y=57, width=504, height=497>
2013-04-27 21:30:00,458 ping echo server load=(1350, 1040, 790), measured client latency=1ms
2013-04-27 21:30:00,587 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:00,588 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:00,588 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:00,756 Got configure event: <gtk.gdk.Event at 0x1c1ad78: GDK_CONFIGURE x=2, y=57, width=512, height=513>
2013-04-27 21:30:00,762 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:00,762 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:00,763 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:00,763 Got configure event: <gtk.gdk.Event at 0x1c1ad78: GDK_CONFIGURE x=2, y=57, width=512, height=513>
2013-04-27 21:30:00,821 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:00,821 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:00,822 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:00,996 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=520, height=513>
2013-04-27 21:30:01,043 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:01,044 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:01,044 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:01,044 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=520, height=513>
2013-04-27 21:30:01,063 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:01,063 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:01,063 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:01,239 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=528, height=529>
2013-04-27 21:30:01,303 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:01,303 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:01,304 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:01,304 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=528, height=529>
2013-04-27 21:30:01,317 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:01,317 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:01,317 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:01,473 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=536, height=529>
2013-04-27 21:30:01,509 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:01,510 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:01,510 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:01,511 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=536, height=529>
2013-04-27 21:30:01,529 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:01,529 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:01,530 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:01,702 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=544, height=545>
2013-04-27 21:30:01,714 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:01,715 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:01,715 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:01,715 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=544, height=545>
2013-04-27 21:30:01,756 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:01,757 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:01,760 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:01,945 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=552, height=545>
2013-04-27 21:30:01,972 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:02,095 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:02,096 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:02,103 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=552, height=545>
2013-04-27 21:30:02,122 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:02,122 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:02,122 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:02,132 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=560, height=561>
2013-04-27 21:30:02,133 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:02,133 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:02,133 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:02,134 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=560, height=561>
2013-04-27 21:30:02,138 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:02,138 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:02,139 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:02,337 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=568, height=561>
2013-04-27 21:30:02,338 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:02,338 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:02,339 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:02,339 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=568, height=561>
2013-04-27 21:30:02,349 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:02,349 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:02,349 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:02,567 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=576, height=577>
2013-04-27 21:30:02,568 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:02,568 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:02,569 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:02,569 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=576, height=577>
2013-04-27 21:30:02,628 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:02,628 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:02,629 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:02,706 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=584, height=577>
2013-04-27 21:30:02,707 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:02,730 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:02,731 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:02,732 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=584, height=577>
2013-04-27 21:30:02,787 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:02,787 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:02,788 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:03,024 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=592, height=593>
2013-04-27 21:30:03,072 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:03,072 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:03,072 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:03,073 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=592, height=593>
2013-04-27 21:30:03,093 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:03,093 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:03,093 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:03,256 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=600, height=593>
2013-04-27 21:30:03,280 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:03,280 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:03,280 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:03,281 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=600, height=593>
2013-04-27 21:30:03,294 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:03,295 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:03,295 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:03,407 setting new cursor: left_ptr=<enum GDK_LEFT_PTR of type GdkCursorType>
2013-04-27 21:30:03,501 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=608, height=609>
2013-04-27 21:30:03,540 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:03,540 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:03,540 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:03,545 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=608, height=609>
2013-04-27 21:30:03,577 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:03,577 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:03,578 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:03,772 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=616, height=609>
2013-04-27 21:30:03,811 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:03,812 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:03,812 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:03,814 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=616, height=609>
2013-04-27 21:30:03,858 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:03,859 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:03,859 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:04,063 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=624, height=625>
2013-04-27 21:30:04,074 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:04,075 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:04,075 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:04,076 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=624, height=625>
2013-04-27 21:30:04,132 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:04,132 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:04,133 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:04,313 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=632, height=625>
2013-04-27 21:30:04,315 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:04,315 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:04,315 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:04,316 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=632, height=625>
2013-04-27 21:30:04,326 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:04,326 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:04,327 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:04,547 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=640, height=641>
2013-04-27 21:30:04,589 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:04,589 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:04,589 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:04,590 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=640, height=641>
2013-04-27 21:30:04,616 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:04,616 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:04,616 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:04,771 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=648, height=641>
2013-04-27 21:30:04,772 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:04,772 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:04,772 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:04,773 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=648, height=641>
2013-04-27 21:30:04,793 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:04,793 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:04,793 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:04,988 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=656, height=657>
2013-04-27 21:30:04,989 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:04,989 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:04,989 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:05,007 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=656, height=657>
2013-04-27 21:30:05,093 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:05,093 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:05,093 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:05,309 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=664, height=657>
2013-04-27 21:30:05,310 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:05,310 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:05,310 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:05,311 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=664, height=657>
2013-04-27 21:30:05,328 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:05,328 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:05,329 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:05,528 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=672, height=673>
2013-04-27 21:30:05,530 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:05,530 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:05,530 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:05,531 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=672, height=673>
2013-04-27 21:30:05,547 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:05,548 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:05,549 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:05,841 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=680, height=673>
2013-04-27 21:30:05,861 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:05,861 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:05,862 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:05,863 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=680, height=673>
2013-04-27 21:30:05,922 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:05,923 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:05,923 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:06,187 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=688, height=689>
2013-04-27 21:30:06,198 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:06,198 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:06,199 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:06,199 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=688, height=689>
2013-04-27 21:30:06,241 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:06,241 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:06,242 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:06,317 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=696, height=689>
2013-04-27 21:30:06,318 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:06,318 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:06,318 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:06,339 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=696, height=689>
2013-04-27 21:30:06,412 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:06,413 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:06,413 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:06,695 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=704, height=705>
2013-04-27 21:30:06,699 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:06,699 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:06,699 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:06,700 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=704, height=705>
2013-04-27 21:30:06,713 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:06,714 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:06,714 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:06,886 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=712, height=705>
2013-04-27 21:30:06,921 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:06,921 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:06,921 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:06,922 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=712, height=705>
2013-04-27 21:30:06,937 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:06,937 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:06,937 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:07,025 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=720, height=721>
2013-04-27 21:30:07,026 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:07,052 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:07,052 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:07,053 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=720, height=721>
2013-04-27 21:30:07,111 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:07,111 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:07,111 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:07,257 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=728, height=721>
2013-04-27 21:30:07,257 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:07,258 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:07,258 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:07,260 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=728, height=721>
2013-04-27 21:30:07,368 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:07,368 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:07,369 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:07,537 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=736, height=737>
2013-04-27 21:30:07,538 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:07,538 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:07,538 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:07,539 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=736, height=737>
2013-04-27 21:30:07,550 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:07,550 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:07,550 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:07,733 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=744, height=737>
2013-04-27 21:30:07,814 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:07,815 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:07,815 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:07,817 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=744, height=737>
2013-04-27 21:30:07,865 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:07,866 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:07,866 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:08,139 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=752, height=753>
2013-04-27 21:30:08,140 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:08,140 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:08,140 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:08,142 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=752, height=753>
2013-04-27 21:30:08,163 xget_u32_property(<gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:08,164 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1550 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:08,164 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:08,375 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=760, height=753>
2013-04-27 21:30:08,397 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:08,397 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:08,397 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:08,398 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=760, height=753>
2013-04-27 21:30:08,406 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:08,406 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:08,406 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:08,579 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=768, height=769>
2013-04-27 21:30:08,580 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:08,580 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:08,580 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:08,581 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=768, height=769>
2013-04-27 21:30:08,600 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:08,600 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:08,600 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:08,854 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=776, height=769>
2013-04-27 21:30:08,892 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:08,892 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:08,892 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:08,893 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=776, height=769>
2013-04-27 21:30:08,920 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:08,920 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:08,921 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:09,053 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=784, height=785>
2013-04-27 21:30:09,055 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:09,055 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:09,055 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:09,056 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=784, height=785>
2013-04-27 21:30:09,066 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:09,066 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:09,066 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:09,324 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=792, height=785>
2013-04-27 21:30:09,325 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:09,325 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:09,325 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:09,325 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=792, height=785>
2013-04-27 21:30:09,336 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:09,336 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:09,337 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:09,577 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=800, height=801>
2013-04-27 21:30:09,584 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:09,585 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:09,585 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:09,586 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=800, height=801>
2013-04-27 21:30:09,647 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:09,654 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:09,654 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:09,861 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=808, height=801>
2013-04-27 21:30:09,895 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:09,895 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:09,895 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:09,896 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=808, height=801>
2013-04-27 21:30:09,929 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:09,929 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:09,929 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:10,144 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=816, height=817>
2013-04-27 21:30:10,145 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:10,146 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:10,146 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:10,147 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=816, height=817>
2013-04-27 21:30:10,164 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:10,164 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:10,164 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:10,421 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=824, height=817>
2013-04-27 21:30:10,421 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:10,422 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:10,422 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:10,422 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=824, height=817>
2013-04-27 21:30:10,430 xget_u32_property(<gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:10,430 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bdef00 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:10,430 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:10,439 check_echo_timeout(1367062150438) last_ping_echoed_time=1367062200455
2013-04-27 21:30:10,457 average server latency=5.0, using max wait 1.01s
2013-04-27 21:30:10,530 ping echo server load=(1540, 1080, 810), measured client latency=1ms
2013-04-27 21:30:10,614 Got configure event: <gtk.gdk.Event at 0x1c1ad78: GDK_CONFIGURE x=2, y=57, width=832, height=833>
2013-04-27 21:30:10,638 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:10,639 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:10,639 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:10,639 Got configure event: <gtk.gdk.Event at 0x1c1ad78: GDK_CONFIGURE x=2, y=57, width=832, height=833>
2013-04-27 21:30:10,686 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:10,686 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:10,686 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:10,871 Got configure event: <gtk.gdk.Event at 0x1c1ad78: GDK_CONFIGURE x=2, y=57, width=840, height=833>
2013-04-27 21:30:10,914 xget_u32_property(<gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:10,915 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd1370 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:10,916 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:10,917 Got configure event: <gtk.gdk.Event at 0x1c1ad78: GDK_CONFIGURE x=2, y=57, width=840, height=833>
2013-04-27 21:30:10,927 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:10,928 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:10,929 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:11,052 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=848, height=849>
2013-04-27 21:30:11,052 xget_u32_property(<gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)>, _NET_WM_DESKTOP)=0
2013-04-27 21:30:11,053 do_get_workspace() found value=0 from <gtk.gdk.Window object at 0x1bd15a0 (GdkWindow at 0x1973360)> / _NET_WM_DESKTOP
2013-04-27 21:30:11,053 configure-window for wid=1 with client props={'screen': 0, 'workspace': 0}
2013-04-27 21:30:11,057 Got configure event: <gtk.gdk.Event at 0x1c1af30: GDK_CONFIGURE x=2, y=57, width=848, height=849>
Xpra: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.

The following sample little script can be used to automate window resize:

#!/bin/bash
ID_WIN="emacs@deblab on deblab"
echo ID_WIN=$ID_WIN
if [ -z "$(which wmctrl)" ]; then
    echo "wmctrl not found"
    exit 1
fi
# bring window up and print WM info
wmctrl -a "$ID_WIN" -m
for o in {1..111}; do
    x=1
    # reset window size
    wmctrl -r "$ID_WIN" -e 0,-1,-1,100,100;
    for i in {1..1024}; do
        (( x=x+2 ))
        wmctrl -r "$ID_WIN" -e 0,-1,-1,$x,$x || exit 1
    done
done
echo "Passed"


Fri, 05 Jul 2013 08:45:06 GMT - Antoine Martin: owner, component changed; milestone set

is this still occurring with 0.10 and latest drivers? Does using/turning-off opengl make any difference?


Tue, 16 Jul 2013 06:20:41 GMT - Antoine Martin: status changed; resolution set

Not heard back, closing. Feel free to re-open.


Tue, 16 Jul 2013 10:27:53 GMT - onlyjob:

When time allows I do my best to answer in timely fashion. Turning OpenGL off completely helps a little but crash still happening if window resized for few seconds.

I didn't have time to test 0.10 yet. In worst case I'll try it when released. I don't want to re-open right away but I've seen no evidence of this fixed yet. Do you have reasonable expectations that this problem is gone? Perhaps you could gently remind without closing...


Tue, 16 Jul 2013 11:46:50 GMT - Antoine Martin:

This is probably not fixed at our end, which is why I closed it as needinfo.


There were fixes all over, some of which may prevent this crash, but since this really looks like a driver bug (no client application should be able to crash the X11 server - even badly behaved ones), you should probably take this bug upstream (fglrx).


Wed, 17 Jul 2013 11:21:08 GMT - onlyjob:

I wish taking this upstream would be easier... There are number of bugs that might be more or less related to this issue:

But I reckon the difficult part is to reliably reproduce it which I can't do without Xpra...


Wed, 18 Sep 2013 00:15:00 GMT - onlyjob:

For the record, 0.10.x are affected as well, there were no difference in that regards...


Wed, 18 Sep 2013 04:05:54 GMT - Antoine Martin:

Does this help? Run the client with

XPRA_BACKING_COPY="0" xpra attach --opengl=off ...
--- src/xpra/client/gtk2/pixmap_backing.py	(revision 4326)
+++ src/xpra/client/gtk2/pixmap_backing.py	(working copy)
@@ -4,6 +4,7 @@
 # Xpra is released under the terms of the GNU GPL v2, or, at your option, any
 # later version. See the file COPYING for details.
+import os
 import gtk
 from gtk import gdk
 import cairo
@@ -12,7 +13,9 @@
 log = Logger()
 from xpra.client.gtk2.window_backing import GTK2WindowBacking
+BACKING_COPY = os.environ.get("XPRA_BACKING_COPY", "1")=="1"
+
 """
 Backing using a gdk.Pixmap
 """
@@ -36,6 +39,8 @@
                 self._has_alpha = False
         else:
             self._backing = gdk.Pixmap(gdk.get_default_root_window(), w, h)
+        if not BACKING_COPY:
+            return
         cr = self._backing.cairo_create()
         cr.set_source_rgb(1, 1, 1)
         if old_backing is not None:

If so, I may be able to create a smaller reproducible test case.


Wed, 18 Sep 2013 14:14:28 GMT - onlyjob:

A lifesaver. :)

XPRA_BACKING_COPY "fixed" it (in a workaround manner). I also tried tested it with opengl and after many resizes that would usually terminate X I got segfault in xpra-client (but X survived).

I don't understand the implications of that change but I'm tempted to ask you for its temporary inclusion. I lost count of how many times I had X crashed (and time lost) so this workaround is very valuable for me. Thank you.


Wed, 18 Sep 2013 14:37:18 GMT - Antoine Martin:

This tells me that the bug is probably in the pixmap readback code in the fglrx driver. When the window is resized, we copy the old pixmap (old size) onto the new one so that we have something to show and paint with before we get the new frame from the server. The pixmap is an off-screen resource and should still be valid until we dispose of it explicitly.

I'll try to make a sample standalone GTK app to crash your X11 server, hopefully this will force ATI/AMD to fix their driver. In the meantime, r4355 applies the workaround from comment:7 with only a minor change (paint the new pixmap white rather than leaving it uninitialized).


Tue, 22 Oct 2013 04:24:37 GMT - Antoine Martin: status changed; resolution deleted

Found a small reproducible test case, added to svn in r4581 - where can we report this to ATI/AMD?

The fix for trunk is in r4582 (XPRA_BACKING_COPY no longer needed) and for v0.10.x in r4583.

Please confirm so I can close and release 0.10.7


Tue, 22 Oct 2013 07:19:45 GMT - onlyjob:

Thanks, the test case is awesome as it crashes X reliably. :)

So far I've sent it to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698008 -- hopefully someone will pass it further.

So with r4583 xpra won't be crashing Xorg any more, right? I'll try to test later this week.


Wed, 06 Nov 2013 10:54:39 GMT - Antoine Martin: status changed; resolution set

Works fine here, closing. (and let's hope AMD fix this - API misuse or not, crashing the X11 server isn't user friendly!)


Sat, 23 Jan 2021 04:51:48 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/327