--- attach-info.txt 2022-02-14 23:15:19.796009600 -0500 +++ launcher-info.txt 2022-02-14 23:16:56.540184000 -0500 @@ -24,9 +24,9 @@ clipboard.server.selections=('CLIPBOARD', 'PRIMARY', 'SECONDARY') encodings.core=('h264', 'vp9', 'vp8', 'mpeg4', 'png', 'png/P', 'png/L', 'webp', 'rgb24', 'rgb32', 'jpeg', 'jpega', 'h265', 'mpeg1', 'mpeg2', 'scroll') encodings.cursor=('raw', 'png') -encodings.encoding=png -encodings.min-quality=1 -encodings.min-speed=1 +encodings.encoding=auto +encodings.min-quality=30 +encodings.min-speed=30 encodings.quality=0 encodings.speed=0 encodings.video-scaling=auto @@ -65,8 +65,6 @@ env.EDPATH=C:\WATCOM\EDDAT env.FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer env.FPS_BROWSER_USER_PROFILE_STRING=Default -env.GDK_DPI_SCALE=1 -env.GDK_SCALE=1 env.GIT_SSH=C:/msys64/usr/bin/ssh.exe env.GI_TYPELIB_PATH=C:/msys64/home/William/Projects/remote/xpra/dist/lib/girepository-1.0 env.GTK_CSD=0 @@ -140,8 +138,8 @@ env.WINDIR=C:\WINDOWS env.WIPFC=C:\WATCOM\WIPFC env.XDG_DATA_DIRS=C:\msys64\mingw64\share\;C:\msys64\usr\local\share\;C:\msys64\usr\share\ -env.XPRA_LOG_FILENAME=C:/Users/William/AppData/Local/Xpra/Xpra.log -env._=./xpra +env.XPRA_LOG_FILENAME=C:/Users/William/AppData/Local/Xpra/Xpra-Launcher.log +env._=./Xpra-Launcher.exe logging.categories.disabled=() logging.categories.enabled=() logging.debug-modules=() @@ -286,7 +284,7 @@ network.zlib=True network.zlib.python-zlib=True network.zlib.python-zlib.version=1.0 -pid=44812 +pid=42052 screen.antialias.contrast=1200 screen.antialias.enabled=True screen.antialias.hinting=True @@ -317,24 +315,26 @@ threads.3.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '817', '_read_parse_thread_loop', 'self.do_read_parse_thread_loop()'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '844', 'do_read_parse_thread_loop', 'buf = self._read_queue.get()'), ('C:/msys64/mingw64/lib/python3.9/queue.py', '171', 'get', 'self.not_empty.wait()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '312', 'wait', 'waiter.acquire()')) threads.4=write threads.4.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '666', '_write_thread_loop', 'self._io_thread_loop("write", self._write)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '647', '_io_thread_loop', 'while not self._closed and callback():'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '668', '_write', 'items = self._write_queue.get()'), ('C:/msys64/mingw64/lib/python3.9/queue.py', '171', 'get', 'self.not_empty.wait()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '312', 'wait', 'waiter.acquire()')) -threads.5=read -threads.5.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '724', '_read_thread_loop', 'self._io_thread_loop("read", self._read)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '647', '_io_thread_loop', 'while not self._closed and callback():'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '726', '_read', 'buf = self.con_read()'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '742', 'con_read', 'return self._conn.read(self.read_buffer_size)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/bytestreams.py', '216', 'read', 'return self._read(os.read, self._read_fd, n)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/bytestreams.py', '162', '_read', 'r = self.untilConcludes(*args)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/bytestreams.py', '147', 'untilConcludes', 'return untilConcludes(self.is_active, self.can_retry, *args)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/bytestreams.py', '80', 'untilConcludes', 'return f(*a, **kw)')) -threads.6=format -threads.6.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '374', 'write_format_thread_loop', 'self._source_has_more.wait()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '574', 'wait', 'signaled = self._cond.wait(timeout)'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '312', 'wait', 'waiter.acquire()')) -threads.7=ssh-stderr-reader -threads.7.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/ssh.py', '966', 'stderr_reader', 'v = child.stderr.readline()')) -threads.8=NamedPipeListener-\\.\pipe\Xpra\44812 -threads.8.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/platform/win32/namedpipes/listener.py', '108', 'run', 'self.do_run()'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/platform/win32/namedpipes/listener.py', '154', 'do_run', 'r = WaitForSingleObject(event, INFINITE)')) -threads.9=draw -threads.9.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/client/mixins/window_manager.py', '1406', '_draw_thread_loop', 'packet = self._draw_queue.get()'), ('C:/msys64/mingw64/lib/python3.9/queue.py', '171', 'get', 'self.not_empty.wait()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '312', 'wait', 'waiter.acquire()')) -threads.10=keyboard-listener -threads.10.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/platform/win32/gui.py', '1113', 'init_keyboard_listener', 'ret = GetMessageA(lpmsg, 0, 0, 0)')) -threads.11=main -threads.11.stack=(('C:/msys64/mingw64/lib/python3.9/site-packages/cx_Freeze/initscripts/__startup__.py', '113', 'run', 'module_init.run(name + "__main__")'), ('C:/msys64/mingw64/lib/python3.9/site-packages/cx_Freeze/initscripts/Console.py', '15', 'run', 'exec(code, module_main.__dict__)'), ('fs/bin/xpra', '10', '', ''), ('C:/msys64/home/William/Projects/remote/xpra/xpra/scripts/main.py', '143', 'main', 'return run_mode(script_file, cmdline, err, options, args, mode, defaults)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/scripts/main.py', '425', 'run_mode', 'return do_run_mode(script_file, cmdline, error_cb, options, args, mode, defaults)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/scripts/main.py', '468', 'do_run_mode', 'return run_client(script_file, cmdline, error_cb, options, args, mode)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/scripts/main.py', '1167', 'run_client', 'r = do_run_client(app)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/scripts/main.py', '1651', 'do_run_client', 'return app.run()'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/client/gtk_base/gtk_client_base.py', '149', 'run', 'self.gtk_main()'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/client/gtk_base/gtk_client_base.py', '155', 'gtk_main', 'Gtk.main()'), ('C:/msys64/mingw64/lib/python3.9/site-packages/gi/overrides/Gtk.py', '1680', 'main', 'return _Gtk_main(*args, **kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/client/mixins/network_listener.py', '186', 'send_info', 'info = self.get_info()'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/client/ui_client_base.py', '276', 'get_info', '"threads" : get_frame_info(),'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/os_util.py', '63', 'get_frame_info', 'stack = traceback.extract_stack(frame_pair[1])')) -threads.count=12 +threads.5=NamedPipeListener-\\.\pipe\Xpra\42052 +threads.5.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/platform/win32/namedpipes/listener.py', '108', 'run', 'self.do_run()'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/platform/win32/namedpipes/listener.py', '154', 'do_run', 'r = WaitForSingleObject(event, INFINITE)')) +threads.6=read +threads.6.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '724', '_read_thread_loop', 'self._io_thread_loop("read", self._read)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '647', '_io_thread_loop', 'while not self._closed and callback():'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '726', '_read', 'buf = self.con_read()'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '742', 'con_read', 'return self._conn.read(self.read_buffer_size)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/bytestreams.py', '216', 'read', 'return self._read(os.read, self._read_fd, n)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/bytestreams.py', '162', '_read', 'r = self.untilConcludes(*args)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/bytestreams.py', '147', 'untilConcludes', 'return untilConcludes(self.is_active, self.can_retry, *args)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/bytestreams.py', '80', 'untilConcludes', 'return f(*a, **kw)')) +threads.7=format +threads.7.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '374', 'write_format_thread_loop', 'self._source_has_more.wait()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '574', 'wait', 'signaled = self._cond.wait(timeout)'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '312', 'wait', 'waiter.acquire()')) +threads.8=draw +threads.8.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/client/mixins/window_manager.py', '1406', '_draw_thread_loop', 'packet = self._draw_queue.get()'), ('C:/msys64/mingw64/lib/python3.9/queue.py', '171', 'get', 'self.not_empty.wait()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '312', 'wait', 'waiter.acquire()')) +threads.9=keyboard-listener +threads.9.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/platform/win32/gui.py', '1113', 'init_keyboard_listener', 'ret = GetMessageA(lpmsg, 0, 0, 0)')) +threads.10=ssh-stderr-reader +threads.10.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/ssh.py', '966', 'stderr_reader', 'v = child.stderr.readline()')) +threads.11=keyboard-listener +threads.11.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/platform/win32/gui.py', '1113', 'init_keyboard_listener', 'ret = GetMessageA(lpmsg, 0, 0, 0)')) +threads.12=main +threads.12.stack=(('C:/msys64/mingw64/lib/python3.9/site-packages/cx_Freeze/initscripts/__startup__.py', '113', 'run', 'module_init.run(name + "__main__")'), ('C:/msys64/mingw64/lib/python3.9/site-packages/cx_Freeze/initscripts/Console.py', '15', 'run', 'exec(code, module_main.__dict__)'), ('fs/bin/xpra_launcher', '10', '', ''), ('C:/msys64/home/William/Projects/remote/xpra/xpra/client/gtk_base/client_launcher.py', '1190', 'do_main', 'app.run()'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/client/gtk_base/client_launcher.py', '532', 'run', 'Gtk.main()'), ('C:/msys64/mingw64/lib/python3.9/site-packages/gi/overrides/Gtk.py', '1680', 'main', 'return _Gtk_main(*args, **kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/client/mixins/network_listener.py', '186', 'send_info', 'info = self.get_info()'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/client/ui_client_base.py', '276', 'get_info', '"threads" : get_frame_info(),'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/os_util.py', '63', 'get_frame_info', 'stack = traceback.extract_stack(frame_pair[1])')) +threads.count=13 threads.stack=(('C:/msys64/mingw64/lib/python3.9/threading.py', '930', '_bootstrap', 'self._bootstrap_inner()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '973', '_bootstrap_inner', 'self.run()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '910', 'run', 'self._target(*self._args, **self._kwargs)'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '817', '_read_parse_thread_loop', 'self.do_read_parse_thread_loop()'), ('C:/msys64/home/William/Projects/remote/xpra/xpra/net/protocol.py', '844', 'do_read_parse_thread_loop', 'buf = self._read_queue.get()'), ('C:/msys64/mingw64/lib/python3.9/queue.py', '171', 'get', 'self.not_empty.wait()'), ('C:/msys64/mingw64/lib/python3.9/threading.py', '312', 'wait', 'waiter.acquire()')) windows.1.attributes=() -windows.1.backing.fps=2 +windows.1.backing.fps=3 windows.1.backing.mmap=False windows.1.backing.offsets=(0, 0, 0, 0) windows.1.backing.render-size=(904, 563) @@ -364,7 +364,21 @@ windows.1.size-constraints.minimum-size=(10, 17) windows.1.window-alpha=False windows.2.attributes=('maximized',) -windows.2.backing.fps=4 +windows.2.backing.csc.dst_bytes_per_pixel=4 +windows.2.backing.csc.dst_format=BGRX +windows.2.backing.csc.dst_height=836 +windows.2.backing.csc.dst_width=1600 +windows.2.backing.csc.flags=('ACCURATE_RND',) +windows.2.backing.csc.formats=('RGB', 'BGR', 'XRGB', 'BGRX', 'RGBX', 'XBGR', 'YUV420P', 'YUV422P', 'YUV444P', 'GBRP', 'GBRP9LE', 'NV12') +windows.2.backing.csc.frames=48 +windows.2.backing.csc.max-size=(16384, 16384) +windows.2.backing.csc.pixels_per_second=228486832 +windows.2.backing.csc.src_format=GBRP +windows.2.backing.csc.src_height=836 +windows.2.backing.csc.src_width=1600 +windows.2.backing.csc.total_time_ms=280 +windows.2.backing.csc.version=(5, 9, 100) +windows.2.backing.fps=19 windows.2.backing.mmap=False windows.2.backing.offsets=(0, 0, 0, 0) windows.2.backing.render-size=(1600, 837) @@ -372,6 +386,18 @@ windows.2.backing.size=(1600, 837) windows.2.backing.transparency=False windows.2.backing.type=Cairo +windows.2.backing.video-decoder.actual_colorspace=GBRP +windows.2.backing.video-decoder.colorspace=BGRX +windows.2.backing.video-decoder.decoder_height=836 +windows.2.backing.video-decoder.decoder_width=1600 +windows.2.backing.video-decoder.encoding=h264 +windows.2.backing.video-decoder.formats=('YUV420P', 'YUV422P', 'YUV444P', 'RGB', 'XRGB', 'BGRX', 'ARGB', 'BGRA', 'GBRP', 'GBRP9LE', 'GBRP10', 'YUV444P10', 'r210', 'YUV444P10') +windows.2.backing.video-decoder.frames=25 +windows.2.backing.video-decoder.height=836 +windows.2.backing.video-decoder.type=avcodec +windows.2.backing.video-decoder.version=(58, 134, 100) +windows.2.backing.video-decoder.width=1600 +windows.2.button-state.1=False windows.2.content-type= windows.2.geometry-hints.min_height=39 windows.2.geometry-hints.min_width=136 @@ -388,7 +414,21 @@ windows.2.size-constraints.position=(1280, 23) windows.2.window-alpha=False windows.3.attributes=('maximized',) -windows.3.backing.fps=9.0 +windows.3.backing.csc.dst_bytes_per_pixel=4 +windows.3.backing.csc.dst_format=BGRX +windows.3.backing.csc.dst_height=836 +windows.3.backing.csc.dst_width=1600 +windows.3.backing.csc.flags=('ACCURATE_RND',) +windows.3.backing.csc.formats=('RGB', 'BGR', 'XRGB', 'BGRX', 'RGBX', 'XBGR', 'YUV420P', 'YUV422P', 'YUV444P', 'GBRP', 'GBRP9LE', 'NV12') +windows.3.backing.csc.frames=6 +windows.3.backing.csc.max-size=(16384, 16384) +windows.3.backing.csc.pixels_per_second=250799999 +windows.3.backing.csc.src_format=GBRP +windows.3.backing.csc.src_height=836 +windows.3.backing.csc.src_width=1600 +windows.3.backing.csc.total_time_ms=32 +windows.3.backing.csc.version=(5, 9, 100) +windows.3.backing.fps=7 windows.3.backing.mmap=False windows.3.backing.offsets=(0, 0, 0, 0) windows.3.backing.render-size=(1600, 837) @@ -396,6 +436,18 @@ windows.3.backing.size=(1600, 837) windows.3.backing.transparency=False windows.3.backing.type=Cairo +windows.3.backing.video-decoder.actual_colorspace=GBRP +windows.3.backing.video-decoder.colorspace=BGRX +windows.3.backing.video-decoder.decoder_height=836 +windows.3.backing.video-decoder.decoder_width=1600 +windows.3.backing.video-decoder.encoding=h264 +windows.3.backing.video-decoder.formats=('YUV420P', 'YUV422P', 'YUV444P', 'RGB', 'XRGB', 'BGRX', 'ARGB', 'BGRA', 'GBRP', 'GBRP9LE', 'GBRP10', 'YUV444P10', 'r210', 'YUV444P10') +windows.3.backing.video-decoder.frames=6 +windows.3.backing.video-decoder.height=836 +windows.3.backing.video-decoder.type=avcodec +windows.3.backing.video-decoder.version=(58, 134, 100) +windows.3.backing.video-decoder.width=1600 +windows.3.button-state.1=False windows.3.content-type= windows.3.geometry-hints.min_height=39 windows.3.geometry-hints.min_width=136 @@ -411,8 +463,9 @@ windows.3.size-constraints.minimum-size=(136, 39) windows.3.size-constraints.position=(1280, 23) windows.3.window-alpha=False +windows.buttons.1=False windows.count=3 -windows.draw-counter=20 +windows.draw-counter=1014 windows.focused=0 windows.grabbed=0 windows.max-size=(32767, 32767)