mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-13 00:44:25 +00:00
c66ae7b2e4
Launch an Xspice and run: echo -ne "\033]844;127.0.0.1;9876\007" This will launch a SPiCE client connecting to 127.0.0.1:9876. Still need to add all the security stuff and generally be more defensive in the implementation.
12 lines
860 B
JavaScript
12 lines
860 B
JavaScript
var uris = wdi.graphicTestUris = [];
|
|
uris.push("unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_FILL");
|
|
uris.push("unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_COPY_explorer_icon");
|
|
uris.push("unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_COPY_start_button");
|
|
uris.push("unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_COPY_windows_menu");
|
|
uris.push("unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_COPY_user_icon_windows_menu");
|
|
uris.push("unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_ALPHA_BLEND_login_page");
|
|
uris.push("unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_BLACKNESS_login_page");
|
|
uris.push("unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_TEXT_login_page");
|
|
uris.push("unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_STROKE_libreoffice_tooltip");
|
|
uris.push("unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_COPY_-_JPEG_ALPHA");
|