1 | imac:MacOS gimco$ echo ">Hello from the client" | nc brunoorcha.guadaltel.es 8080 |
---|
2 | <Hello from the server |
---|
3 | imac:MacOS gimco$ ./Xpra --version |
---|
4 | |
---|
5 | xpra v0.14.12 |
---|
6 | imac:MacOS gimco$ echo ">Hello from the client" | nc 192.168.60.179 8080 |
---|
7 | <Hello from the server |
---|
8 | imac:MacOS gimco$ ./Xpra attach tcp:192.168.60.179:8080 -d all |
---|
9 | |
---|
10 | 2014-11-23 19:07:17,316 cyxor loaded |
---|
11 | 2014-11-23 19:07:18,241 loading codecs |
---|
12 | 2014-11-23 19:07:18,241 PIL: |
---|
13 | 2014-11-23 19:07:18,241 codec_import_check('PIL', 'Python Imaging Library', 'PIL', 'PIL', ('Image',)) |
---|
14 | 2014-11-23 19:07:18,249 PIL found, will check for ('Image',) in PIL |
---|
15 | 2014-11-23 19:07:18,250 found PIL : <module 'PIL' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/PIL/__init__.pyc'> |
---|
16 | 2014-11-23 19:07:18,311 enc_vpx: |
---|
17 | 2014-11-23 19:07:18,311 codec_import_check('enc_vpx', 'vpx encoder', 'xpra.codecs.vpx', 'xpra.codecs.vpx.encoder', ('Encoder',)) |
---|
18 | 2014-11-23 19:07:18,312 xpra.codecs.vpx found, will check for ('Encoder',) in xpra.codecs.vpx.encoder |
---|
19 | 2014-11-23 19:07:18,316 found enc_vpx : <module 'xpra.codecs.vpx.encoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/vpx/encoder.so'> |
---|
20 | 2014-11-23 19:07:18,316 dec_vpx: |
---|
21 | 2014-11-23 19:07:18,316 codec_import_check('dec_vpx', 'vpx decoder', 'xpra.codecs.vpx', 'xpra.codecs.vpx.decoder', ('Decoder',)) |
---|
22 | 2014-11-23 19:07:18,316 xpra.codecs.vpx found, will check for ('Decoder',) in xpra.codecs.vpx.decoder |
---|
23 | 2014-11-23 19:07:18,352 found dec_vpx : <module 'xpra.codecs.vpx.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/vpx/decoder.so'> |
---|
24 | 2014-11-23 19:07:18,353 vpx info(xpra.codecs.vpx.encoder)={'build_config': '--libdir=/Users/MacAdmin/gtk/inst/lib --prefix=/Users/MacAdmin/gtk/inst --enable-vp8 --enable-vp9 --enable-pic --enable-static --target=x86-darwin8-gcc --disable-install-docs --enable-realtime-only --enable-runtime-cpu-detect', 'version': u'v1.3.0', 'abi_version': 6, 'encodings': ['vp8']} |
---|
25 | 2014-11-23 19:07:18,353 enc_x264: |
---|
26 | 2014-11-23 19:07:18,353 codec_import_check('enc_x264', 'x264 encoder', 'xpra.codecs.enc_x264', 'xpra.codecs.enc_x264.encoder', ('Encoder',)) |
---|
27 | 2014-11-23 19:07:18,353 xpra.codecs.enc_x264 found, will check for ('Encoder',) in xpra.codecs.enc_x264.encoder |
---|
28 | 2014-11-23 19:07:18,386 found enc_x264 : <module 'xpra.codecs.enc_x264.encoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/enc_x264/encoder.so'> |
---|
29 | 2014-11-23 19:07:18,386 x264 info(xpra.codecs.enc_x264.encoder)={'version': 142, 'formats': ['YUV422P', 'RGB', 'BGRX', 'BGR', 'YUV420P', 'BGRA', 'YUV444P']} |
---|
30 | 2014-11-23 19:07:18,386 enc_x265: |
---|
31 | 2014-11-23 19:07:18,386 codec_import_check('enc_x265', 'x265 encoder', 'xpra.codecs.enc_x265', 'xpra.codecs.enc_x265.encoder', ('Encoder',)) |
---|
32 | 2014-11-23 19:07:18,387 cannot import enc_x265 (x265 encoder): No module named enc_x265 |
---|
33 | 2014-11-23 19:07:18,387 |
---|
34 | Traceback (most recent call last): |
---|
35 | File "/Users/MacAdmin/gtk/inst/lib/python2.7/site-packages/xpra/codecs/loader.py", line 26, in codec_import_check |
---|
36 | ImportError: No module named enc_x265 |
---|
37 | 2014-11-23 19:07:18,387 cannot import x265: No module named enc_x265.encoder |
---|
38 | 2014-11-23 19:07:18,388 |
---|
39 | Traceback (most recent call last): |
---|
40 | File "/Users/MacAdmin/gtk/inst/lib/python2.7/site-packages/xpra/codecs/loader.py", line 61, in add_codec_version |
---|
41 | ImportError: No module named enc_x265.encoder |
---|
42 | 2014-11-23 19:07:18,388 nvenc: |
---|
43 | 2014-11-23 19:07:18,388 codec_import_check('nvenc', 'nvenc encoder', 'xpra.codecs.nvenc', 'xpra.codecs.nvenc.encoder', ('Encoder',)) |
---|
44 | 2014-11-23 19:07:18,388 cannot import nvenc (nvenc encoder): No module named nvenc |
---|
45 | 2014-11-23 19:07:18,388 |
---|
46 | Traceback (most recent call last): |
---|
47 | File "/Users/MacAdmin/gtk/inst/lib/python2.7/site-packages/xpra/codecs/loader.py", line 26, in codec_import_check |
---|
48 | ImportError: No module named nvenc |
---|
49 | 2014-11-23 19:07:18,388 cannot import nvenc: No module named nvenc.encoder |
---|
50 | 2014-11-23 19:07:18,389 |
---|
51 | Traceback (most recent call last): |
---|
52 | File "/Users/MacAdmin/gtk/inst/lib/python2.7/site-packages/xpra/codecs/loader.py", line 61, in add_codec_version |
---|
53 | ImportError: No module named nvenc.encoder |
---|
54 | 2014-11-23 19:07:18,389 csc_swscale: |
---|
55 | 2014-11-23 19:07:18,389 codec_import_check('csc_swscale', 'swscale colorspace conversion', 'xpra.codecs.csc_swscale', 'xpra.codecs.csc_swscale.colorspace_converter', ('ColorspaceConverter',)) |
---|
56 | 2014-11-23 19:07:18,389 xpra.codecs.csc_swscale found, will check for ('ColorspaceConverter',) in xpra.codecs.csc_swscale.colorspace_converter |
---|
57 | 2014-11-23 19:07:18,424 av_enum(AV_PIX_FMT_RGB24)=2 |
---|
58 | 2014-11-23 19:07:18,431 av_enum(AV_PIX_FMT_BGR24)=3 |
---|
59 | 2014-11-23 19:07:18,431 av_enum(AV_PIX_FMT_0RGB)=295 |
---|
60 | 2014-11-23 19:07:18,432 av_enum(AV_PIX_FMT_BGR0)=298 |
---|
61 | 2014-11-23 19:07:18,432 av_enum(AV_PIX_FMT_ARGB)=27 |
---|
62 | 2014-11-23 19:07:18,432 av_enum(AV_PIX_FMT_BGRA)=30 |
---|
63 | 2014-11-23 19:07:18,432 av_enum(AV_PIX_FMT_YUV420P)=0 |
---|
64 | 2014-11-23 19:07:18,432 av_enum(AV_PIX_FMT_YUV422P)=4 |
---|
65 | 2014-11-23 19:07:18,432 av_enum(AV_PIX_FMT_YUV444P)=5 |
---|
66 | 2014-11-23 19:07:18,432 av_enum(AV_PIX_FMT_GBRP)=82 |
---|
67 | 2014-11-23 19:07:18,433 swscale pixel formats: {'YUV422P': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x77a61e0>, 'BGR': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x77a6100>, 'BGRX': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x77a6138>, 'GBRP': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x77a6250>, 'RGB': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x77a60c8>, 'YUV420P': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x77a6170>, 'XRGB': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x77a61a8>, 'YUV444P': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x77a6218>} |
---|
68 | 2014-11-23 19:07:18,433 colorspaces: ['RGB', 'BGR', 'XRGB', 'BGRX', 'YUV420P', 'YUV422P', 'YUV444P', 'GBRP'] |
---|
69 | 2014-11-23 19:07:18,433 SWS_BICUBIC=4 |
---|
70 | 2014-11-23 19:07:18,433 ('SWS_BICUBIC',)=4 |
---|
71 | 2014-11-23 19:07:18,434 SWS_BICUBLIN=64 |
---|
72 | 2014-11-23 19:07:18,434 ('SWS_BICUBLIN',)=64 |
---|
73 | 2014-11-23 19:07:18,434 SWS_BILINEAR=2 |
---|
74 | 2014-11-23 19:07:18,434 ('SWS_BILINEAR',)=2 |
---|
75 | 2014-11-23 19:07:18,434 SWS_FAST_BILINEAR=1 |
---|
76 | 2014-11-23 19:07:18,434 ('SWS_FAST_BILINEAR',)=1 |
---|
77 | 2014-11-23 19:07:18,434 swscale flags: [(30, <xpra.codecs.csc_swscale.colorspace_converter.SWSFlags object at 0x7834f38>), (40, <xpra.codecs.csc_swscale.colorspace_converter.SWSFlags object at 0x7834f68>), (60, <xpra.codecs.csc_swscale.colorspace_converter.SWSFlags object at 0x7834f80>), (80, <xpra.codecs.csc_swscale.colorspace_converter.SWSFlags object at 0x7834f98>)] |
---|
78 | 2014-11-23 19:07:18,434 found csc_swscale : <module 'xpra.codecs.csc_swscale.colorspace_converter' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/csc_swscale/colorspace_converter.so'> |
---|
79 | 2014-11-23 19:07:18,435 swscale info(xpra.codecs.csc_swscale.colorspace_converter)={'version': (3, 0, 100), 'formats': ['RGB', 'BGR', 'XRGB', 'BGRX', 'YUV420P', 'YUV422P', 'YUV444P', 'GBRP']} |
---|
80 | 2014-11-23 19:07:18,435 csc_cython: |
---|
81 | 2014-11-23 19:07:18,435 codec_import_check('csc_cython', 'cython colorspace conversion', 'xpra.codecs.csc_cython', 'xpra.codecs.csc_cython.colorspace_converter', ('ColorspaceConverter',)) |
---|
82 | 2014-11-23 19:07:18,435 xpra.codecs.csc_cython found, will check for ('ColorspaceConverter',) in xpra.codecs.csc_cython.colorspace_converter |
---|
83 | 2014-11-23 19:07:18,457 found csc_cython : <module 'xpra.codecs.csc_cython.colorspace_converter' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/csc_cython/colorspace_converter.so'> |
---|
84 | 2014-11-23 19:07:18,458 cython info(xpra.codecs.csc_cython.colorspace_converter)={'Cython': ['0', '21', '1'], 'version': [0, 3]} |
---|
85 | 2014-11-23 19:07:18,458 csc_opencl: |
---|
86 | 2014-11-23 19:07:18,458 codec_import_check('csc_opencl', 'OpenCL colorspace conversion', 'xpra.codecs.csc_opencl', 'xpra.codecs.csc_opencl.colorspace_converter', ('ColorspaceConverter',)) |
---|
87 | 2014-11-23 19:07:18,458 cannot import csc_opencl (OpenCL colorspace conversion): No module named csc_opencl |
---|
88 | 2014-11-23 19:07:18,459 |
---|
89 | Traceback (most recent call last): |
---|
90 | File "/Users/MacAdmin/gtk/inst/lib/python2.7/site-packages/xpra/codecs/loader.py", line 26, in codec_import_check |
---|
91 | ImportError: No module named csc_opencl |
---|
92 | 2014-11-23 19:07:18,459 cannot import opencl: No module named csc_opencl.colorspace_converter |
---|
93 | 2014-11-23 19:07:18,459 |
---|
94 | Traceback (most recent call last): |
---|
95 | File "/Users/MacAdmin/gtk/inst/lib/python2.7/site-packages/xpra/codecs/loader.py", line 61, in add_codec_version |
---|
96 | ImportError: No module named csc_opencl.colorspace_converter |
---|
97 | 2014-11-23 19:07:18,459 dec_avcodec: |
---|
98 | 2014-11-23 19:07:18,459 codec_import_check('dec_avcodec', 'avcodec decoder', 'xpra.codecs.dec_avcodec', 'xpra.codecs.dec_avcodec.decoder', ('Decoder',)) |
---|
99 | 2014-11-23 19:07:18,479 cannot import dec_avcodec (avcodec decoder): No module named dec_avcodec |
---|
100 | 2014-11-23 19:07:18,479 |
---|
101 | Traceback (most recent call last): |
---|
102 | File "/Users/MacAdmin/gtk/inst/lib/python2.7/site-packages/xpra/codecs/loader.py", line 26, in codec_import_check |
---|
103 | ImportError: No module named dec_avcodec |
---|
104 | 2014-11-23 19:07:18,479 cannot import avcodec: No module named dec_avcodec.decoder |
---|
105 | 2014-11-23 19:07:18,480 |
---|
106 | Traceback (most recent call last): |
---|
107 | File "/Users/MacAdmin/gtk/inst/lib/python2.7/site-packages/xpra/codecs/loader.py", line 61, in add_codec_version |
---|
108 | ImportError: No module named dec_avcodec.decoder |
---|
109 | 2014-11-23 19:07:18,480 dec_avcodec2: |
---|
110 | 2014-11-23 19:07:18,480 codec_import_check('dec_avcodec2', 'avcodec2 decoder', 'xpra.codecs.dec_avcodec2', 'xpra.codecs.dec_avcodec2.decoder', ('Decoder',)) |
---|
111 | 2014-11-23 19:07:18,480 xpra.codecs.dec_avcodec2 found, will check for ('Decoder',) in xpra.codecs.dec_avcodec2.decoder |
---|
112 | 2014-11-23 19:07:18,498 avcodec2.init_module: CODECS=['h264', 'vp8', 'vp9', 'h265'] |
---|
113 | 2014-11-23 19:07:18,499 found dec_avcodec2 : <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'> |
---|
114 | 2014-11-23 19:07:18,499 avcodec2 info(xpra.codecs.dec_avcodec2.decoder)={'version': (56, 1, 100), 'formats': {'formats.h265': ['YUV422P', 'BGRX', 'GBRP', 'RGB', 'YUV420P', 'BGRA', 'ARGB', 'XRGB', 'YUV444P'], 'formats.vp9': ['YUV420P', 'YUV422P', 'YUV444P'], 'formats.h264': ['YUV422P', 'BGRX', 'GBRP', 'RGB', 'YUV420P', 'BGRA', 'ARGB', 'XRGB', 'YUV444P'], 'formats.vp8': ['YUV420P']}, 'encodings': ['h264', 'vp8', 'vp9', 'h265']} |
---|
115 | 2014-11-23 19:07:18,499 enc_webp: |
---|
116 | 2014-11-23 19:07:18,499 codec_import_check('enc_webp', 'webp encoder', 'xpra.codecs.webp', 'xpra.codecs.webp.encode', ('compress',)) |
---|
117 | 2014-11-23 19:07:18,507 xpra.codecs.webp found, will check for ('compress',) in xpra.codecs.webp.encode |
---|
118 | 2014-11-23 19:07:18,534 found enc_webp : <module 'xpra.codecs.webp.encode' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/webp/encode.so'> |
---|
119 | 2014-11-23 19:07:18,534 dec_webp: |
---|
120 | 2014-11-23 19:07:18,534 codec_import_check('dec_webp', 'webp decoder', 'xpra.codecs.webp', 'xpra.codecs.webp.decode', ('decompress',)) |
---|
121 | 2014-11-23 19:07:18,535 xpra.codecs.webp found, will check for ('decompress',) in xpra.codecs.webp.decode |
---|
122 | 2014-11-23 19:07:18,537 found dec_webp : <module 'xpra.codecs.webp.decode' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/webp/decode.so'> |
---|
123 | 2014-11-23 19:07:18,537 done loading codecs |
---|
124 | 2014-11-23 19:07:18,538 found: |
---|
125 | 2014-11-23 19:07:18,538 * PIL : True <module 'PIL' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/PIL/__init__.pyc'> |
---|
126 | 2014-11-23 19:07:18,538 * enc_vpx : True <module 'xpra.codecs.vpx.encoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/vpx/encoder.so'> |
---|
127 | 2014-11-23 19:07:18,538 * dec_vpx : True <module 'xpra.codecs.vpx.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/vpx/decoder.so'> |
---|
128 | 2014-11-23 19:07:18,538 * enc_x264 : True <module 'xpra.codecs.enc_x264.encoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/enc_x264/encoder.so'> |
---|
129 | 2014-11-23 19:07:18,538 * enc_x265 : False |
---|
130 | 2014-11-23 19:07:18,538 * nvenc : False |
---|
131 | 2014-11-23 19:07:18,538 * csc_swscale : True <module 'xpra.codecs.csc_swscale.colorspace_converter' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/csc_swscale/colorspace_converter.so'> |
---|
132 | 2014-11-23 19:07:18,538 * csc_cython : True <module 'xpra.codecs.csc_cython.colorspace_converter' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/csc_cython/colorspace_converter.so'> |
---|
133 | 2014-11-23 19:07:18,538 * csc_opencl : False |
---|
134 | 2014-11-23 19:07:18,539 * dec_avcodec : False |
---|
135 | 2014-11-23 19:07:18,539 * dec_avcodec2 : True <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'> |
---|
136 | 2014-11-23 19:07:18,539 * enc_webp : True <module 'xpra.codecs.webp.encode' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/webp/encode.so'> |
---|
137 | 2014-11-23 19:07:18,539 * dec_webp : True <module 'xpra.codecs.webp.decode' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/webp/decode.so'> |
---|
138 | 2014-11-23 19:07:18,539 codecs versions: |
---|
139 | 2014-11-23 19:07:18,539 * cython : (0, 3, '0', '21', '1') |
---|
140 | 2014-11-23 19:07:18,539 * PIL : 2.6.1 |
---|
141 | 2014-11-23 19:07:18,539 * enc_webp : (0, 4, 2) |
---|
142 | 2014-11-23 19:07:18,539 * dec_webp : (0, 4, 2) |
---|
143 | 2014-11-23 19:07:18,540 * vpx : v1.3.0 |
---|
144 | 2014-11-23 19:07:18,540 * swscale : (3, 0, 100) |
---|
145 | 2014-11-23 19:07:18,540 * x264 : 142 |
---|
146 | 2014-11-23 19:07:18,540 * numpy : 1.8.1 |
---|
147 | 2014-11-23 19:07:18,540 * avcodec2 : (56, 1, 100) |
---|
148 | 2014-11-23 19:07:18,645 xpra client version 0.14.12 |
---|
149 | ** Message: pygobject_register_sinkfunc is deprecated (GstObject) |
---|
150 | 2014-11-23 19:07:18,866 found the following plugins: ['aacparse', 'ac3parse', 'amrparse', 'appsink', 'appsrc', 'audioamplify', 'audiochebband', 'audiocheblimit', 'audioconvert', 'audiodynamic', 'audioecho', 'audiofirfilter', 'audioiirfilter', 'audioinvert', 'audiokaraoke', 'audiopanorama', 'audiorate', 'audioresample', 'audiotestsrc', 'audiowsincband', 'audiowsinclimit', 'bin', 'capsfilter', 'dcaparse', 'faac', 'faad', 'fakesink', 'fakesrc', 'fdsink', 'fdsrc', 'filesink', 'filesrc', 'flacdec', 'flacenc', 'flacparse', 'flactag', 'funnel', 'identity', 'input-selector', 'lame', 'lamemp3enc', 'mad', 'mp3parse', 'mpegaudioparse', 'multiqueue', 'oggaviparse', 'oggdemux', 'oggmux', 'oggparse', 'ogmaudioparse', 'ogmtextparse', 'ogmvideoparse', 'oss4mixer', 'oss4sink', 'oss4src', 'osxaudiosink', 'osxaudiosrc', 'output-selector', 'pipeline', 'queue', 'queue2', 'speexdec', 'speexenc', 'tee', 'typefind', 'valve', 'volume', 'vorbisdec', 'vorbisenc', 'vorbisparse', 'vorbistag', 'wavenc', 'wavpackdec', 'wavpackenc', 'wavpackparse', 'wavparse', 'xingmux'] |
---|
151 | 2014-11-23 19:07:18,867 missing ['opusenc', 'opusdec'] from ('opusenc', 'oggmux', 'opusdec', 'oggdemux') (all=['aacparse', 'ac3parse', 'amrparse', 'appsink', 'appsrc', 'audioamplify', 'audiochebband', 'audiocheblimit', 'audioconvert', 'audiodynamic', 'audioecho', 'audiofirfilter', 'audioiirfilter', 'audioinvert', 'audiokaraoke', 'audiopanorama', 'audiorate', 'audioresample', 'audiotestsrc', 'audiowsincband', 'audiowsinclimit', 'bin', 'capsfilter', 'dcaparse', 'faac', 'faad', 'fakesink', 'fakesrc', 'fdsink', 'fdsrc', 'filesink', 'filesrc', 'flacdec', 'flacenc', 'flacparse', 'flactag', 'funnel', 'identity', 'input-selector', 'lame', 'lamemp3enc', 'mad', 'mp3parse', 'mpegaudioparse', 'multiqueue', 'oggaviparse', 'oggdemux', 'oggmux', 'oggparse', 'ogmaudioparse', 'ogmtextparse', 'ogmvideoparse', 'oss4mixer', 'oss4sink', 'oss4src', 'osxaudiosink', 'osxaudiosrc', 'output-selector', 'pipeline', 'queue', 'queue2', 'speexdec', 'speexenc', 'tee', 'typefind', 'valve', 'volume', 'vorbisdec', 'vorbisenc', 'vorbisparse', 'vorbistag', 'wavenc', 'wavpackdec', 'wavpackenc', 'wavpackparse', 'wavparse', 'xingmux']) |
---|
152 | 2014-11-23 19:07:18,880 initalized CODECS: |
---|
153 | 2014-11-23 19:07:18,880 * mp3 : ('lamemp3enc', None, 'mad', 'mp3parse') |
---|
154 | 2014-11-23 19:07:18,880 * wavpack : ('wavpackenc', None, 'wavpackdec', 'wavpackparse') |
---|
155 | 2014-11-23 19:07:18,881 * wav : ('wavenc', None, None, 'wavparse') |
---|
156 | 2014-11-23 19:07:18,881 * flac : ('flacenc', 'oggmux', 'flacdec', 'oggdemux') |
---|
157 | 2014-11-23 19:07:18,881 * speex : ('speexenc', 'oggmux', 'speexdec', 'oggdemux') |
---|
158 | 2014-11-23 19:07:18,881 speaker_allowed=True, speaker_codecs=['mp3', 'wavpack', 'wav', 'flac', 'speex'] |
---|
159 | 2014-11-23 19:07:18,881 microphone_allowed=True, microphone_codecs=['mp3', 'wavpack', 'wav', 'flac', 'speex'] |
---|
160 | 2014-11-23 19:07:18,881 VideoHelper.set_modules([], ['swscale', 'cython'], ['avcodec2', 'vpx']) video encoders=[], csc=['swscale', 'cython'], video decoders=['avcodec2', 'vpx'] |
---|
161 | 2014-11-23 19:07:18,882 VideoHelper.init() |
---|
162 | 2014-11-23 19:07:18,882 VideoHelper.init() initialized=False |
---|
163 | 2014-11-23 19:07:18,882 init_video_encoders_options() will try video encoders: [] |
---|
164 | 2014-11-23 19:07:18,882 init_video_encoders_options() video encoder specs: {} |
---|
165 | 2014-11-23 19:07:18,882 init_csc_options() will try csc modules: ['swscale', 'cython'] |
---|
166 | 2014-11-23 19:07:18,882 init_csc_option(csc_swscale) module=<module 'xpra.codecs.csc_swscale.colorspace_converter' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/csc_swscale/colorspace_converter.so'> |
---|
167 | 2014-11-23 19:07:18,882 csc_swscale.init_module() |
---|
168 | 2014-11-23 19:07:18,882 init_csc_option(..) swscale.get_output_colorspaces(RGB)=['BGR', 'XRGB', 'BGRX', 'YUV420P', 'YUV422P', 'YUV444P', 'GBRP'] |
---|
169 | 2014-11-23 19:07:18,883 init_csc_option(..) swscale.get_output_colorspaces(BGR)=['RGB', 'XRGB', 'BGRX', 'YUV420P', 'YUV422P', 'YUV444P', 'GBRP'] |
---|
170 | 2014-11-23 19:07:18,883 init_csc_option(..) swscale.get_output_colorspaces(XRGB)=['RGB', 'BGR', 'BGRX', 'YUV420P', 'YUV422P', 'YUV444P', 'GBRP'] |
---|
171 | 2014-11-23 19:07:18,883 init_csc_option(..) swscale.get_output_colorspaces(BGRX)=['RGB', 'BGR', 'XRGB', 'YUV420P', 'YUV422P', 'YUV444P', 'GBRP'] |
---|
172 | 2014-11-23 19:07:18,884 init_csc_option(..) swscale.get_output_colorspaces(YUV420P)=['RGB', 'BGR', 'XRGB', 'BGRX', 'YUV422P', 'YUV444P', 'GBRP'] |
---|
173 | 2014-11-23 19:07:18,884 init_csc_option(..) swscale.get_output_colorspaces(YUV422P)=['RGB', 'BGR', 'XRGB', 'BGRX', 'YUV420P', 'YUV444P', 'GBRP'] |
---|
174 | 2014-11-23 19:07:18,884 init_csc_option(..) swscale.get_output_colorspaces(YUV444P)=['RGB', 'BGR', 'XRGB', 'BGRX', 'YUV420P', 'YUV422P', 'GBRP'] |
---|
175 | 2014-11-23 19:07:18,884 init_csc_option(..) swscale.get_output_colorspaces(GBRP)=['RGB', 'BGR', 'XRGB', 'BGRX', 'YUV420P', 'YUV422P', 'YUV444P'] |
---|
176 | 2014-11-23 19:07:18,885 init_csc_option(csc_cython) module=<module 'xpra.codecs.csc_cython.colorspace_converter' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/csc_cython/colorspace_converter.so'> |
---|
177 | 2014-11-23 19:07:18,885 csc_cython.init_module() |
---|
178 | 2014-11-23 19:07:18,885 init_csc_option(..) cython.get_output_colorspaces(GBRP)=['RGBX', 'BGRX'] |
---|
179 | 2014-11-23 19:07:18,885 init_csc_option(..) cython.get_output_colorspaces(YUV420P)=['RGBX', 'BGRX'] |
---|
180 | 2014-11-23 19:07:18,885 init_csc_option(..) cython.get_output_colorspaces(BGRX)=['YUV420P'] |
---|
181 | 2014-11-23 19:07:18,885 init_csc_options() csc specs: {'YUV422P': {'BGR': [codec_spec(swscale)], 'BGRX': [codec_spec(swscale)], 'GBRP': [codec_spec(swscale)], 'RGB': [codec_spec(swscale)], 'YUV420P': [codec_spec(swscale)], 'XRGB': [codec_spec(swscale)], 'YUV444P': [codec_spec(swscale)]}, 'BGR': {'YUV422P': [codec_spec(swscale)], 'BGRX': [codec_spec(swscale)], 'GBRP': [codec_spec(swscale)], 'RGB': [codec_spec(swscale)], 'YUV420P': [codec_spec(swscale)], 'XRGB': [codec_spec(swscale)], 'YUV444P': [codec_spec(swscale)]}, 'BGRX': {'YUV422P': [codec_spec(swscale)], 'BGR': [codec_spec(swscale)], 'GBRP': [codec_spec(swscale)], 'RGB': [codec_spec(swscale)], 'YUV420P': [codec_spec(swscale), codec_spec(cython)], 'XRGB': [codec_spec(swscale)], 'YUV444P': [codec_spec(swscale)]}, 'GBRP': {'YUV422P': [codec_spec(swscale)], 'BGR': [codec_spec(swscale)], 'BGRX': [codec_spec(swscale), codec_spec(cython)], 'RGB': [codec_spec(swscale)], 'YUV420P': [codec_spec(swscale)], 'RGBX': [codec_spec(cython)], 'XRGB': [codec_spec(swscale)], 'YUV444P': [codec_spec(swscale)]}, 'RGB': {'YUV422P': [codec_spec(swscale)], 'BGRX': [codec_spec(swscale)], 'GBRP': [codec_spec(swscale)], 'BGR': [codec_spec(swscale)], 'YUV420P': [codec_spec(swscale)], 'XRGB': [codec_spec(swscale)], 'YUV444P': [codec_spec(swscale)]}, 'YUV420P': {'YUV422P': [codec_spec(swscale)], 'BGR': [codec_spec(swscale)], 'BGRX': [codec_spec(swscale), codec_spec(cython)], 'GBRP': [codec_spec(swscale)], 'RGB': [codec_spec(swscale)], 'RGBX': [codec_spec(cython)], 'XRGB': [codec_spec(swscale)], 'YUV444P': [codec_spec(swscale)]}, 'XRGB': {'YUV422P': [codec_spec(swscale)], 'BGR': [codec_spec(swscale)], 'BGRX': [codec_spec(swscale)], 'GBRP': [codec_spec(swscale)], 'RGB': [codec_spec(swscale)], 'YUV420P': [codec_spec(swscale)], 'YUV444P': [codec_spec(swscale)]}, 'YUV444P': {'YUV422P': [codec_spec(swscale)], 'BGR': [codec_spec(swscale)], 'BGRX': [codec_spec(swscale)], 'GBRP': [codec_spec(swscale)], 'RGB': [codec_spec(swscale)], 'YUV420P': [codec_spec(swscale)], 'XRGB': [codec_spec(swscale)]}} |
---|
182 | 2014-11-23 19:07:18,886 BGR - 7 options: |
---|
183 | 2014-11-23 19:07:18,886 * BGRX via: [codec_spec(swscale)] |
---|
184 | 2014-11-23 19:07:18,887 * GBRP via: [codec_spec(swscale)] |
---|
185 | 2014-11-23 19:07:18,887 * RGB via: [codec_spec(swscale)] |
---|
186 | 2014-11-23 19:07:18,887 * XRGB via: [codec_spec(swscale)] |
---|
187 | 2014-11-23 19:07:18,887 * YUV420P via: [codec_spec(swscale)] |
---|
188 | 2014-11-23 19:07:18,887 * YUV422P via: [codec_spec(swscale)] |
---|
189 | 2014-11-23 19:07:18,887 * YUV444P via: [codec_spec(swscale)] |
---|
190 | 2014-11-23 19:07:18,887 BGRX - 7 options: |
---|
191 | 2014-11-23 19:07:18,887 * BGR via: [codec_spec(swscale)] |
---|
192 | 2014-11-23 19:07:18,887 * GBRP via: [codec_spec(swscale)] |
---|
193 | 2014-11-23 19:07:18,888 * RGB via: [codec_spec(swscale)] |
---|
194 | 2014-11-23 19:07:18,888 * XRGB via: [codec_spec(swscale)] |
---|
195 | 2014-11-23 19:07:18,888 * YUV420P via: [codec_spec(cython), codec_spec(swscale)] |
---|
196 | 2014-11-23 19:07:18,888 * YUV422P via: [codec_spec(swscale)] |
---|
197 | 2014-11-23 19:07:18,888 * YUV444P via: [codec_spec(swscale)] |
---|
198 | 2014-11-23 19:07:18,888 GBRP - 8 options: |
---|
199 | 2014-11-23 19:07:18,888 * BGR via: [codec_spec(swscale)] |
---|
200 | 2014-11-23 19:07:18,888 * BGRX via: [codec_spec(cython), codec_spec(swscale)] |
---|
201 | 2014-11-23 19:07:18,889 * RGB via: [codec_spec(swscale)] |
---|
202 | 2014-11-23 19:07:18,889 * RGBX via: [codec_spec(cython)] |
---|
203 | 2014-11-23 19:07:18,889 * XRGB via: [codec_spec(swscale)] |
---|
204 | 2014-11-23 19:07:18,889 * YUV420P via: [codec_spec(swscale)] |
---|
205 | 2014-11-23 19:07:18,889 * YUV422P via: [codec_spec(swscale)] |
---|
206 | 2014-11-23 19:07:18,889 * YUV444P via: [codec_spec(swscale)] |
---|
207 | 2014-11-23 19:07:18,889 RGB - 7 options: |
---|
208 | 2014-11-23 19:07:18,889 * BGR via: [codec_spec(swscale)] |
---|
209 | 2014-11-23 19:07:18,889 * BGRX via: [codec_spec(swscale)] |
---|
210 | 2014-11-23 19:07:18,890 * GBRP via: [codec_spec(swscale)] |
---|
211 | 2014-11-23 19:07:18,890 * XRGB via: [codec_spec(swscale)] |
---|
212 | 2014-11-23 19:07:18,890 * YUV420P via: [codec_spec(swscale)] |
---|
213 | 2014-11-23 19:07:18,890 * YUV422P via: [codec_spec(swscale)] |
---|
214 | 2014-11-23 19:07:18,890 * YUV444P via: [codec_spec(swscale)] |
---|
215 | 2014-11-23 19:07:18,890 XRGB - 7 options: |
---|
216 | 2014-11-23 19:07:18,890 * BGR via: [codec_spec(swscale)] |
---|
217 | 2014-11-23 19:07:18,890 * BGRX via: [codec_spec(swscale)] |
---|
218 | 2014-11-23 19:07:18,890 * GBRP via: [codec_spec(swscale)] |
---|
219 | 2014-11-23 19:07:18,891 * RGB via: [codec_spec(swscale)] |
---|
220 | 2014-11-23 19:07:18,891 * YUV420P via: [codec_spec(swscale)] |
---|
221 | 2014-11-23 19:07:18,891 * YUV422P via: [codec_spec(swscale)] |
---|
222 | 2014-11-23 19:07:18,891 * YUV444P via: [codec_spec(swscale)] |
---|
223 | 2014-11-23 19:07:18,891 YUV420P - 8 options: |
---|
224 | 2014-11-23 19:07:18,891 * BGR via: [codec_spec(swscale)] |
---|
225 | 2014-11-23 19:07:18,891 * BGRX via: [codec_spec(cython), codec_spec(swscale)] |
---|
226 | 2014-11-23 19:07:18,891 * GBRP via: [codec_spec(swscale)] |
---|
227 | 2014-11-23 19:07:18,892 * RGB via: [codec_spec(swscale)] |
---|
228 | 2014-11-23 19:07:18,892 * RGBX via: [codec_spec(cython)] |
---|
229 | 2014-11-23 19:07:18,892 * XRGB via: [codec_spec(swscale)] |
---|
230 | 2014-11-23 19:07:18,892 * YUV422P via: [codec_spec(swscale)] |
---|
231 | 2014-11-23 19:07:18,892 * YUV444P via: [codec_spec(swscale)] |
---|
232 | 2014-11-23 19:07:18,892 YUV422P - 7 options: |
---|
233 | 2014-11-23 19:07:18,892 * BGR via: [codec_spec(swscale)] |
---|
234 | 2014-11-23 19:07:18,892 * BGRX via: [codec_spec(swscale)] |
---|
235 | 2014-11-23 19:07:18,892 * GBRP via: [codec_spec(swscale)] |
---|
236 | 2014-11-23 19:07:18,893 * RGB via: [codec_spec(swscale)] |
---|
237 | 2014-11-23 19:07:18,893 * XRGB via: [codec_spec(swscale)] |
---|
238 | 2014-11-23 19:07:18,893 * YUV420P via: [codec_spec(swscale)] |
---|
239 | 2014-11-23 19:07:18,893 * YUV444P via: [codec_spec(swscale)] |
---|
240 | 2014-11-23 19:07:18,893 YUV444P - 7 options: |
---|
241 | 2014-11-23 19:07:18,893 * BGR via: [codec_spec(swscale)] |
---|
242 | 2014-11-23 19:07:18,893 * BGRX via: [codec_spec(swscale)] |
---|
243 | 2014-11-23 19:07:18,893 * GBRP via: [codec_spec(swscale)] |
---|
244 | 2014-11-23 19:07:18,894 * RGB via: [codec_spec(swscale)] |
---|
245 | 2014-11-23 19:07:18,894 * XRGB via: [codec_spec(swscale)] |
---|
246 | 2014-11-23 19:07:18,894 * YUV420P via: [codec_spec(swscale)] |
---|
247 | 2014-11-23 19:07:18,894 * YUV422P via: [codec_spec(swscale)] |
---|
248 | 2014-11-23 19:07:18,894 init_video_decoders_options() will try video decoders: ['avcodec2', 'vpx'] |
---|
249 | 2014-11-23 19:07:18,894 init_video_decoder_option(dec_avcodec2) module=<module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'> |
---|
250 | 2014-11-23 19:07:18,894 dec_avcodec2.init_module() |
---|
251 | 2014-11-23 19:07:18,894 init_video_decoder_option(<module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>) avcodec2 encodings=['h264', 'vp8', 'vp9', 'h265'] |
---|
252 | 2014-11-23 19:07:18,894 init_video_decoder_option(<module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>) avcodec2 input colorspaces for h264: ['YUV422P', 'BGRX', 'GBRP', 'RGB', 'YUV420P', 'BGRA', 'ARGB', 'XRGB', 'YUV444P'] |
---|
253 | 2014-11-23 19:07:18,895 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h264, YUV422P)=YUV422P |
---|
254 | 2014-11-23 19:07:18,895 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h264, BGRX)=GBRP |
---|
255 | 2014-11-23 19:07:18,895 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h264, GBRP)=GBRP |
---|
256 | 2014-11-23 19:07:18,895 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h264, RGB)=GBRP |
---|
257 | 2014-11-23 19:07:18,895 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h264, YUV420P)=YUV420P |
---|
258 | 2014-11-23 19:07:18,895 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h264, BGRA)=GBRP |
---|
259 | 2014-11-23 19:07:18,895 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h264, ARGB)=GBRP |
---|
260 | 2014-11-23 19:07:18,895 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h264, XRGB)=GBRP |
---|
261 | 2014-11-23 19:07:18,895 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h264, YUV444P)=YUV444P |
---|
262 | 2014-11-23 19:07:18,895 init_video_decoder_option(<module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>) avcodec2 input colorspaces for vp8: ['YUV420P'] |
---|
263 | 2014-11-23 19:07:18,896 init_video_decoder_option(dec_avcodec2) get_output_colorspace(vp8, YUV420P)=YUV420P |
---|
264 | 2014-11-23 19:07:18,896 init_video_decoder_option(<module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>) avcodec2 input colorspaces for vp9: ['YUV420P', 'YUV422P', 'YUV444P'] |
---|
265 | 2014-11-23 19:07:18,896 init_video_decoder_option(dec_avcodec2) get_output_colorspace(vp9, YUV420P)=YUV420P |
---|
266 | 2014-11-23 19:07:18,896 init_video_decoder_option(dec_avcodec2) get_output_colorspace(vp9, YUV422P)=YUV422P |
---|
267 | 2014-11-23 19:07:18,896 init_video_decoder_option(dec_avcodec2) get_output_colorspace(vp9, YUV444P)=YUV444P |
---|
268 | 2014-11-23 19:07:18,896 init_video_decoder_option(<module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>) avcodec2 input colorspaces for h265: ['YUV422P', 'BGRX', 'GBRP', 'RGB', 'YUV420P', 'BGRA', 'ARGB', 'XRGB', 'YUV444P'] |
---|
269 | 2014-11-23 19:07:18,896 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h265, YUV422P)=YUV422P |
---|
270 | 2014-11-23 19:07:18,896 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h265, BGRX)=BGRX |
---|
271 | 2014-11-23 19:07:18,896 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h265, GBRP)=GBRP |
---|
272 | 2014-11-23 19:07:18,896 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h265, RGB)=RGB |
---|
273 | 2014-11-23 19:07:18,897 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h265, YUV420P)=YUV420P |
---|
274 | 2014-11-23 19:07:18,897 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h265, BGRA)=BGRA |
---|
275 | 2014-11-23 19:07:18,897 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h265, ARGB)=ARGB |
---|
276 | 2014-11-23 19:07:18,897 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h265, XRGB)=XRGB |
---|
277 | 2014-11-23 19:07:18,897 init_video_decoder_option(dec_avcodec2) get_output_colorspace(h265, YUV444P)=YUV444P |
---|
278 | 2014-11-23 19:07:18,897 init_video_decoder_option(dec_vpx) module=<module 'xpra.codecs.vpx.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/vpx/decoder.so'> |
---|
279 | 2014-11-23 19:07:18,897 vpx.decoder.init_module() |
---|
280 | 2014-11-23 19:07:18,897 init_video_decoder_option(<module 'xpra.codecs.vpx.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/vpx/decoder.so'>) vpx encodings=['vp8'] |
---|
281 | 2014-11-23 19:07:18,897 init_video_decoder_option(<module 'xpra.codecs.vpx.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/vpx/decoder.so'>) vpx input colorspaces for vp8: ['YUV420P'] |
---|
282 | 2014-11-23 19:07:18,897 init_video_decoder_option(dec_vpx) get_output_colorspace(vp8, YUV420P)=YUV420P |
---|
283 | 2014-11-23 19:07:18,898 init_video_decoders_options() video decoder specs: {'h264': {'YUV422P': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'BGRX': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'GBRP': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'RGB': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'YUV420P': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'BGRA': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'ARGB': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'XRGB': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'YUV444P': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)]}, 'h265': {'YUV422P': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'BGRX': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'GBRP': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'RGB': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'YUV420P': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'BGRA': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'ARGB': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'XRGB': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'YUV444P': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)]}, 'vp9': {'YUV422P': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'YUV420P': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)], 'YUV444P': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>)]}, 'vp8': {'YUV420P': [('dec_avcodec2', <module 'xpra.codecs.dec_avcodec2.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/dec_avcodec2/decoder.so'>), ('dec_vpx', <module 'xpra.codecs.vpx.decoder' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/codecs/vpx/decoder.so'>)]}} |
---|
284 | 2014-11-23 19:07:18,898 VideoHelper.init() done |
---|
285 | 2014-11-23 19:07:18,898 init(..) ClientWindowClass=<class 'xpra.client.gtk2.border_client_window.BorderClientWindow'> |
---|
286 | 2014-11-23 19:07:18,970 pygdkglext version=(1, 0, 0) |
---|
287 | 2014-11-23 19:07:18,970 gtkglext_version=(1, 2, 0) |
---|
288 | 2014-11-23 19:07:18,971 pygdkglext OpenGL version=(1, 0) |
---|
289 | 2014-11-23 19:07:18,988 GL props={'pygdkglext_version': (1, 0, 0), 'has_alpha': True, 'gdkgl_version': (1, 0), 'gdkglext_version': (1, 2, 0), 'rgba': True, 'display_mode': ['SINGLE'], 'glconfig': <gtk.gdkgl.Config object at 0x8746fd0 (GdkGLConfigImplQuartz at 0x97dad0)>} |
---|
290 | 2014-11-23 19:07:20,499 found valid OpenGL version: 2.1 |
---|
291 | 2014-11-23 19:07:20,500 OpenGL extensions found: GL_ARB_color_buffer_float, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_instanced_arrays, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex, GL_ARB_seamless_cube_map, GL_ARB_shader_objects, GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_transpose_matrix, GL_ARB_vertex_array_bgra, GL_ARB_vertex_blend, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array, GL_EXT_debug_label, GL_EXT_debug_marker, GL_EXT_draw_buffers2, GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture_array, GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_s3tc, GL_EXT_texture_env_add, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, GL_EXT_texture_rectangle, GL_EXT_texture_shared_exponent, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, GL_EXT_timer_query, GL_EXT_transform_feedback, GL_EXT_vertex_array_bgra, GL_APPLE_aux_depth_stencil, GL_APPLE_client_storage, GL_APPLE_element_array, GL_APPLE_fence, GL_APPLE_float_pixels, GL_APPLE_flush_buffer_range, GL_APPLE_flush_render, GL_APPLE_object_purgeable, GL_APPLE_packed_pixels, GL_APPLE_pixel_buffer, GL_APPLE_rgb_422, GL_APPLE_row_bytes, GL_APPLE_specular_vector, GL_APPLE_texture_range, GL_APPLE_transform_hint, GL_APPLE_vertex_array_object, GL_APPLE_vertex_array_range, GL_APPLE_vertex_point_size, GL_APPLE_vertex_program_evaluators, GL_APPLE_ycbcr_422, GL_ATI_blend_equation_separate, GL_ATI_blend_weighted_minmax, GL_ATI_separate_stencil, GL_ATI_texture_compression_3dc, GL_ATI_texture_env_combine3, GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_IBM_rasterpos_clip, GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fog_distance, GL_NV_light_max_exponent, GL_NV_texgen_reflection, GL_NV_texture_barrier, GL_SGI_color_matrix, GL_SGIS_generate_mipmap, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, |
---|
292 | 2014-11-23 19:07:20,500 vendor: ATI Technologies Inc. |
---|
293 | 2014-11-23 19:07:20,500 renderer: ATI Radeon HD 2400 OpenGL Engine |
---|
294 | 2014-11-23 19:07:20,500 shading language version: 1.20 |
---|
295 | 2014-11-23 19:07:20,596 GLU extensions: |
---|
296 | 2014-11-23 19:07:20,596 GLU version: 1.3 MacOSX |
---|
297 | 2014-11-23 19:07:20,600 All the required OpenGL functions are available: glActiveTexture, glTexSubImage2D, glTexCoord2i, glViewport, glMatrixMode, glLoadIdentity, glOrtho, glEnableClientState, glGenTextures, glDisable, glBindTexture, glPixelStorei, glEnable, glBegin, glFlush, glTexParameteri, glTexImage2D, glMultiTexCoord2i, glVertex2i, glEnd |
---|
298 | 2014-11-23 19:07:20,602 All the required OpenGL functions are available: GL_FRAMEBUFFER (36160), GL_COLOR_ATTACHMENT0 (36064), glGenFramebuffers, glBindFramebuffer, glFramebufferTexture2D |
---|
299 | 2014-11-23 19:07:20,602 Extension GL_ARB_texture_rectangle is present |
---|
300 | 2014-11-23 19:07:20,602 Extension GL_ARB_vertex_program is present |
---|
301 | 2014-11-23 19:07:20,627 glInitFragmentProgramARB works |
---|
302 | 2014-11-23 19:07:20,632 glInitTextureRectangleARB works |
---|
303 | 2014-11-23 19:07:20,647 All the required OpenGL functions are available: glGenProgramsARB, glDeleteProgramsARB, glBindProgramARB, glProgramStringARB |
---|
304 | 2014-11-23 19:07:20,678 Texture size GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB=8192, GL_MAX_TEXTURE_SIZE=8192 |
---|
305 | 2014-11-23 19:07:20,678 OpenGL_accelerate module loaded |
---|
306 | 2014-11-23 19:07:20,679 Using accelerated ArrayDatatype |
---|
307 | 2014-11-23 19:07:20,709 parse_shortcuts(['Meta+Shift+F4:quit', 'Meta+Shift+F8:magic_key', 'Meta+Shift+F11:show_session_info']) |
---|
308 | 2014-11-23 19:07:20,709 parse_shortcuts(['Meta+Shift+F4:quit', 'Meta+Shift+F8:magic_key', 'Meta+Shift+F11:show_session_info'])={'F8': (['mod1', 'shift'], 'magic_key', ()), 'F11': (['mod1', 'shift'], 'show_session_info', ()), 'F4': (['mod1', 'shift'], 'quit', ())} |
---|
309 | 2014-11-23 19:07:20,710 KeyboardHelper.__init__(<bound method XpraClient.send of <XpraClient object at 0x8304b98 (xpra+client+gtk2+client+XpraClient at 0x965240)>>, True, ['Meta+Shift+F4:quit', 'Meta+Shift+F8:magic_key', 'Meta+Shift+F11:show_session_info']) keyboard=<xpra.platform.darwin.keyboard.Keyboard object at 0x9eb6910> |
---|
310 | 2014-11-23 19:07:20,714 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(0)=((97, 0, 0, 0), (65, 0, 0, 1), (229, 0, 1, 0), (197, 0, 1, 1)) |
---|
311 | 2014-11-23 19:07:20,715 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(1)=((115, 1, 0, 0), (83, 1, 0, 1), (2239, 1, 1, 0), (32, 1, 1, 1)) |
---|
312 | 2014-11-23 19:07:20,715 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(2)=((100, 2, 0, 0), (68, 2, 0, 1), (2287, 2, 1, 0), (16785926, 2, 1, 1)) |
---|
313 | 2014-11-23 19:07:20,720 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(3)=((102, 3, 0, 0), (70, 3, 0, 1), (2294, 3, 1, 0), (16841473, 3, 1, 1)) |
---|
314 | 2014-11-23 19:07:20,720 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(4)=((104, 4, 0, 0), (72, 4, 0, 1), (2761, 4, 1, 0), (32, 4, 1, 1)) |
---|
315 | 2014-11-23 19:07:20,720 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(5)=((103, 5, 0, 0), (71, 5, 0, 1), (16840959, 5, 1, 0), (16841474, 5, 1, 1)) |
---|
316 | 2014-11-23 19:07:20,720 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(6)=((122, 6, 0, 0), (90, 6, 0, 1), (2009, 6, 1, 0), (16785465, 6, 1, 1)) |
---|
317 | 2014-11-23 19:07:20,720 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(7)=((120, 7, 0, 0), (88, 7, 0, 1), (16785937, 7, 1, 0), (16785466, 7, 1, 1)) |
---|
318 | 2014-11-23 19:07:20,721 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(8)=((99, 8, 0, 0), (67, 8, 0, 1), (169, 8, 1, 0), (32, 8, 1, 1)) |
---|
319 | 2014-11-23 19:07:20,721 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(9)=((118, 9, 0, 0), (86, 9, 0, 1), (2262, 9, 1, 0), (16786890, 9, 1, 1)) |
---|
320 | 2014-11-23 19:07:20,721 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(10)=((186, 10, 0, 0), (170, 10, 0, 1), (92, 10, 1, 0), (176, 10, 1, 1)) |
---|
321 | 2014-11-23 19:07:20,721 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(11)=((98, 11, 0, 0), (66, 11, 0, 1), (223, 11, 1, 0)) |
---|
322 | 2014-11-23 19:07:20,721 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(12)=((113, 12, 0, 0), (81, 12, 0, 1), (5053, 12, 1, 0), (5052, 12, 1, 1)) |
---|
323 | 2014-11-23 19:07:20,721 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(13)=((119, 13, 0, 0), (87, 13, 0, 1), (230, 13, 1, 0), (198, 13, 1, 1)) |
---|
324 | 2014-11-23 19:07:20,721 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(14)=((101, 14, 0, 0), (69, 14, 0, 1), (8364, 14, 1, 0)) |
---|
325 | 2014-11-23 19:07:20,722 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(15)=((114, 15, 0, 0), (82, 15, 0, 1), (174, 15, 1, 0), (32, 15, 1, 1)) |
---|
326 | 2014-11-23 19:07:20,722 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(16)=((121, 16, 0, 0), (89, 16, 0, 1), (165, 16, 1, 0), (32, 16, 1, 1)) |
---|
327 | 2014-11-23 19:07:20,722 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(17)=((116, 17, 0, 0), (84, 17, 0, 1), (2801, 17, 1, 0), (2802, 17, 1, 1)) |
---|
328 | 2014-11-23 19:07:20,722 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(18)=((49, 18, 0, 0), (33, 18, 0, 1), (124, 18, 1, 0), (697, 18, 1, 1)) |
---|
329 | 2014-11-23 19:07:20,722 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(19)=((50, 19, 0, 0), (34, 19, 0, 1), (64, 19, 1, 0), (445, 19, 1, 1)) |
---|
330 | 2014-11-23 19:07:20,722 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(20)=((51, 20, 0, 0), (183, 20, 0, 1), (35, 20, 1, 0), (2790, 20, 1, 1)) |
---|
331 | 2014-11-23 19:07:20,723 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(21)=((52, 21, 0, 0), (36, 21, 0, 1), (162, 21, 1, 0), (163, 21, 1, 1)) |
---|
332 | 2014-11-23 19:07:20,723 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(22)=((54, 22, 0, 0), (38, 22, 0, 1), (172, 22, 1, 0), (32, 22, 1, 1)) |
---|
333 | 2014-11-23 19:07:20,723 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(23)=((53, 23, 0, 0), (37, 23, 0, 1), (2242, 23, 1, 0), (16785456, 23, 1, 1)) |
---|
334 | 2014-11-23 19:07:20,723 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(24)=((161, 24, 0, 0), (191, 24, 0, 1), (2813, 24, 1, 0), (434, 24, 1, 1)) |
---|
335 | 2014-11-23 19:07:20,723 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(25)=((57, 25, 0, 0), (41, 25, 0, 1), (2771, 25, 1, 0), (2769, 25, 1, 1)) |
---|
336 | 2014-11-23 19:07:20,723 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(26)=((55, 26, 0, 0), (47, 26, 0, 1), (247, 26, 1, 0), (16785476, 26, 1, 1)) |
---|
337 | 2014-11-23 19:07:20,723 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(27)=((39, 27, 0, 0), (63, 27, 0, 1), (180, 27, 1, 0), (184, 27, 1, 1)) |
---|
338 | 2014-11-23 19:07:20,723 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(28)=((56, 28, 0, 0), (40, 28, 0, 1), (2770, 28, 1, 0), (2768, 28, 1, 1)) |
---|
339 | 2014-11-23 19:07:20,724 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(29)=((48, 29, 0, 0), (61, 29, 0, 1), (2237, 29, 1, 0), (16785992, 29, 1, 1)) |
---|
340 | 2014-11-23 19:07:20,724 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(30)=((43, 30, 0, 0), (42, 30, 0, 1), (93, 30, 1, 0), (177, 30, 1, 1)) |
---|
341 | 2014-11-23 19:07:20,724 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(31)=((111, 31, 0, 0), (79, 31, 0, 1), (248, 31, 1, 0), (216, 31, 1, 1)) |
---|
342 | 2014-11-23 19:07:20,724 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(32)=((117, 32, 0, 0), (85, 32, 0, 1), (32, 32, 1, 0)) |
---|
343 | 2014-11-23 19:07:20,724 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(33)=((65104, 33, 0, 0), (65106, 33, 0, 1), (91, 33, 1, 0), (16777926, 33, 1, 1)) |
---|
344 | 2014-11-23 19:07:20,724 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(34)=((105, 34, 0, 0), (73, 34, 0, 1), (32, 34, 1, 0)) |
---|
345 | 2014-11-23 19:07:20,724 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(35)=((112, 35, 0, 0), (80, 35, 0, 1), (2032, 35, 1, 0), (16785935, 35, 1, 1)) |
---|
346 | 2014-11-23 19:07:20,725 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(36)=((65293, 36, 0, 0),) |
---|
347 | 2014-11-23 19:07:20,725 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(37)=((108, 37, 0, 0), (76, 37, 0, 1), (32, 37, 1, 0), (418, 37, 1, 1)) |
---|
348 | 2014-11-23 19:07:20,725 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(38)=((106, 38, 0, 0), (74, 38, 0, 1), (182, 38, 1, 0), (175, 38, 1, 1)) |
---|
349 | 2014-11-23 19:07:20,725 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(39)=((65105, 39, 0, 0), (65111, 39, 0, 1), (123, 39, 1, 0), (171, 39, 1, 1)) |
---|
350 | 2014-11-23 19:07:20,725 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(40)=((107, 40, 0, 0), (75, 40, 0, 1), (167, 40, 1, 0), (439, 40, 1, 1)) |
---|
351 | 2014-11-23 19:07:20,725 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(41)=((241, 41, 0, 0), (209, 41, 0, 1), (65107, 41, 1, 0), (16777948, 41, 1, 1)) |
---|
352 | 2014-11-23 19:07:20,725 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(42)=((231, 42, 0, 0), (199, 42, 0, 1), (125, 42, 1, 0), (187, 42, 1, 1)) |
---|
353 | 2014-11-23 19:07:20,725 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(43)=((44, 43, 0, 0), (59, 43, 0, 1), (2814, 43, 1, 0)) |
---|
354 | 2014-11-23 19:07:20,726 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(44)=((45, 44, 0, 0), (95, 44, 0, 1), (2730, 44, 1, 0), (2729, 44, 1, 1)) |
---|
355 | 2014-11-23 19:07:20,726 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(45)=((110, 45, 0, 0), (78, 45, 0, 1), (32, 45, 1, 0), (511, 45, 1, 1)) |
---|
356 | 2014-11-23 19:07:20,726 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(46)=((109, 46, 0, 0), (77, 46, 0, 1), (181, 46, 1, 0), (16777946, 46, 1, 1)) |
---|
357 | 2014-11-23 19:07:20,726 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(47)=((46, 47, 0, 0), (58, 47, 0, 1), (2734, 47, 1, 0)) |
---|
358 | 2014-11-23 19:07:20,726 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(48)=((65289, 48, 0, 0), (65056, 48, 0, 1), (65289, 48, 1, 0)) |
---|
359 | 2014-11-23 19:07:20,726 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(49)=((32, 49, 0, 0), (160, 49, 1, 0)) |
---|
360 | 2014-11-23 19:07:20,726 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(50)=((60, 50, 0, 0), (62, 50, 0, 1), (2236, 50, 1, 0), (2238, 50, 1, 1)) |
---|
361 | 2014-11-23 19:07:20,726 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(51)=((65288, 51, 0, 0),) |
---|
362 | 2014-11-23 19:07:20,727 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(52)=((65293, 52, 0, 0),) |
---|
363 | 2014-11-23 19:07:20,727 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(53)=((65307, 53, 0, 0),) |
---|
364 | 2014-11-23 19:07:20,727 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(54)=((65512, 54, 0, 0),) |
---|
365 | 2014-11-23 19:07:20,727 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(55)=((65511, 55, 0, 0),) |
---|
366 | 2014-11-23 19:07:20,727 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(56)=((65505, 56, 0, 0),) |
---|
367 | 2014-11-23 19:07:20,727 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(57)=((65509, 57, 0, 0),) |
---|
368 | 2014-11-23 19:07:20,727 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(58)=((65513, 58, 0, 0),) |
---|
369 | 2014-11-23 19:07:20,727 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(59)=((65507, 59, 0, 0),) |
---|
370 | 2014-11-23 19:07:20,728 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(60)=((65506, 60, 0, 0),) |
---|
371 | 2014-11-23 19:07:20,728 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(61)=((65514, 61, 0, 0),) |
---|
372 | 2014-11-23 19:07:20,728 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(62)=((65508, 62, 0, 0),) |
---|
373 | 2014-11-23 19:07:20,728 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(63)=None |
---|
374 | 2014-11-23 19:07:20,728 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(64)=None |
---|
375 | 2014-11-23 19:07:20,728 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(65)=((44, 65, 0, 0),) |
---|
376 | 2014-11-23 19:07:20,728 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(66)=((65363, 66, 0, 0), (42, 66, 0, 1)) |
---|
377 | 2014-11-23 19:07:20,728 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(67)=((65450, 67, 0, 0),) |
---|
378 | 2014-11-23 19:07:20,728 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(68)=None |
---|
379 | 2014-11-23 19:07:20,729 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(69)=((65451, 69, 0, 0),) |
---|
380 | 2014-11-23 19:07:20,729 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(70)=((65361, 70, 0, 0), (43, 70, 0, 1)) |
---|
381 | 2014-11-23 19:07:20,729 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(71)=((65307, 71, 0, 0),) |
---|
382 | 2014-11-23 19:07:20,729 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(72)=((65364, 72, 0, 0), (61, 72, 0, 1)) |
---|
383 | 2014-11-23 19:07:20,729 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(73)=None |
---|
384 | 2014-11-23 19:07:20,729 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(74)=None |
---|
385 | 2014-11-23 19:07:20,729 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(75)=((65455, 75, 0, 0),) |
---|
386 | 2014-11-23 19:07:20,729 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(76)=((65421, 76, 0, 0),) |
---|
387 | 2014-11-23 19:07:20,729 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(77)=((65362, 77, 0, 0), (47, 77, 0, 1)) |
---|
388 | 2014-11-23 19:07:20,730 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(78)=((65453, 78, 0, 0),) |
---|
389 | 2014-11-23 19:07:20,730 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(79)=None |
---|
390 | 2014-11-23 19:07:20,730 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(80)=None |
---|
391 | 2014-11-23 19:07:20,730 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(81)=((65469, 81, 0, 0),) |
---|
392 | 2014-11-23 19:07:20,730 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(82)=((65456, 82, 0, 0),) |
---|
393 | 2014-11-23 19:07:20,730 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(83)=((65457, 83, 0, 0),) |
---|
394 | 2014-11-23 19:07:20,730 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(84)=((65458, 84, 0, 0),) |
---|
395 | 2014-11-23 19:07:20,730 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(85)=((65459, 85, 0, 0),) |
---|
396 | 2014-11-23 19:07:20,730 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(86)=((65460, 86, 0, 0),) |
---|
397 | 2014-11-23 19:07:20,731 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(87)=((65461, 87, 0, 0),) |
---|
398 | 2014-11-23 19:07:20,731 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(88)=((65462, 88, 0, 0),) |
---|
399 | 2014-11-23 19:07:20,731 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(89)=((65463, 89, 0, 0),) |
---|
400 | 2014-11-23 19:07:20,731 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(90)=None |
---|
401 | 2014-11-23 19:07:20,731 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(91)=((65464, 91, 0, 0),) |
---|
402 | 2014-11-23 19:07:20,731 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(92)=((65465, 92, 0, 0),) |
---|
403 | 2014-11-23 19:07:20,731 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(93)=None |
---|
404 | 2014-11-23 19:07:20,731 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(94)=None |
---|
405 | 2014-11-23 19:07:20,731 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(95)=None |
---|
406 | 2014-11-23 19:07:20,732 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(96)=((65474, 96, 0, 0),) |
---|
407 | 2014-11-23 19:07:20,732 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(97)=((65475, 97, 0, 0),) |
---|
408 | 2014-11-23 19:07:20,732 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(98)=((65476, 98, 0, 0),) |
---|
409 | 2014-11-23 19:07:20,732 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(99)=((65472, 99, 0, 0),) |
---|
410 | 2014-11-23 19:07:20,732 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(100)=((65477, 100, 0, 0),) |
---|
411 | 2014-11-23 19:07:20,732 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(101)=((65478, 101, 0, 0),) |
---|
412 | 2014-11-23 19:07:20,732 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(102)=((16777232, 102, 0, 0),) |
---|
413 | 2014-11-23 19:07:20,732 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(103)=((65480, 103, 0, 0),) |
---|
414 | 2014-11-23 19:07:20,732 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(104)=((16777232, 104, 0, 0),) |
---|
415 | 2014-11-23 19:07:20,733 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(105)=((65482, 105, 0, 0),) |
---|
416 | 2014-11-23 19:07:20,733 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(106)=((65485, 106, 0, 0),) |
---|
417 | 2014-11-23 19:07:20,733 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(107)=((65483, 107, 0, 0),) |
---|
418 | 2014-11-23 19:07:20,733 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(108)=((16777232, 108, 0, 0),) |
---|
419 | 2014-11-23 19:07:20,733 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(109)=((65479, 109, 0, 0),) |
---|
420 | 2014-11-23 19:07:20,733 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(110)=((16777232, 110, 0, 0),) |
---|
421 | 2014-11-23 19:07:20,733 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(111)=((65481, 111, 0, 0),) |
---|
422 | 2014-11-23 19:07:20,733 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(112)=((16777232, 112, 0, 0),) |
---|
423 | 2014-11-23 19:07:20,734 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(113)=((65484, 113, 0, 0),) |
---|
424 | 2014-11-23 19:07:20,734 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(114)=((16777221, 114, 0, 0),) |
---|
425 | 2014-11-23 19:07:20,734 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(115)=((65360, 115, 0, 0),) |
---|
426 | 2014-11-23 19:07:20,734 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(116)=((65365, 116, 0, 0),) |
---|
427 | 2014-11-23 19:07:20,734 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(117)=((65535, 117, 0, 0),) |
---|
428 | 2014-11-23 19:07:20,734 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(118)=((65473, 118, 0, 0),) |
---|
429 | 2014-11-23 19:07:20,734 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(119)=((65367, 119, 0, 0),) |
---|
430 | 2014-11-23 19:07:20,734 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(120)=((65471, 120, 0, 0),) |
---|
431 | 2014-11-23 19:07:20,734 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(121)=((65366, 121, 0, 0),) |
---|
432 | 2014-11-23 19:07:20,735 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(122)=((65470, 122, 0, 0),) |
---|
433 | 2014-11-23 19:07:20,735 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(123)=((65361, 123, 0, 0),) |
---|
434 | 2014-11-23 19:07:20,735 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(124)=((65363, 124, 0, 0),) |
---|
435 | 2014-11-23 19:07:20,735 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(125)=((65364, 125, 0, 0),) |
---|
436 | 2014-11-23 19:07:20,735 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(126)=((65362, 126, 0, 0),) |
---|
437 | 2014-11-23 19:07:20,735 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(127)=None |
---|
438 | 2014-11-23 19:07:20,735 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(128)=((6656, 128, 0, 0), (147633536, 128, 0, 1), (8466312, 128, 1, 0), (6400, 128, 1, 1)) |
---|
439 | 2014-11-23 19:07:20,735 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(129)=None |
---|
440 | 2014-11-23 19:07:20,735 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(130)=None |
---|
441 | 2014-11-23 19:07:20,736 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(131)=None |
---|
442 | 2014-11-23 19:07:20,736 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(132)=None |
---|
443 | 2014-11-23 19:07:20,736 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(133)=None |
---|
444 | 2014-11-23 19:07:20,736 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(134)=None |
---|
445 | 2014-11-23 19:07:20,736 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(135)=None |
---|
446 | 2014-11-23 19:07:20,736 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(136)=None |
---|
447 | 2014-11-23 19:07:20,736 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(137)=None |
---|
448 | 2014-11-23 19:07:20,736 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(138)=None |
---|
449 | 2014-11-23 19:07:20,736 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(139)=None |
---|
450 | 2014-11-23 19:07:20,736 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(140)=None |
---|
451 | 2014-11-23 19:07:20,737 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(141)=None |
---|
452 | 2014-11-23 19:07:20,737 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(142)=None |
---|
453 | 2014-11-23 19:07:20,737 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(143)=None |
---|
454 | 2014-11-23 19:07:20,737 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(144)=None |
---|
455 | 2014-11-23 19:07:20,737 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(145)=None |
---|
456 | 2014-11-23 19:07:20,737 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(146)=None |
---|
457 | 2014-11-23 19:07:20,737 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(147)=None |
---|
458 | 2014-11-23 19:07:20,737 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(148)=None |
---|
459 | 2014-11-23 19:07:20,737 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(149)=None |
---|
460 | 2014-11-23 19:07:20,737 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(150)=None |
---|
461 | 2014-11-23 19:07:20,738 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(151)=None |
---|
462 | 2014-11-23 19:07:20,738 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(152)=None |
---|
463 | 2014-11-23 19:07:20,738 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(153)=None |
---|
464 | 2014-11-23 19:07:20,738 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(154)=None |
---|
465 | 2014-11-23 19:07:20,738 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(155)=None |
---|
466 | 2014-11-23 19:07:20,738 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(156)=None |
---|
467 | 2014-11-23 19:07:20,738 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(157)=None |
---|
468 | 2014-11-23 19:07:20,738 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(158)=None |
---|
469 | 2014-11-23 19:07:20,738 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(159)=None |
---|
470 | 2014-11-23 19:07:20,738 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(160)=None |
---|
471 | 2014-11-23 19:07:20,739 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(161)=None |
---|
472 | 2014-11-23 19:07:20,739 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(162)=None |
---|
473 | 2014-11-23 19:07:20,739 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(163)=None |
---|
474 | 2014-11-23 19:07:20,739 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(164)=None |
---|
475 | 2014-11-23 19:07:20,739 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(165)=None |
---|
476 | 2014-11-23 19:07:20,739 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(166)=None |
---|
477 | 2014-11-23 19:07:20,739 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(167)=None |
---|
478 | 2014-11-23 19:07:20,739 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(168)=None |
---|
479 | 2014-11-23 19:07:20,739 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(169)=None |
---|
480 | 2014-11-23 19:07:20,739 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(170)=None |
---|
481 | 2014-11-23 19:07:20,740 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(171)=None |
---|
482 | 2014-11-23 19:07:20,740 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(172)=None |
---|
483 | 2014-11-23 19:07:20,740 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(173)=None |
---|
484 | 2014-11-23 19:07:20,740 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(174)=None |
---|
485 | 2014-11-23 19:07:20,740 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(175)=None |
---|
486 | 2014-11-23 19:07:20,740 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(176)=None |
---|
487 | 2014-11-23 19:07:20,740 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(177)=None |
---|
488 | 2014-11-23 19:07:20,740 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(178)=None |
---|
489 | 2014-11-23 19:07:20,740 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(179)=None |
---|
490 | 2014-11-23 19:07:20,740 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(180)=None |
---|
491 | 2014-11-23 19:07:20,741 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(181)=None |
---|
492 | 2014-11-23 19:07:20,741 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(182)=None |
---|
493 | 2014-11-23 19:07:20,741 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(183)=None |
---|
494 | 2014-11-23 19:07:20,741 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(184)=None |
---|
495 | 2014-11-23 19:07:20,741 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(185)=None |
---|
496 | 2014-11-23 19:07:20,741 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(186)=None |
---|
497 | 2014-11-23 19:07:20,741 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(187)=None |
---|
498 | 2014-11-23 19:07:20,741 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(188)=None |
---|
499 | 2014-11-23 19:07:20,741 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(189)=None |
---|
500 | 2014-11-23 19:07:20,741 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(190)=None |
---|
501 | 2014-11-23 19:07:20,742 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(191)=None |
---|
502 | 2014-11-23 19:07:20,742 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(192)=None |
---|
503 | 2014-11-23 19:07:20,742 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(193)=None |
---|
504 | 2014-11-23 19:07:20,742 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(194)=None |
---|
505 | 2014-11-23 19:07:20,742 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(195)=None |
---|
506 | 2014-11-23 19:07:20,742 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(196)=None |
---|
507 | 2014-11-23 19:07:20,742 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(197)=None |
---|
508 | 2014-11-23 19:07:20,742 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(198)=None |
---|
509 | 2014-11-23 19:07:20,742 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(199)=None |
---|
510 | 2014-11-23 19:07:20,742 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(200)=None |
---|
511 | 2014-11-23 19:07:20,743 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(201)=None |
---|
512 | 2014-11-23 19:07:20,743 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(202)=None |
---|
513 | 2014-11-23 19:07:20,743 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(203)=None |
---|
514 | 2014-11-23 19:07:20,743 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(204)=None |
---|
515 | 2014-11-23 19:07:20,743 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(205)=None |
---|
516 | 2014-11-23 19:07:20,743 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(206)=None |
---|
517 | 2014-11-23 19:07:20,743 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(207)=None |
---|
518 | 2014-11-23 19:07:20,743 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(208)=None |
---|
519 | 2014-11-23 19:07:20,743 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(209)=None |
---|
520 | 2014-11-23 19:07:20,743 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(210)=None |
---|
521 | 2014-11-23 19:07:20,744 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(211)=None |
---|
522 | 2014-11-23 19:07:20,744 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(212)=None |
---|
523 | 2014-11-23 19:07:20,744 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(213)=None |
---|
524 | 2014-11-23 19:07:20,744 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(214)=None |
---|
525 | 2014-11-23 19:07:20,744 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(215)=None |
---|
526 | 2014-11-23 19:07:20,744 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(216)=None |
---|
527 | 2014-11-23 19:07:20,744 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(217)=None |
---|
528 | 2014-11-23 19:07:20,744 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(218)=None |
---|
529 | 2014-11-23 19:07:20,744 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(219)=None |
---|
530 | 2014-11-23 19:07:20,744 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(220)=None |
---|
531 | 2014-11-23 19:07:20,744 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(221)=None |
---|
532 | 2014-11-23 19:07:20,745 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(222)=None |
---|
533 | 2014-11-23 19:07:20,745 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(223)=None |
---|
534 | 2014-11-23 19:07:20,745 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(224)=None |
---|
535 | 2014-11-23 19:07:20,745 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(225)=None |
---|
536 | 2014-11-23 19:07:20,745 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(226)=None |
---|
537 | 2014-11-23 19:07:20,745 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(227)=None |
---|
538 | 2014-11-23 19:07:20,745 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(228)=None |
---|
539 | 2014-11-23 19:07:20,745 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(229)=None |
---|
540 | 2014-11-23 19:07:20,745 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(230)=None |
---|
541 | 2014-11-23 19:07:20,745 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(231)=None |
---|
542 | 2014-11-23 19:07:20,746 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(232)=None |
---|
543 | 2014-11-23 19:07:20,746 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(233)=None |
---|
544 | 2014-11-23 19:07:20,746 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(234)=None |
---|
545 | 2014-11-23 19:07:20,746 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(235)=None |
---|
546 | 2014-11-23 19:07:20,746 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(236)=None |
---|
547 | 2014-11-23 19:07:20,746 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(237)=None |
---|
548 | 2014-11-23 19:07:20,746 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(238)=None |
---|
549 | 2014-11-23 19:07:20,746 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(239)=None |
---|
550 | 2014-11-23 19:07:20,746 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(240)=None |
---|
551 | 2014-11-23 19:07:20,746 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(241)=None |
---|
552 | 2014-11-23 19:07:20,747 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(242)=None |
---|
553 | 2014-11-23 19:07:20,747 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(243)=None |
---|
554 | 2014-11-23 19:07:20,747 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(244)=None |
---|
555 | 2014-11-23 19:07:20,747 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(245)=None |
---|
556 | 2014-11-23 19:07:20,747 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(246)=None |
---|
557 | 2014-11-23 19:07:20,747 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(247)=None |
---|
558 | 2014-11-23 19:07:20,747 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(248)=None |
---|
559 | 2014-11-23 19:07:20,747 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(249)=None |
---|
560 | 2014-11-23 19:07:20,747 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(250)=None |
---|
561 | 2014-11-23 19:07:20,747 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(251)=None |
---|
562 | 2014-11-23 19:07:20,748 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(252)=None |
---|
563 | 2014-11-23 19:07:20,748 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(253)=None |
---|
564 | 2014-11-23 19:07:20,748 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(254)=None |
---|
565 | 2014-11-23 19:07:20,748 <gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>.get_entries_for_keycode(255)=None |
---|
566 | 2014-11-23 19:07:20,748 get_gtk_keymap([None, 'VoidSymbol'])=[(97, 'a', 0, 0, 0), (65, 'A', 0, 0, 1), (229, 'aring', 0, 1, 0), (197, 'Aring', 0, 1, 1), (115, 's', 1, 0, 0), (83, 'S', 1, 0, 1), (2239, 'integral', 1, 1, 0), (32, 'space', 1, 1, 1), (100, 'd', 2, 0, 0), (68, 'D', 2, 0, 1), (2287, 'partialderivative', 2, 1, 0), (16785926, 'U+2206', 2, 1, 1), (102, 'f', 3, 0, 0), (70, 'F', 3, 0, 1), (2294, 'function', 3, 1, 0), (16841473, 'U+FB01', 3, 1, 1), (104, 'h', 4, 0, 0), (72, 'H', 4, 0, 1), (2761, 'trademark', 4, 1, 0), (32, 'space', 4, 1, 1), (103, 'g', 5, 0, 0), (71, 'G', 5, 0, 1), (16840959, 'U+F8FF', 5, 1, 0), (16841474, 'U+FB02', 5, 1, 1), (122, 'z', 6, 0, 0), (90, 'Z', 6, 0, 1), (2009, 'Greek_OMEGA', 6, 1, 0), (16785465, 'U+2039', 6, 1, 1), (120, 'x', 7, 0, 0), (88, 'X', 7, 0, 1), (16785937, 'U+2211', 7, 1, 0), (16785466, 'U+203A', 7, 1, 1), (99, 'c', 8, 0, 0), (67, 'C', 8, 0, 1), (169, 'copyright', 8, 1, 0), (32, 'space', 8, 1, 1), (118, 'v', 9, 0, 0), (86, 'V', 9, 0, 1), (2262, 'radical', 9, 1, 0), (16786890, 'U+25CA', 9, 1, 1), (186, 'masculine', 10, 0, 0), (170, 'ordfeminine', 10, 0, 1), (92, 'backslash', 10, 1, 0), (176, 'degree', 10, 1, 1), (98, 'b', 11, 0, 0), (66, 'B', 11, 0, 1), (223, 'ssharp', 11, 1, 0), (113, 'q', 12, 0, 0), (81, 'Q', 12, 0, 1), (5053, 'oe', 12, 1, 0), (5052, 'OE', 12, 1, 1), (119, 'w', 13, 0, 0), (87, 'W', 13, 0, 1), (230, 'ae', 13, 1, 0), (198, 'AE', 13, 1, 1), (101, 'e', 14, 0, 0), (69, 'E', 14, 0, 1), (8364, 'EuroSign', 14, 1, 0), (114, 'r', 15, 0, 0), (82, 'R', 15, 0, 1), (174, 'registered', 15, 1, 0), (32, 'space', 15, 1, 1), (121, 'y', 16, 0, 0), (89, 'Y', 16, 0, 1), (165, 'yen', 16, 1, 0), (32, 'space', 16, 1, 1), (116, 't', 17, 0, 0), (84, 'T', 17, 0, 1), (2801, 'dagger', 17, 1, 0), (2802, 'doubledagger', 17, 1, 1), (49, '1', 18, 0, 0), (33, 'exclam', 18, 0, 1), (124, 'bar', 18, 1, 0), (697, 'idotless', 18, 1, 1), (50, '2', 19, 0, 0), (34, 'quotedbl', 19, 0, 1), (64, 'at', 19, 1, 0), (445, 'doubleacute', 19, 1, 1), (51, '3', 20, 0, 0), (183, 'periodcentered', 20, 0, 1), (35, 'numbersign', 20, 1, 0), (2790, 'enfilledcircbullet', 20, 1, 1), (52, '4', 21, 0, 0), (36, 'dollar', 21, 0, 1), (162, 'cent', 21, 1, 0), (163, 'sterling', 21, 1, 1), (54, '6', 22, 0, 0), (38, 'ampersand', 22, 0, 1), (172, 'notsign', 22, 1, 0), (32, 'space', 22, 1, 1), (53, '5', 23, 0, 0), (37, 'percent', 23, 0, 1), (2242, 'infinity', 23, 1, 0), (16785456, 'U+2030', 23, 1, 1), (161, 'exclamdown', 24, 0, 0), (191, 'questiondown', 24, 0, 1), (2813, 'singlelowquotemark', 24, 1, 0), (434, 'ogonek', 24, 1, 1), (57, '9', 25, 0, 0), (41, 'parenright', 25, 0, 1), (2771, 'rightdoublequotemark', 25, 1, 0), (2769, 'rightsinglequotemark', 25, 1, 1), (55, '7', 26, 0, 0), (47, 'slash', 26, 0, 1), (247, 'division', 26, 1, 0), (16785476, 'U+2044', 26, 1, 1), (39, 'apostrophe', 27, 0, 0), (63, 'question', 27, 0, 1), (180, 'acute', 27, 1, 0), (184, 'cedilla', 27, 1, 1), (56, '8', 28, 0, 0), (40, 'parenleft', 28, 0, 1), (2770, 'leftdoublequotemark', 28, 1, 0), (2768, 'leftsinglequotemark', 28, 1, 1), (48, '0', 29, 0, 0), (61, 'equal', 29, 0, 1), (2237, 'notequal', 29, 1, 0), (16785992, 'U+2248', 29, 1, 1), (43, 'plus', 30, 0, 0), (42, 'asterisk', 30, 0, 1), (93, 'bracketright', 30, 1, 0), (177, 'plusminus', 30, 1, 1), (111, 'o', 31, 0, 0), (79, 'O', 31, 0, 1), (248, 'oslash', 31, 1, 0), (216, 'Ooblique', 31, 1, 1), (117, 'u', 32, 0, 0), (85, 'U', 32, 0, 1), (32, 'space', 32, 1, 0), (65104, 'dead_grave', 33, 0, 0), (65106, 'dead_circumflex', 33, 0, 1), (91, 'bracketleft', 33, 1, 0), (16777926, 'U+02C6', 33, 1, 1), (105, 'i', 34, 0, 0), (73, 'I', 34, 0, 1), (32, 'space', 34, 1, 0), (112, 'p', 35, 0, 0), (80, 'P', 35, 0, 1), (2032, 'Greek_pi', 35, 1, 0), (16785935, 'U+220F', 35, 1, 1), (65293, 'Return', 36, 0, 0), (108, 'l', 37, 0, 0), (76, 'L', 37, 0, 1), (32, 'space', 37, 1, 0), (418, 'breve', 37, 1, 1), (106, 'j', 38, 0, 0), (74, 'J', 38, 0, 1), (182, 'paragraph', 38, 1, 0), (175, 'macron', 38, 1, 1), (65105, 'dead_acute', 39, 0, 0), (65111, 'dead_diaeresis', 39, 0, 1), (123, 'braceleft', 39, 1, 0), (171, 'guillemotleft', 39, 1, 1), (107, 'k', 40, 0, 0), (75, 'K', 40, 0, 1), (167, 'section', 40, 1, 0), (439, 'caron', 40, 1, 1), (241, 'ntilde', 41, 0, 0), (209, 'Ntilde', 41, 0, 1), (65107, 'dead_tilde', 41, 1, 0), (16777948, 'U+02DC', 41, 1, 1), (231, 'ccedilla', 42, 0, 0), (199, 'Ccedilla', 42, 0, 1), (125, 'braceright', 42, 1, 0), (187, 'guillemotright', 42, 1, 1), (44, 'comma', 43, 0, 0), (59, 'semicolon', 43, 0, 1), (2814, 'doublelowquotemark', 43, 1, 0), (45, 'minus', 44, 0, 0), (95, 'underscore', 44, 0, 1), (2730, 'endash', 44, 1, 0), (2729, 'emdash', 44, 1, 1), (110, 'n', 45, 0, 0), (78, 'N', 45, 0, 1), (32, 'space', 45, 1, 0), (511, 'abovedot', 45, 1, 1), (109, 'm', 46, 0, 0), (77, 'M', 46, 0, 1), (181, 'mu', 46, 1, 0), (16777946, 'U+02DA', 46, 1, 1), (46, 'period', 47, 0, 0), (58, 'colon', 47, 0, 1), (2734, 'ellipsis', 47, 1, 0), (65289, 'Tab', 48, 0, 0), (65056, 'ISO_Left_Tab', 48, 0, 1), (65289, 'Tab', 48, 1, 0), (32, 'space', 49, 0, 0), (160, 'nobreakspace', 49, 1, 0), (60, 'less', 50, 0, 0), (62, 'greater', 50, 0, 1), (2236, 'lessthanequal', 50, 1, 0), (2238, 'greaterthanequal', 50, 1, 1), (65288, 'BackSpace', 51, 0, 0), (65293, 'Return', 52, 0, 0), (65307, 'Escape', 53, 0, 0), (65512, 'Meta_R', 54, 0, 0), (65511, 'Meta_L', 55, 0, 0), (65505, 'Shift_L', 56, 0, 0), (65509, 'Caps_Lock', 57, 0, 0), (65513, 'Alt_L', 58, 0, 0), (65507, 'Control_L', 59, 0, 0), (65506, 'Shift_R', 60, 0, 0), (65514, 'Alt_R', 61, 0, 0), (65508, 'Control_R', 62, 0, 0), (44, 'comma', 65, 0, 0), (65363, 'Right', 66, 0, 0), (42, 'asterisk', 66, 0, 1), (65450, 'KP_Multiply', 67, 0, 0), (65451, 'KP_Add', 69, 0, 0), (65361, 'Left', 70, 0, 0), (43, 'plus', 70, 0, 1), (65307, 'Escape', 71, 0, 0), (65364, 'Down', 72, 0, 0), (61, 'equal', 72, 0, 1), (65455, 'KP_Divide', 75, 0, 0), (65421, 'KP_Enter', 76, 0, 0), (65362, 'Up', 77, 0, 0), (47, 'slash', 77, 0, 1), (65453, 'KP_Subtract', 78, 0, 0), (65469, 'KP_Equal', 81, 0, 0), (65456, 'KP_0', 82, 0, 0), (65457, 'KP_1', 83, 0, 0), (65458, 'KP_2', 84, 0, 0), (65459, 'KP_3', 85, 0, 0), (65460, 'KP_4', 86, 0, 0), (65461, 'KP_5', 87, 0, 0), (65462, 'KP_6', 88, 0, 0), (65463, 'KP_7', 89, 0, 0), (65464, 'KP_8', 91, 0, 0), (65465, 'KP_9', 92, 0, 0), (65474, 'F5', 96, 0, 0), (65475, 'F6', 97, 0, 0), (65476, 'F7', 98, 0, 0), (65472, 'F3', 99, 0, 0), (65477, 'F8', 100, 0, 0), (65478, 'F9', 101, 0, 0), (16777232, 'U+0010', 102, 0, 0), (65480, 'F11', 103, 0, 0), (16777232, 'U+0010', 104, 0, 0), (65482, 'F13', 105, 0, 0), (65485, 'F16', 106, 0, 0), (65483, 'F14', 107, 0, 0), (16777232, 'U+0010', 108, 0, 0), (65479, 'F10', 109, 0, 0), (16777232, 'U+0010', 110, 0, 0), (65481, 'F12', 111, 0, 0), (16777232, 'U+0010', 112, 0, 0), (65484, 'F15', 113, 0, 0), (16777221, 'U+0005', 114, 0, 0), (65360, 'Home', 115, 0, 0), (65365, 'Page_Up', 116, 0, 0), (65535, 'Delete', 117, 0, 0), (65473, 'F4', 118, 0, 0), (65367, 'End', 119, 0, 0), (65471, 'F2', 120, 0, 0), (65366, 'Page_Down', 121, 0, 0), (65470, 'F1', 122, 0, 0), (65361, 'Left', 123, 0, 0), (65363, 'Right', 124, 0, 0), (65364, 'Down', 125, 0, 0), (65362, 'Up', 126, 0, 0), (6656, '0x1a00', 128, 0, 0), (147633536, '0x8ccb580', 128, 0, 1), (8466312, '0x812f88', 128, 1, 0), (6400, '0x1900', 128, 1, 1)] (keymap=<gtk.gdk.Keymap object at 0x9eb2e18 (GdkKeymap at 0x1306fc0)>) |
---|
567 | 2014-11-23 19:07:20,750 layout=, variant= |
---|
568 | 2014-11-23 19:07:20,750 print=, query=, struct={} |
---|
569 | 2014-11-23 19:07:20,751 keycodes=[(97, 'a', 0, 0, 0), (65, 'A', 0, 0, 1), (229, 'aring', 0, 1, 0), (197, 'Aring',... |
---|
570 | 2014-11-23 19:07:20,751 x11 keycodes={}... |
---|
571 | 2014-11-23 19:07:20,751 xkbmap_mod_meanings: {} |
---|
572 | 2014-11-23 19:07:20,751 hash=65d3bd609b377a4fa326777ae80f07aaff49534f |
---|
573 | 2014-11-23 19:07:20,751 do_keys_changed() modifier_map={'control': 4, 'mod1': 8, 'mod2': 16, 'mod3': 32, 'mod4': 64, 'mod5': 128, 'lock': 2, 'shift': 1}, old hash=None, new hash=65d3bd609b377a4fa326777ae80f07aaff49534f |
---|
574 | 2014-11-23 19:07:20,751 make_tray_menu_helper() tray menu helper classes: [<function getOSXMenuHelper at 0x5a76df0>, <class 'xpra.client.gtk2.tray_menu.GTK2TrayMenu'>] |
---|
575 | 2014-11-23 19:07:20,751 make_instance[[<function getOSXMenuHelper at 0x5a76df0>, <class 'xpra.client.gtk2.tray_menu.GTK2TrayMenu'>], <XpraClient object at 0x8304b98 (xpra+client+gtk2+client+XpraClient at 0x965240)>] |
---|
576 | 2014-11-23 19:07:20,751 OSXMenuHelper(<XpraClient object at 0x8304b98 (xpra+client+gtk2+client+XpraClient at 0x965240)>) |
---|
577 | 2014-11-23 19:07:20,752 make_instance(..) <function getOSXMenuHelper at 0x5a76df0>()=<xpra.platform.darwin.osx_menu.OSXMenuHelper object at 0x9eb68f0> |
---|
578 | 2014-11-23 19:07:20,752 OSXMenuHelper.build() |
---|
579 | 2014-11-23 19:07:20,752 OSXMenuHelper.build_menu_bar() |
---|
580 | 2014-11-23 19:07:20,754 get_resources_dir() gtkosx_application_get_resource_path=/Applications/Developer/Xpra.app/Contents/Resources/bin |
---|
581 | 2014-11-23 19:07:20,754 get_resources_dir()=/Applications/Developer/Xpra.app/Contents/Resources/ |
---|
582 | 2014-11-23 19:07:20,754 get_icon_dir()=/Applications/Developer/Xpra.app/Contents/Resources/share/xpra/icons |
---|
583 | 2014-11-23 19:07:20,785 get_image(information.png, 24) pixbuf=<gtk.gdk.Pixbuf object at 0x9ec04b8 (GdkPixbuf at 0xc035d0)> |
---|
584 | 2014-11-23 19:07:20,786 get_tray_title()=Xpra |
---|
585 | 2014-11-23 19:07:20,819 make_tray(<gtk.MenuBar object at 0x9ec02d8 (GtkMenuBar at 0x9860d8)>, 'Xpra', '', <function xpra_tray_geometry at 0x9ebb330>, <function xpra_tray_click at 0x9ebb2b0>, <function xpra_tray_mouseover at 0x9ebb230>, <function xpra_tray_exit at 0x9ebb2f0>) tray classes=[<class 'xpra.platform.darwin.osx_tray.OSXTray'>, <class 'xpra.client.gtk_base.statusicon_tray.GTKStatusIconTray'>] |
---|
586 | 2014-11-23 19:07:20,819 make_instance[[<class 'xpra.platform.darwin.osx_tray.OSXTray'>, <class 'xpra.client.gtk_base.statusicon_tray.GTKStatusIconTray'>], <gtk.MenuBar object at 0x9ec02d8 (GtkMenuBar at 0x9860d8)>, 'Xpra', '', <function xpra_tray_geometry at 0x9ebb330>, <function xpra_tray_click at 0x9ebb2b0>, <function xpra_tray_mouseover at 0x9ebb230>, <function xpra_tray_exit at 0x9ebb2f0>] |
---|
587 | 2014-11-23 19:07:20,821 OSXMenuHelper.build() |
---|
588 | 2014-11-23 19:07:20,824 OSXMenuHelper.add_full_menu() |
---|
589 | 2014-11-23 19:07:20,824 get_resources_dir() gtkosx_application_get_resource_path=/Applications/Developer/Xpra.app/Contents/Resources/bin |
---|
590 | 2014-11-23 19:07:20,824 get_resources_dir()=/Applications/Developer/Xpra.app/Contents/Resources/ |
---|
591 | 2014-11-23 19:07:20,824 get_icon_dir()=/Applications/Developer/Xpra.app/Contents/Resources/share/xpra/icons |
---|
592 | 2014-11-23 19:07:20,831 get_image(statistics.png, 24) pixbuf=<gtk.gdk.Pixbuf object at 0x9ecc468 (GdkPixbuf at 0xc03640)> |
---|
593 | 2014-11-23 19:07:20,833 get_resources_dir() gtkosx_application_get_resource_path=/Applications/Developer/Xpra.app/Contents/Resources/bin |
---|
594 | 2014-11-23 19:07:20,833 get_resources_dir()=/Applications/Developer/Xpra.app/Contents/Resources/ |
---|
595 | 2014-11-23 19:07:20,833 get_icon_dir()=/Applications/Developer/Xpra.app/Contents/Resources/share/xpra/icons |
---|
596 | 2014-11-23 19:07:20,840 get_image(bugs.png, 24) pixbuf=<gtk.gdk.Pixbuf object at 0x9ecc5a8 (GdkPixbuf at 0xc036b0)> |
---|
597 | 2014-11-23 19:07:20,843 numlock_toggled((<TrayCheckMenuItem object at 0x9ecc698 (GtkCheckMenuItem at 0x1348330)>,)) menu active=True |
---|
598 | 2014-11-23 19:07:20,845 get_resources_dir() gtkosx_application_get_resource_path=/Applications/Developer/Xpra.app/Contents/Resources/bin |
---|
599 | 2014-11-23 19:07:20,845 get_resources_dir()=/Applications/Developer/Xpra.app/Contents/Resources/ |
---|
600 | 2014-11-23 19:07:20,845 get_icon_dir()=/Applications/Developer/Xpra.app/Contents/Resources/share/xpra/icons |
---|
601 | 2014-11-23 19:07:20,851 get_image(retry.png, 24) pixbuf=<gtk.gdk.Pixbuf object at 0x9ecc968 (GdkPixbuf at 0xc03720)> |
---|
602 | 2014-11-23 19:07:20,852 get_resources_dir() gtkosx_application_get_resource_path=/Applications/Developer/Xpra.app/Contents/Resources/bin |
---|
603 | 2014-11-23 19:07:20,852 get_resources_dir()=/Applications/Developer/Xpra.app/Contents/Resources/ |
---|
604 | 2014-11-23 19:07:20,852 get_icon_dir()=/Applications/Developer/Xpra.app/Contents/Resources/share/xpra/icons |
---|
605 | 2014-11-23 19:07:20,853 get_image(raise.png, 24) pixbuf=<gtk.gdk.Pixbuf object at 0x9ecca80 (GdkPixbuf at 0xc03790)> |
---|
606 | 2014-11-23 19:07:20,854 OSXTray.set_global_menu() done |
---|
607 | 2014-11-23 19:07:20,854 OSXTray.set_dock_menu() |
---|
608 | 2014-11-23 19:07:20,854 OSXTray.set_dock_menu() done |
---|
609 | 2014-11-23 19:07:20,854 make_instance(..) <class 'xpra.platform.darwin.osx_tray.OSXTray'>()=<xpra.platform.darwin.osx_tray.OSXTray object at 0x9ec8770> |
---|
610 | 2014-11-23 19:07:20,855 setup_xpra_tray()=<xpra.platform.darwin.osx_tray.OSXTray object at 0x9ec8770> |
---|
611 | 2014-11-23 19:07:20,855 get_resources_dir() gtkosx_application_get_resource_path=/Applications/Developer/Xpra.app/Contents/Resources/bin |
---|
612 | 2014-11-23 19:07:20,855 get_resources_dir()=/Applications/Developer/Xpra.app/Contents/Resources/ |
---|
613 | 2014-11-23 19:07:20,855 get_icon_dir()=/Applications/Developer/Xpra.app/Contents/Resources/share/xpra/icons |
---|
614 | 2014-11-23 19:07:20,855 get_tray_icon_filename using default: /Applications/Developer/Xpra.app/Contents/Resources/share/xpra/icons/xpra.png |
---|
615 | 2014-11-23 19:07:20,872 make_notifier() notifier classes: [<class 'xpra.client.gtk2.gtk2_notifier.GTK2_Notifier'>] |
---|
616 | 2014-11-23 19:07:20,872 make_instance[[<class 'xpra.client.gtk2.gtk2_notifier.GTK2_Notifier'>]] |
---|
617 | 2014-11-23 19:07:20,872 screen=<gtk.gdk.ScreenQuartz object at 0xaf9baa8 (GdkScreenQuartz at 0x9d5068)>, monitors=1 |
---|
618 | 2014-11-23 19:07:20,872 screen dimensions: 1680x1050 |
---|
619 | 2014-11-23 19:07:20,873 our reduced dimensions: 1660x986 |
---|
620 | 2014-11-23 19:07:20,873 make_instance(..) <class 'xpra.client.gtk2.gtk2_notifier.GTK2_Notifier'>()=<xpra.client.gtk2.gtk2_notifier.GTK2_Notifier object at 0xaf9d350> |
---|
621 | 2014-11-23 19:07:20,873 using notifier=<xpra.client.gtk2.gtk2_notifier.GTK2_Notifier object at 0xaf9d350> |
---|
622 | 2014-11-23 19:07:20,887 ClientExtras.__init__(<XpraClient object at 0x8304b98 (xpra+client+gtk2+client+XpraClient at 0x965240)>, {'tcp_proxy': '', 'system_tray': True, 'bell': True, 'socket_dir': '', 'key_shortcut': ['Meta+Shift+F4:quit', 'Meta+Shift+F8:magic_key', 'Meta+Shift+F11:show_session_info'], 'window_icon': '', 'xsettings': True, 'input_method': 'none', 'password_file': '', 'auto_refresh_delay': 0.15, 'min_quality': 30, 'cursors': True, 'encodings': ['h264', 'vp8', 'png', 'png/P', 'png/L', 'webp', 'rgb', 'rgb24', 'rgb32', 'jpeg', 'h265', 'vp9'], 'exit_ssh': True, 'border': 'auto,0', 'video_encoders': ['x264', 'vpx'], 'mdns': True, 'fake_xinerama': False, 'quality': 0, 'opengl': None, 'compressors': 'lz4, zlib, lzo', 'encoding': '', 'readonly': False, 'exit_with_client': False, 'speaker': True, 'min_speed': 0, 'tray_icon': '', 'remote_xpra': '~/.xpra/run-xpra', 'keyboard_sync': True, 'speed': 0, 'username': 'gimco', 'sharing': False, 'client_toolkit': 'gtk2', 'clipboard': True, 'csc_modules': ['swscale', 'cython'], 'encryption_keyfile': '', 'microphone': True, 'auth': '', 'mmap_group': False, 'speaker_codec': [], 'xvfb': '', 'ssh': 'ssh', 'microphone_codec': [], 'pulseaudio_command': '', 'swap_keys': True, 'window_layout': '', 'pings': False, 'clipboard_filter_file': '', 'daemon': True, 'dbus_proxy': False, 'exit_with_children': False, 'mmap': True, 'notifications': True, 'start_child': [], 'title': '@title@ on @client-machine@', 'pulseaudio': False, 'display': '', 'windows': True, 'delay_tray': False, 'packet_encoders': 'rencode, bencode, yaml', 'compression_level': 1, 'displayfd': False, 'encryption': '', 'debug': 'all', 'video_decoders': ['avcodec2', 'vpx'], 'session_name': '', 'log_file': '$DISPLAY.log', 'tray': True, 'bind_tcp': [], 'dpi': 96, 'use_display': False}, False) swap_keys=True |
---|
623 | 2014-11-23 19:07:20,911 starting console event loop with notifcation center=<CFNotificationCenter 0x8a92100 [0xa0717bd0]> and handler=<NotificationHandler: 0x8a92c90> |
---|
624 | 2014-11-23 19:07:20,911 setting swap_keys=True using <xpra.client.gtk_base.gtk_keyboard_helper.GTKKeyboardHelper object at 0x9ea0e90> |
---|
625 | 2014-11-23 19:07:20,912 <xpra.platform.darwin.keyboard.Keyboard object at 0x9eb6910>.swap_keys=True |
---|
626 | 2014-11-23 19:07:20,912 border color derived from ['tcp:192.168.60.179:8080']: #894559 |
---|
627 | 2014-11-23 19:07:20,912 border size is 0, disabling it |
---|
628 | 2014-11-23 19:07:20,913 get_resources_dir() gtkosx_application_get_resource_path=/Applications/Developer/Xpra.app/Contents/Resources/bin |
---|
629 | 2014-11-23 19:07:20,913 get_resources_dir()=/Applications/Developer/Xpra.app/Contents/Resources/ |
---|
630 | 2014-11-23 19:07:20,913 get_icon_dir()=/Applications/Developer/Xpra.app/Contents/Resources/share/xpra/icons |
---|
631 | 2014-11-23 19:07:20,913 get_pixbuf(xpra.png) icon_filename=/Applications/Developer/Xpra.app/Contents/Resources/share/xpra/icons/xpra.png |
---|
632 | 2014-11-23 19:07:20,960 setup_connection(SocketConnection(('192.168.33.152', 57881) - ('192.168.60.179', 8080))) |
---|
633 | 2014-11-23 19:07:20,961 enable_compressor(zlib): <function zcompress at 0x7200f0> |
---|
634 | 2014-11-23 19:07:21,053 mask_to_names(<flags 0 of type GdkModifierType>)=[] |
---|
635 | 2014-11-23 19:07:21,053 using default keyboard settings |
---|
636 | 2014-11-23 19:07:21,053 mask_to_names(<flags 0 of type GdkModifierType>)=[] |
---|
637 | 2014-11-23 19:07:51,140 desktop size is 1680x1050 with 1 screen(s): |
---|
638 | 2014-11-23 19:07:51,140 'imac.local' (592x370 mm) |
---|
639 | 2014-11-23 19:07:51,140 monitor 1 |
---|
640 | 2014-11-23 19:07:51,140 keyboard capabilities: [('keyboard_sync', False)] |
---|
641 | 2014-11-23 19:07:51,306 PIL.Image.OPEN={'PCX': (<class PIL.PcxImagePlugin.PcxImageFile at 0xafa8ed8>, <function _accept at 0xafc2bf0>), 'ICNS': (<class PIL.IcnsImagePlugin.IcnsImageFile at 0xb9acce0>, <function <lambda> at 0xb9b7770>), 'HDF5': (<class PIL.Hdf5StubImagePlugin.HDF5StubImageFile at 0xb9ac180>, <function _accept at 0xb9a84f0>), 'SUN': (<class PIL.SunImagePlugin.SunImageFile at 0xb9d6a40>, <function _accept at 0xb9e2430>), 'MIC': (<class PIL.MicImagePlugin.MicImageFile at 0xb9d0ea0>, <function _accept at 0xb9cd6f0>), 'EPS': (<class PIL.EpsImagePlugin.EpsImageFile at 0xafc91f0>, <function _accept at 0xafc2ef0>), 'MSP': (<class PIL.MspImagePlugin.MspImageFile at 0xb9d6180>, <function _accept at 0xb9cda30>), 'FLI': (<class PIL.FliImagePlugin.FliImageFile at 0xafc9340>, <function _accept at 0xafcc330>), 'FITS': (<class PIL.FitsStubImagePlugin.FITSStubImageFile at 0xafc9260>, <function _accept at 0xafcc1f0>), 'WEBP': (<class PIL.WebPImagePlugin.WebPImageFile at 0xb9d6c00>, <function _accept at 0xb9e2930>), 'GBR': (<class PIL.GbrImagePlugin.GbrImageFile at 0xafc9f10>, <function _accept at 0xafd5f70>), 'PCD': (<class PIL.PcdImagePlugin.PcdImageFile at 0xb9d6228>, None), 'PIXAR': (<class PIL.PixarImagePlugin.PixarImageFile at 0xb9d6458>, None), 'BUFR': (<class PIL.BufrStubImagePlugin.BufrStubImageFile at 0xafa8d50>, <function _accept at 0xafc29b0>), 'PPM': (<class PIL.PpmImagePlugin.PpmImageFile at 0xb9d65a8>, <function _accept at 0xb9cdf30>), 'WMF': (<class PIL.WmfImagePlugin.WmfStubImageFile at 0xb9d6ca8>, <function _accept at 0xb9e2b70>), 'SGI': (<class PIL.SgiImagePlugin.SgiImageFile at 0xb9d6768>, <function _accept at 0xb9e22b0>), 'BMP': (<class PIL.BmpImagePlugin.BmpImageFile at 0xafa8ca8>, <function _accept at 0xafc27f0>), 'TGA': (<class PIL.TgaImagePlugin.TgaImageFile at 0xb9d6a78>, None), 'DCX': (<class PIL.DcxImagePlugin.DcxImageFile at 0xafa8ea0>, <function _accept at 0xafc2cb0>), 'ICO': (<class PIL.IcoImagePlugin.IcoImageFile at 0xb9acd88>, <function _accept at 0xb9b79f0>), 'CUR': (<class PIL.CurImagePlugin.CurImageFile at 0xafa8df8>, <function _accept at 0xafc2ab0>), 'XPM': (<class PIL.XpmImagePlugin.XpmImageFile at 0xb9d6df8>, <function _accept at 0xb9e2d30>), 'TIFF': (<class PIL.TiffImagePlugin.TiffImageFile at 0xb9d07a0>, <function _accept at 0xb9bf5f0>), 'JPEG': (<function jpeg_factory at 0xb9cd430>, <function _accept at 0xb9cd0f0>), 'SPIDER': (<class PIL.SpiderImagePlugin.SpiderImageFile at 0xb9d69d0>, None), 'GIF': (<class PIL.GifImagePlugin.GifImageFile at 0xafc9f48>, <function _accept at 0xafd5fb0>), 'GRIB': (<class PIL.GribStubImagePlugin.GribStubImageFile at 0xb9ac0d8>, <function _accept at 0xb9a83b0>), 'IM': (<class PIL.ImImagePlugin.ImImageFile at 0xb9acea0>, None), 'IMT': (<class PIL.ImtImagePlugin.ImtImageFile at 0xb9acf10>, None), 'IPTC': (<class PIL.IptcImagePlugin.IptcImageFile at 0xb9acf80>, None), 'FPX': (<class PIL.FpxImagePlugin.FpxImageFile at 0xafc95a8>, <function _accept at 0xafd5070>), 'XBM': (<class PIL.XbmImagePlugin.XbmImageFile at 0xb9d6dc0>, <function _accept at 0xb9e2ab0>), 'MPEG': (<class PIL.MpegImagePlugin.MpegImageFile at 0xb9d6030>, None), 'PSD': (<class PIL.PsdImagePlugin.PsdImageFile at 0xb9d6688>, <function _accept at 0xb9e20f0>), 'XVTHUMB': (<class PIL.XVThumbImagePlugin.XVThumbImageFile at 0xb9d6ea0>, None), 'JPEG2000': (<class PIL.Jpeg2KImagePlugin.Jpeg2KImageFile at 0xb9d0d18>, <function _accept at 0xb9cd570>), 'PNG': (<class PIL.PngImagePlugin.PngImageFile at 0xb9acc38>, <function _accept at 0xb9a8cf0>), 'MCIDAS': (<class PIL.McIdasImagePlugin.McIdasImageFile at 0xb9d0dc0>, <function _accept at 0xb9cd6b0>)} |
---|
642 | 2014-11-23 19:07:51,307 PIL.Image can OPEN png |
---|
643 | 2014-11-23 19:07:51,307 PIL.Image can OPEN png/L |
---|
644 | 2014-11-23 19:07:51,307 PIL.Image can OPEN png/P |
---|
645 | 2014-11-23 19:07:51,308 PIL.Image can OPEN jpeg |
---|
646 | 2014-11-23 19:07:51,308 do_get_PIL_codings(<module 'PIL' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/PIL/__init__.pyc'>, OPEN)=['png', 'png/L', 'png/P', 'jpeg'] |
---|
647 | 2014-11-23 19:07:51,308 video_decodings=['h264', 'h265', 'vp9', 'vp8'] |
---|
648 | 2014-11-23 19:07:51,308 do_get_core_encodings()=['h264', 'vp8', 'png', 'png/P', 'png/L', 'webp', 'rgb24', 'jpeg', 'h265', 'vp9'] |
---|
649 | 2014-11-23 19:07:51,308 get_server_full_csc_modes_for_rgb('RGB', 'RGBX') |
---|
650 | 2014-11-23 19:07:51,308 found decoder dec_avcodec2 for h264 with ARGB mode |
---|
651 | 2014-11-23 19:07:51,308 found decoder dec_avcodec2 for h264 with BGRA mode |
---|
652 | 2014-11-23 19:07:51,309 found decoder dec_avcodec2 for h264 with BGRX mode |
---|
653 | 2014-11-23 19:07:51,309 found decoder dec_avcodec2 for h264 with GBRP mode |
---|
654 | 2014-11-23 19:07:51,309 found decoder dec_avcodec2 for h264 with RGB mode |
---|
655 | 2014-11-23 19:07:51,309 found decoder dec_avcodec2 for h264 with XRGB mode |
---|
656 | 2014-11-23 19:07:51,309 found decoder dec_avcodec2 for h264 with YUV420P mode |
---|
657 | 2014-11-23 19:07:51,309 found decoder dec_avcodec2 for h264 with YUV422P mode |
---|
658 | 2014-11-23 19:07:51,309 found decoder dec_avcodec2 for h264 with YUV444P mode |
---|
659 | 2014-11-23 19:07:51,309 found decoder dec_avcodec2 for h265 with ARGB mode |
---|
660 | 2014-11-23 19:07:51,309 found decoder dec_avcodec2 for h265 with BGRA mode |
---|
661 | 2014-11-23 19:07:51,309 found decoder dec_avcodec2 for h265 with BGRX mode |
---|
662 | 2014-11-23 19:07:51,310 found decoder dec_avcodec2 for h265 with GBRP mode |
---|
663 | 2014-11-23 19:07:51,310 found decoder dec_avcodec2 for h265 with RGB mode |
---|
664 | 2014-11-23 19:07:51,310 found decoder dec_avcodec2 for h265 with XRGB mode |
---|
665 | 2014-11-23 19:07:51,310 found decoder dec_avcodec2 for h265 with YUV420P mode |
---|
666 | 2014-11-23 19:07:51,310 found decoder dec_avcodec2 for h265 with YUV422P mode |
---|
667 | 2014-11-23 19:07:51,310 found decoder dec_avcodec2 for h265 with YUV444P mode |
---|
668 | 2014-11-23 19:07:51,310 found decoder dec_avcodec2 for vp9 with YUV420P mode |
---|
669 | 2014-11-23 19:07:51,310 found decoder dec_avcodec2 for vp9 with YUV422P mode |
---|
670 | 2014-11-23 19:07:51,310 found decoder dec_avcodec2 for vp9 with YUV444P mode |
---|
671 | 2014-11-23 19:07:51,310 found decoder dec_avcodec2 for vp8 with YUV420P mode |
---|
672 | 2014-11-23 19:07:51,311 found decoder dec_vpx for vp8 with YUV420P mode |
---|
673 | 2014-11-23 19:07:51,311 get_client_full_csc_modes(('BGR', 'BGRX', 'GBRP', 'RGB', 'RGBX', 'XRGB', 'YUV420P', 'YUV422P', 'YUV444P'))={'h264': ['ARGB', 'BGRA', 'BGRX', 'GBRP', 'RGB', 'XRGB', 'YUV420P', 'YUV422P', 'YUV444P'], 'h265': ['BGRX', 'GBRP', 'RGB', 'XRGB', 'YUV420P', 'YUV422P', 'YUV444P'], 'vp9': ['YUV420P', 'YUV422P', 'YUV444P'], 'vp8': ['YUV420P']} |
---|
674 | 2014-11-23 19:07:51,311 supported full csc_modes={'h264': ['ARGB', 'BGRA', 'BGRX', 'GBRP', 'RGB', 'XRGB', 'YUV420P', 'YUV422P', 'YUV444P'], 'h265': ['BGRX', 'GBRP', 'RGB', 'XRGB', 'YUV420P', 'YUV422P', 'YUV444P'], 'vp9': ['YUV420P', 'YUV422P', 'YUV444P'], 'vp8': ['YUV420P']} |
---|
675 | 2014-11-23 19:07:51,311 encoding capabilities: [('encoding.video_scaling', True), ('encoding.numpy.version', '1.8.1'), ('encoding.video_separateplane', True), ('encoding.video_subregion', True), ('encoding.cython.version', (0, 3, '0', '21', '1')), ('encodings', ['h264', 'vp8', 'png', 'png/P', 'png/L', 'webp', 'rgb', 'jpeg', 'h265', 'vp9']), ('encoding.swscale.version', (3, 0, 100)), ('encoding.dec_webp.version', (0, 4, 2)), ('encoding.vpx.version', u'v1.3.0'), ('encoding.csc_modes', ['YUV422P', 'BGRX', 'GBRP', 'RGB', 'YUV420P', 'BGRA', 'ARGB', 'XRGB', 'YUV444P']), ('encodings.rgb_formats', ['RGB', 'RGBX']), ('encoding.speed', 0), ('encoding.enc_webp.version', (0, 4, 2)), ('encoding.PIL.version', '2.6.1'), ('encoding.rgb_zlib', True), ('encoding.full_csc_modes', {'h264': ['ARGB', 'BGRA', 'BGRX', 'GBRP', 'RGB', 'XRGB', 'YUV420P', 'YUV422P', 'YUV444P'], 'h265': ['BGRX', 'GBRP', 'RGB', 'XRGB', 'YUV420P', 'YUV422P', 'YUV444P'], 'vp9': ['YUV420P', 'YUV422P', 'YUV444P'], 'vp8': ['YUV420P']}), ('encoding.x264.version', 142), ('encoding.transparency', True), ('encoding.webp_leaks', False), ('encoding.rgb24zlib', True), ('encoding.csc_atoms', True), ('encoding.rgb_lzo', True), ('encoding.client_options', True), ('encoding.min-quality', 30), ('encodings.core', ['h264', 'vp8', 'png', 'png/P', 'png/L', 'webp', 'rgb24', 'jpeg', 'h265', 'vp9', 'rgb32', 'rgb']), ('encoding.avcodec2.version', (56, 1, 100)), ('encoding.video_reinit', True), ('encoding_client_options', True), ('encoding.rgb_lz4', True), ('encoding.min-speed', 0)] |
---|
676 | 2014-11-23 19:07:51,311 x264 encoding options: [('encoding.x264.I420.profile', 'high10'), ('encoding.x264.version', 142), ('encoding.x264.YUV420P.profile', 'high10')] |
---|
677 | 2014-11-23 19:07:51,311 loaded <module 'xpra.sound' from '/Applications/Developer/Xpra.app/Contents/Resources/lib/python/xpra/sound/__init__.pyc'> |
---|
678 | 2014-11-23 19:07:51,312 sound capabilities: {'pulseaudio.id': '', 'gst.version': (0, 10, 36), 'decoders': ['mp3', 'wavpack', 'wav', 'flac', 'speex'], 'pygst.version': (0, 10, 22), 'send': True, 'plugins': ['aacparse', 'ac3parse', 'amrparse', 'appsink', 'appsrc', 'audioamplify', 'audiochebband', 'audiocheblimit', 'audioconvert', 'audiodynamic', 'audioecho', 'audiofirfilter', 'audioiirfilter', 'audioinvert', 'audiokaraoke', 'audiopanorama', 'audiorate', 'audioresample', 'audiotestsrc', 'audiowsincband', 'audiowsinclimit', 'bin', 'capsfilter', 'dcaparse', 'faac', 'faad', 'fakesink', 'fakesrc', 'fdsink', 'fdsrc', 'filesink', 'filesrc', 'flacdec', 'flacenc', 'flacparse', 'flactag', 'funnel', 'identity', 'input-selector', 'lame', 'lamemp3enc', 'mad', 'mp3parse', 'mpegaudioparse', 'multiqueue', 'oggaviparse', 'oggdemux', 'oggmux', 'oggparse', 'ogmaudioparse', 'ogmtextparse', 'ogmvideoparse', 'oss4mixer', 'oss4sink', 'oss4src', 'osxaudiosink', 'osxaudiosrc', 'output-selector', 'pipeline', 'queue', 'queue2', 'speexdec', 'speexenc', 'tee', 'typefind', 'valve', 'volume', 'vorbisdec', 'vorbisenc', 'vorbisparse', 'vorbistag', 'wavenc', 'wavpackdec', 'wavpackenc', 'wavpackparse', 'wavparse', 'xingmux'], 'encoders': ['mp3', 'wavpack', 'wav', 'flac', 'speex'], 'receive': True, 'devices': 4, 'pulseaudio.server': ''} |
---|
679 | 2014-11-23 19:07:51,312 batch props=[] |
---|
680 | 2014-11-23 19:07:51,313 send_hello() packet={'pycrypto.version': '2.6.1', 'encoding.video_scaling': True, 'named_cursors': True, 'cairo.version': '1.10.0', 'window.resize-counter': True, 'bell': True, 'encoding.cython.version': (0, 3, '0', '21', '1'), 'platform.release': '14.0.0', 'lz4': True, 'encoding.swscale.version': (3, 0, 100), 'encoding.dec_webp.version': (0, 4, 2), 'glib.version': (2, 40, 0), 'encoding.vpx.version': u'v1.3.0', 'encoding.h264.I420.profile': 'high10', 'encoding.avcodec2.version': (56, 1, 100), 'speed': 0, 'sound.receive': True, 'digest': ('hmac', 'xor'), 'aliases': {'lost-window': 1, 'configure-override-redirect': 2, 'draw': 3, 'disconnect': 14, 'notify_close': 4, 'bell': 5, 'new-override-redirect': 6, 'challenge': 16, 'ping': 7, 'invalid': 17, 'cursor': 8, 'set_deflate': 18, 'ping_echo': 9, 'notify_show': 10, 'pointer-ungrab': 15, 'connection-lost': 20, 'new-window': 11, 'gibberish': 21, 'pointer-grab': 19, 'hello': 12, 'window-metadata': 13}, 'platform.platform': 'Darwin-14.0.0-x86_64-i386-32bit', 'encoding.speed': 0, 'clipboard.want_targets': True, 'uuid': '4b52d0b29a54504e4d03df240c58e39a83eea512', 'yaml': True, 'mmap': True, 'encoding.video_subregion': True, 'xkbmap_layout': '', 'xkbmap_mod_meanings': '', 'encoding.PIL.version': '2.6.1', 'platform': 'darwin', 'sound.server_driven': True, 'clipboard': True, 'encodings.rgb_formats': ['RGB', 'RGBX'], 'chunked_compression': True, 'xkbmap_query_struct': '', 'keyboard_sync': False, 'sound.pygst.version': (0, 10, 22), 'sound.send': True, 'screen_sizes': [('imac.local', 1680, 1050, 592, 370, [('', 0, 0, 1680, 1050, 592, 370)], 0, 0, 1680, 1050)], 'username': 'gimco', 'yaml.version': '3.11', 'encoding.h264.YUV420P.profile': 'high10', 'pango.version': '1.36.5', 'encoding.transparency': True, 'build.cpu': 'i386', 'pycrypto.fastmath': False, 'xkbmap_query': '', 'encoding.rgb24zlib': True, 'platform.machine': 'x86_64', 'pointer.grabs': True, 'lzo': True, 'encoding.x264.YUV420P.profile': 'high10', 'build.on': 'osx.local', 'rencode': True, 'generic_window_types': True, 'xkbmap_mod_managed': '', 'window.raise': True, 'modifiers': [], 'name': 'Bruno', 'encoding.client_options': True, 'wants_events': True, 'platform.name': 'Mac OSX', 'zlib': True, 'build.revision': '8135', 'client_type': 'Python/Gtk2', 'sound.pulseaudio.server': '', 'encoding.csc_modes': ['YUV422P', 'BGRX', 'GBRP', 'RGB', 'YUV420P', 'BGRA', 'ARGB', 'XRGB', 'YUV444P'], 'build.by': 'MacAdmin', 'machine_id': 'None', 'zlib.version': '1.0', 'python.version': (2, 7, 8), 'encoding.numpy.version': '1.8.1', 'encoding.x264.version': 142, 'encoding.video_separateplane': True, 'build.time': '01:20', 'server-window-move-resize': True, 'desktop_size': [1680, 1050], 'xkbmap_print': '', 'encodings': ['h264', 'vp8', 'png', 'png/P', 'png/L', 'webp', 'rgb', 'jpeg', 'h265', 'vp9'], 'build.compiler': 'i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)', 'xkbmap_variant': '', 'sound.pulseaudio.id': '', 'cursors': True, 'randr_notify': True, 'sound.decoders': ['mp3', 'wavpack', 'wav', 'flac', 'speex'], 'rencode.version': ('Cython', 1, 0, 2), 'encoding.supports_delta': ['png', 'rgb24', 'rgb32'], 'generic-rgb-encodings': True, 'encoding.enc_webp.version': (0, 4, 2), 'gtk.version': (2, 24, 24), 'xkbmap_keycodes': [(97, 'a', 0, 0, 0), (65, 'A', 0, 0, 1), (229, 'aring', 0, 1, 0), (197, 'Aring', 0, 1, 1), (115, 's', 1, 0, 0), (83, 'S', 1, 0, 1), (2239, 'integral', 1, 1, 0), (32, 'space', 1, 1, 1), (100, 'd', 2, 0, 0), (68, 'D', 2, 0, 1), (2287, 'partialderivative', 2, 1, 0), (16785926, 'U+2206', 2, 1, 1), (102, 'f', 3, 0, 0), (70, 'F', 3, 0, 1), (2294, 'function', 3, 1, 0), (16841473, 'U+FB01', 3, 1, 1), (104, 'h', 4, 0, 0), (72, 'H', 4, 0, 1), (2761, 'trademark', 4, 1, 0), (32, 'space', 4, 1, 1), (103, 'g', 5, 0, 0), (71, 'G', 5, 0, 1), (16840959, 'U+F8FF', 5, 1, 0), (16841474, 'U+FB02', 5, 1, 1), (122, 'z', 6, 0, 0), (90, 'Z', 6, 0, 1), (2009, 'Greek_OMEGA', 6, 1, 0), (16785465, 'U+2039', 6, 1, 1), (120, 'x', 7, 0, 0), (88, 'X', 7, 0, 1), (16785937, 'U+2211', 7, 1, 0), (16785466, 'U+203A', 7, 1, 1), (99, 'c', 8, 0, 0), (67, 'C', 8, 0, 1), (169, 'copyright', 8, 1, 0), (32, 'space', 8, 1, 1), (118, 'v', 9, 0, 0), (86, 'V', 9, 0, 1), (2262, 'radical', 9, 1, 0), (16786890, 'U+25CA', 9, 1, 1), (186, 'masculine', 10, 0, 0), (170, 'ordfeminine', 10, 0, 1), (92, 'backslash', 10, 1, 0), (176, 'degree', 10, 1, 1), (98, 'b', 11, 0, 0), (66, 'B', 11, 0, 1), (223, 'ssharp', 11, 1, 0), (113, 'q', 12, 0, 0), (81, 'Q', 12, 0, 1), (5053, 'oe', 12, 1, 0), (5052, 'OE', 12, 1, 1), (119, 'w', 13, 0, 0), (87, 'W', 13, 0, 1), (230, 'ae', 13, 1, 0), (198, 'AE', 13, 1, 1), (101, 'e', 14, 0, 0), (69, 'E', 14, 0, 1), (8364, 'EuroSign', 14, 1, 0), (114, 'r', 15, 0, 0), (82, 'R', 15, 0, 1), (174, 'registered', 15, 1, 0), (32, 'space', 15, 1, 1), (121, 'y', 16, 0, 0), (89, 'Y', 16, 0, 1), (165, 'yen', 16, 1, 0), (32, 'space', 16, 1, 1), (116, 't', 17, 0, 0), (84, 'T', 17, 0, 1), (2801, 'dagger', 17, 1, 0), (2802, 'doubledagger', 17, 1, 1), (49, '1', 18, 0, 0), (33, 'exclam', 18, 0, 1), (124, 'bar', 18, 1, 0), (697, 'idotless', 18, 1, 1), (50, '2', 19, 0, 0), (34, 'quotedbl', 19, 0, 1), (64, 'at', 19, 1, 0), (445, 'doubleacute', 19, 1, 1), (51, '3', 20, 0, 0), (183, 'periodcentered', 20, 0, 1), (35, 'numbersign', 20, 1, 0), (2790, 'enfilledcircbullet', 20, 1, 1), (52, '4', 21, 0, 0), (36, 'dollar', 21, 0, 1), (162, 'cent', 21, 1, 0), (163, 'sterling', 21, 1, 1), (54, '6', 22, 0, 0), (38, 'ampersand', 22, 0, 1), (172, 'notsign', 22, 1, 0), (32, 'space', 22, 1, 1), (53, '5', 23, 0, 0), (37, 'percent', 23, 0, 1), (2242, 'infinity', 23, 1, 0), (16785456, 'U+2030', 23, 1, 1), (161, 'exclamdown', 24, 0, 0), (191, 'questiondown', 24, 0, 1), (2813, 'singlelowquotemark', 24, 1, 0), (434, 'ogonek', 24, 1, 1), (57, '9', 25, 0, 0), (41, 'parenright', 25, 0, 1), (2771, 'rightdoublequotemark', 25, 1, 0), (2769, 'rightsinglequotemark', 25, 1, 1), (55, '7', 26, 0, 0), (47, 'slash', 26, 0, 1), (247, 'division', 26, 1, 0), (16785476, 'U+2044', 26, 1, 1), (39, 'apostrophe', 27, 0, 0), (63, 'question', 27, 0, 1), (180, 'acute', 27, 1, 0), (184, 'cedilla', 27, 1, 1), (56, '8', 28, 0, 0), (40, 'parenleft', 28, 0, 1), (2770, 'leftdoublequotemark', 28, 1, 0), (2768, 'leftsinglequotemark', 28, 1, 1), (48, '0', 29, 0, 0), (61, 'equal', 29, 0, 1), (2237, 'notequal', 29, 1, 0), (16785992, 'U+2248', 29, 1, 1), (43, 'plus', 30, 0, 0), (42, 'asterisk', 30, 0, 1), (93, 'bracketright', 30, 1, 0), (177, 'plusminus', 30, 1, 1), (111, 'o', 31, 0, 0), (79, 'O', 31, 0, 1), (248, 'oslash', 31, 1, 0), (216, 'Ooblique', 31, 1, 1), (117, 'u', 32, 0, 0), (85, 'U', 32, 0, 1), (32, 'space', 32, 1, 0), (65104, 'dead_grave', 33, 0, 0), (65106, 'dead_circumflex', 33, 0, 1), (91, 'bracketleft', 33, 1, 0), (16777926, 'U+02C6', 33, 1, 1), (105, 'i', 34, 0, 0), (73, 'I', 34, 0, 1), (32, 'space', 34, 1, 0), (112, 'p', 35, 0, 0), (80, 'P', 35, 0, 1), (2032, 'Greek_pi', 35, 1, 0), (16785935, 'U+220F', 35, 1, 1), (65293, 'Return', 36, 0, 0), (108, 'l', 37, 0, 0), (76, 'L', 37, 0, 1), (32, 'space', 37, 1, 0), (418, 'breve', 37, 1, 1), (106, 'j', 38, 0, 0), (74, 'J', 38, 0, 1), (182, 'paragraph', 38, 1, 0), (175, 'macron', 38, 1, 1), (65105, 'dead_acute', 39, 0, 0), (65111, 'dead_diaeresis', 39, 0, 1), (123, 'braceleft', 39, 1, 0), (171, 'guillemotleft', 39, 1, 1), (107, 'k', 40, 0, 0), (75, 'K', 40, 0, 1), (167, 'section', 40, 1, 0), (439, 'caron', 40, 1, 1), (241, 'ntilde', 41, 0, 0), (209, 'Ntilde', 41, 0, 1), (65107, 'dead_tilde', 41, 1, 0), (16777948, 'U+02DC', 41, 1, 1), (231, 'ccedilla', 42, 0, 0), (199, 'Ccedilla', 42, 0, 1), (125, 'braceright', 42, 1, 0), (187, 'guillemotright', 42, 1, 1), (44, 'comma', 43, 0, 0), (59, 'semicolon', 43, 0, 1), (2814, 'doublelowquotemark', 43, 1, 0), (45, 'minus', 44, 0, 0), (95, 'underscore', 44, 0, 1), (2730, 'endash', 44, 1, 0), (2729, 'emdash', 44, 1, 1), (110, 'n', 45, 0, 0), (78, 'N', 45, 0, 1), (32, 'space', 45, 1, 0), (511, 'abovedot', 45, 1, 1), (109, 'm', 46, 0, 0), (77, 'M', 46, 0, 1), (181, 'mu', 46, 1, 0), (16777946, 'U+02DA', 46, 1, 1), (46, 'period', 47, 0, 0), (58, 'colon', 47, 0, 1), (2734, 'ellipsis', 47, 1, 0), (65289, 'Tab', 48, 0, 0), (65056, 'ISO_Left_Tab', 48, 0, 1), (65289, 'Tab', 48, 1, 0), (32, 'space', 49, 0, 0), (160, 'nobreakspace', 49, 1, 0), (60, 'less', 50, 0, 0), (62, 'greater', 50, 0, 1), (2236, 'lessthanequal', 50, 1, 0), (2238, 'greaterthanequal', 50, 1, 1), (65288, 'BackSpace', 51, 0, 0), (65293, 'Return', 52, 0, 0), (65307, 'Escape', 53, 0, 0), (65512, 'Meta_R', 54, 0, 0), (65511, 'Meta_L', 55, 0, 0), (65505, 'Shift_L', 56, 0, 0), (65509, 'Caps_Lock', 57, 0, 0), (65513, 'Alt_L', 58, 0, 0), (65507, 'Control_L', 59, 0, 0), (65506, 'Shift_R', 60, 0, 0), (65514, 'Alt_R', 61, 0, 0), (65508, 'Control_R', 62, 0, 0), (44, 'comma', 65, 0, 0), (65363, 'Right', 66, 0, 0), (42, 'asterisk', 66, 0, 1), (65450, 'KP_Multiply', 67, 0, 0), (65451, 'KP_Add', 69, 0, 0), (65361, 'Left', 70, 0, 0), (43, 'plus', 70, 0, 1), (65307, 'Escape', 71, 0, 0), (65364, 'Down', 72, 0, 0), (61, 'equal', 72, 0, 1), (65455, 'KP_Divide', 75, 0, 0), (65421, 'KP_Enter', 76, 0, 0), (65362, 'Up', 77, 0, 0), (47, 'slash', 77, 0, 1), (65453, 'KP_Subtract', 78, 0, 0), (65469, 'KP_Equal', 81, 0, 0), (65456, 'KP_0', 82, 0, 0), (65457, 'KP_1', 83, 0, 0), (65458, 'KP_2', 84, 0, 0), (65459, 'KP_3', 85, 0, 0), (65460, 'KP_4', 86, 0, 0), (65461, 'KP_5', 87, 0, 0), (65462, 'KP_6', 88, 0, 0), (65463, 'KP_7', 89, 0, 0), (65464, 'KP_8', 91, 0, 0), (65465, 'KP_9', 92, 0, 0), (65474, 'F5', 96, 0, 0), (65475, 'F6', 97, 0, 0), (65476, 'F7', 98, 0, 0), (65472, 'F3', 99, 0, 0), (65477, 'F8', 100, 0, 0), (65478, 'F9', 101, 0, 0), (16777232, 'U+0010', 102, 0, 0), (65480, 'F11', 103, 0, 0), (16777232, 'U+0010', 104, 0, 0), (65482, 'F13', 105, 0, 0), (65485, 'F16', 106, 0, 0), (65483, 'F14', 107, 0, 0), (16777232, 'U+0010', 108, 0, 0), (65479, 'F10', 109, 0, 0), (16777232, 'U+0010', 110, 0, 0), (65481, 'F12', 111, 0, 0), (16777232, 'U+0010', 112, 0, 0), (65484, 'F15', 113, 0, 0), (16777221, 'U+0005', 114, 0, 0), (65360, 'Home', 115, 0, 0), (65365, 'Page_Up', 116, 0, 0), (65535, 'Delete', 117, 0, 0), (65473, 'F4', 118, 0, 0), (65367, 'End', 119, 0, 0), (65471, 'F2', 120, 0, 0), (65366, 'Page_Down', 121, 0, 0), (65470, 'F1', 122, 0, 0), (65361, 'Left', 123, 0, 0), (65363, 'Right', 124, 0, 0), (65364, 'Down', 125, 0, 0), (65362, 'Up', 126, 0, 0), (6656, '0x1a00', 128, 0, 0), (147633536, '0x8ccb580', 128, 0, 1), (8466312, '0x812f88', 128, 1, 0), (6400, '0x1900', 128, 1, 1)], 'system_tray': True, 'encoders': ['bencode', 'rencode', 'yaml'], 'rgb24zlib': True, 'raw_window_icons': True, 'clipboard.set_enabled': True, 'build.python': '(2, 7, 8)', 'compressors': ['zlib', 'lz4', 'lzo'], 'auto_refresh_delay': 150, 'hostname': 'imac.local', 'namespace': True, 'build.cython': '0.21.1', 'encoding.rgb_zlib': True, 'encoding.generic': True, 'version': '0.14.12', 'clipboard.greedy': True, 'build.bit': '32bit', 'encoding.full_csc_modes': {'h264': ['ARGB', 'BGRA', 'BGRX', 'GBRP', 'RGB', 'XRGB', 'YUV420P', 'YUV422P', 'YUV444P'], 'h265': ['BGRX', 'GBRP', 'RGB', 'XRGB', 'YUV420P', 'YUV422P', 'YUV444P'], 'vp9': ['YUV420P', 'YUV422P', 'YUV444P'], 'vp8': ['YUV420P']}, 'compressible_cursors': True, 'build.linker': '', 'encoding.rgb_lzo': True, 'encoding.rgb_lz4': True, 'clipboard.notifications': True, 'sound.encoders': ['mp3', 'wavpack', 'wav', 'flac', 'speex'], 'sound.devices': 4, 'encoding.x264.I420.profile': 'high10', 'notify-startup-complete': True, 'bencode': True, 'xkbmap_mod_pointermissing': ['lock', 'control'], 'encoding.webp_leaks': False, 'encoding.uses_swscale': True, 'server-window-resize': True, 'xsettings-tuple': True, 'clipboard.selections': ['CLIPBOARD'], 'pygtk.version': (2, 24, 0), 'sound.plugins': ['aacparse', 'ac3parse', 'amrparse', 'appsink', 'appsrc', 'audioamplify', 'audiochebband', 'audiocheblimit', 'audioconvert', 'audiodynamic', 'audioecho', 'audiofirfilter', 'audioiirfilter', 'audioinvert', 'audiokaraoke', 'audiopanorama', 'audiorate', 'audioresample', 'audiotestsrc', 'audiowsincband', 'audiowsinclimit', 'bin', 'capsfilter', 'dcaparse', 'faac', 'faad', 'fakesink', 'fakesrc', 'fdsink', 'fdsrc', 'filesink', 'filesrc', 'flacdec', 'flacenc', 'flacparse', 'flactag', 'funnel', 'identity', 'input-selector', 'lame', 'lamemp3enc', 'mad', 'mp3parse', 'mpegaudioparse', 'multiqueue', 'oggaviparse', 'oggdemux', 'oggmux', 'oggparse', 'ogmaudioparse', 'ogmtextparse', 'ogmvideoparse', 'oss4mixer', 'oss4sink', 'oss4src', 'osxaudiosink', 'osxaudiosrc', 'output-selector', 'pipeline', 'queue', 'queue2', 'speexdec', 'speexenc', 'tee', 'typefind', 'valve', 'volume', 'vorbisdec', 'vorbisenc', 'vorbisparse', 'vorbistag', 'wavenc', 'wavpackdec', 'wavpackenc', 'wavpackparse', 'wavparse', 'xingmux'], 'gobject.version': (2, 28, 6), 'encoding.video_reinit': True, 'sound.gst.version': (0, 10, 36), 'encoding.csc_atoms': True, 'build.date': '2014-11-21', 'xkbmap_x11_keycodes': '', 'encoding_client_options': True, 'lzo.version': '1.08', 'pycrypto': True, 'notifications': True, 'windows': True, 'encoding.min-quality': 30, 'encodings.core': ['h264', 'vp8', 'png', 'png/P', 'png/L', 'webp', 'rgb24', 'jpeg', 'h265', 'vp9', 'rgb32', 'rgb'], 'raw_packets': True, 'gdk.version': '2.24.0', 'compression_level': 1, 'dpi': 96, 'bencode.version': ('Cython', 0, 11), 'build.local_modifications': '0', 'platform.processor': 'i386', 'share': False, 'encoding.initial_quality': 30, 'control_commands': ['show_session_info', 'enable_bencode', 'enable_zlib', 'enable_zlib', 'enable_lz4', 'enable_lzo', 'enable_bencode', 'enable_rencode', 'enable_yaml'], 'encoding.min-speed': 0, 'build.version': '0.14.12'} |
---|
681 | 2014-11-23 19:07:51,328 connection timed out |
---|
682 | 2014-11-23 19:07:51,328 GTKXpraClient.quit(2) current exit_code=None |
---|
683 | 2014-11-23 19:07:51,329 UIXpraClient.cleanup() |
---|
684 | 2014-11-23 19:07:51,329 XpraClientBase.cleanup() protocol=Protocol(SocketConnection(('192.168.33.152', 57881) - ('192.168.60.179', 8080))) |
---|
685 | 2014-11-23 19:07:51,329 close() closed=False |
---|
686 | 2014-11-23 19:07:51,329 terminate_queue_threads() |
---|
687 | 2014-11-23 19:07:51,330 UIXpraClient.cleanup() calling <class 'xpra.client.gtk_base.gtk_keyboard_helper.GTKKeyboardHelper'>.cleanup() |
---|
688 | 2014-11-23 19:07:51,330 UIXpraClient.cleanup() calling <class 'xpra.platform.darwin.osx_tray.OSXTray'>.cleanup() |
---|
689 | 2014-11-23 19:07:51,330 UIXpraClient.cleanup() calling <class 'xpra.client.gtk2.gtk2_notifier.GTK2_Notifier'>.cleanup() |
---|
690 | 2014-11-23 19:07:51,330 UIXpraClient.cleanup() calling <class 'xpra.platform.darwin.osx_menu.OSXMenuHelper'>.cleanup() |
---|
691 | 2014-11-23 19:07:51,330 cleanup() session_info=None |
---|
692 | 2014-11-23 19:07:51,330 UIXpraClient.cleanup() calling <class 'xpra.platform.darwin.gui.ClientExtras'>.cleanup() |
---|
693 | 2014-11-23 19:07:51,331 UIXpraClient.cleanup() calling <class 'xpra.codecs.video_helper.VideoHelper'>.cleanup() |
---|
694 | 2014-11-23 19:07:51,331 csc_swscale.cleanup_module() |
---|
695 | 2014-11-23 19:07:51,331 csc_cython.cleanup_module() |
---|
696 | 2014-11-23 19:07:51,331 dec_avcodec2.cleanup_module() |
---|
697 | 2014-11-23 19:07:51,331 vpx.decoder.cleanup_module() |
---|
698 | 2014-11-23 19:07:51,331 XpraClient.clean_mmap() mmap_filename=None |
---|
699 | 2014-11-23 19:07:51,536 UIXpraClient.cleanup() done |
---|
700 | 2014-11-23 19:07:51,537 GTKXpraClient.quit(2) main loop at level 1, calling gtk quit via timeout |
---|
701 | 2014-11-23 19:07:51,539 Connection lost |
---|
702 | 2014-11-23 19:07:51,539 GTKXpraClient.quit(1) current exit_code=2 |
---|
703 | 2014-11-23 19:07:51,539 UIXpraClient.cleanup() |
---|
704 | 2014-11-23 19:07:51,539 XpraClientBase.cleanup() protocol=None |
---|
705 | 2014-11-23 19:07:51,539 UIXpraClient.cleanup() calling <class 'xpra.client.gtk_base.gtk_keyboard_helper.GTKKeyboardHelper'>.cleanup() |
---|
706 | 2014-11-23 19:07:51,539 UIXpraClient.cleanup() calling <class 'xpra.platform.darwin.osx_tray.OSXTray'>.cleanup() |
---|
707 | 2014-11-23 19:07:51,540 UIXpraClient.cleanup() calling <class 'xpra.client.gtk2.gtk2_notifier.GTK2_Notifier'>.cleanup() |
---|
708 | 2014-11-23 19:07:51,540 UIXpraClient.cleanup() calling <class 'xpra.platform.darwin.osx_menu.OSXMenuHelper'>.cleanup() |
---|
709 | 2014-11-23 19:07:51,540 cleanup() session_info=None |
---|
710 | 2014-11-23 19:07:51,540 UIXpraClient.cleanup() calling <class 'xpra.platform.darwin.gui.ClientExtras'>.cleanup() |
---|
711 | 2014-11-23 19:07:51,540 UIXpraClient.cleanup() calling <class 'xpra.codecs.video_helper.VideoHelper'>.cleanup() |
---|
712 | 2014-11-23 19:07:51,540 XpraClient.clean_mmap() mmap_filename=None |
---|
713 | 2014-11-23 19:07:51,745 UIXpraClient.cleanup() done |
---|
714 | 2014-11-23 19:07:51,746 GTKXpraClient.quit(1) main loop at level 1, calling gtk quit via timeout |
---|
715 | 2014-11-23 19:07:52,039 GTKXpraClient.run_main_loop() main loop ended, returning exit_code=2 |
---|
716 | 2014-11-23 19:07:52,039 UIXpraClient.cleanup() |
---|
717 | 2014-11-23 19:07:52,040 XpraClientBase.cleanup() protocol=None |
---|
718 | 2014-11-23 19:07:52,040 UIXpraClient.cleanup() calling <class 'xpra.client.gtk_base.gtk_keyboard_helper.GTKKeyboardHelper'>.cleanup() |
---|
719 | 2014-11-23 19:07:52,040 UIXpraClient.cleanup() calling <class 'xpra.platform.darwin.osx_tray.OSXTray'>.cleanup() |
---|
720 | 2014-11-23 19:07:52,040 UIXpraClient.cleanup() calling <class 'xpra.client.gtk2.gtk2_notifier.GTK2_Notifier'>.cleanup() |
---|
721 | 2014-11-23 19:07:52,040 UIXpraClient.cleanup() calling <class 'xpra.platform.darwin.osx_menu.OSXMenuHelper'>.cleanup() |
---|
722 | 2014-11-23 19:07:52,040 cleanup() session_info=None |
---|
723 | 2014-11-23 19:07:52,041 UIXpraClient.cleanup() calling <class 'xpra.platform.darwin.gui.ClientExtras'>.cleanup() |
---|
724 | 2014-11-23 19:07:52,041 UIXpraClient.cleanup() calling <class 'xpra.codecs.video_helper.VideoHelper'>.cleanup() |
---|
725 | 2014-11-23 19:07:52,041 XpraClient.clean_mmap() mmap_filename=None |
---|
726 | 2014-11-23 19:07:52,241 UIXpraClient.cleanup() done |
---|
727 | imac:MacOS gimco$ |
---|