17 | | 524 xpra start :15 --start=xterm --bind-tcp=0.0.0.0:2200 --sharing=yes --start-new-commands=yes |
18 | | 525 xpra control :15 add-window-filter x11:window WM_CLASS = xtermXTerm '1' |
19 | | 526 xpra control :15 add-window-filter x11:window-parent _NEW_WM_NAME = Foo '2' |
20 | | 527 xpra control :13 start-child "python /home/max/Xpra/tests/xpra/test_apps/test_window_title_fixed.py Foo" |
21 | | 528 xpra control :15 start-child "python /home/max/Xpra/tests/xpra/test_apps/test_window_title_fixed.py Foo" |
| 17 | xpra start :15 --start=xterm --bind-tcp=0.0.0.0:2200 --sharing=yes --start-new-commands=yes |
| 18 | xpra control :15 add-window-filter x11:window WM_CLASS = xtermXTerm '1' |
| 19 | xpra control :15 add-window-filter x11:window-parent _NEW_WM_NAME = Foo '2' |
| 20 | xpra control :15 start-child "python /home/max/Xpra/tests/xpra/test_apps/test_window_title_fixed.py Foo" |