Use Vinagre instead of Boxes as VNC client, prepare Connections
Boxes dropped VNC functionality. It's supposed to be replaced by Connections, but we can't use that until it has fullscreen: https://gitlab.gnome.org/GNOME/connections/-/issues/5 so use Vinagre for now. We do also prepare some needles for Connections in anticipation of being able to use it later (since I already did the work and don't want to waste it...) Signed-off-by: Adam Williamson <awilliam@redhat.com>
@ -10,6 +10,8 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"boxes_allow_inhibit"
|
||||
"boxes_allow_inhibit",
|
||||
"connections_allow_inhibit",
|
||||
"vinagre_allow_inhibit"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,7 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"boxes_fullscreen"
|
||||
"boxes_fullscreen",
|
||||
"connections_fullscreen"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,7 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"boxes_new_connection"
|
||||
"boxes_new_connection",
|
||||
"connections_new_connection"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 115,
|
||||
"ypos": 130,
|
||||
"width": 50,
|
||||
"height": 15,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"boxes_remote"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 78 KiB |
15
needles/anaconda/vnc/connections_connect-20210506.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 103,
|
||||
"ypos": 156,
|
||||
"width": 24,
|
||||
"height": 30,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"connections_connect"
|
||||
]
|
||||
}
|
BIN
needles/anaconda/vnc/connections_connect-20210506.png
Normal file
After Width: | Height: | Size: 11 KiB |
15
needles/anaconda/vnc/vinagre_enable_shortcuts-20210506.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 605,
|
||||
"ypos": 213,
|
||||
"width": 116,
|
||||
"height": 16,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"vinagre_enable_shortcuts"
|
||||
]
|
||||
}
|
BIN
needles/anaconda/vnc/vinagre_enable_shortcuts-20210506.png
Normal file
After Width: | Height: | Size: 547 KiB |
15
needles/anaconda/vnc/vinagre_fullscreen-20210506.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 371,
|
||||
"ypos": 171,
|
||||
"width": 26,
|
||||
"height": 25,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"vinagre_fullscreen"
|
||||
]
|
||||
}
|
BIN
needles/anaconda/vnc/vinagre_fullscreen-20210506.png
Normal file
After Width: | Height: | Size: 534 KiB |
15
needles/anaconda/vnc/vinagre_new_connection-20210506.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 195,
|
||||
"ypos": 170,
|
||||
"width": 32,
|
||||
"height": 26,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"vinagre_new_connection"
|
||||
]
|
||||
}
|
BIN
needles/anaconda/vnc/vinagre_new_connection-20210506.png
Normal file
After Width: | Height: | Size: 529 KiB |
15
needles/anaconda/vnc/vinagre_protocol-20210506.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 441,
|
||||
"ypos": 289,
|
||||
"width": 30,
|
||||
"height": 12,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"vinagre_protocol"
|
||||
]
|
||||
}
|
BIN
needles/anaconda/vnc/vinagre_protocol-20210506.png
Normal file
After Width: | Height: | Size: 546 KiB |
15
needles/anaconda/vnc/vinagre_protocol_vnc-20210506.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 405,
|
||||
"ypos": 383,
|
||||
"width": 32,
|
||||
"height": 16,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"vinagre_protocol_vnc"
|
||||
]
|
||||
}
|
BIN
needles/anaconda/vnc/vinagre_protocol_vnc-20210506.png
Normal file
After Width: | Height: | Size: 546 KiB |
@ -4,17 +4,17 @@ use testapi;
|
||||
use utils;
|
||||
|
||||
sub run {
|
||||
menu_launch_type('boxes');
|
||||
assert_screen ['apps_boxes_tutorial', 'boxes_new_connection'];
|
||||
if (match_has_tag 'apps_boxes_tutorial') {
|
||||
# Let us get rid of the Tutorial window.
|
||||
send_key 'esc';
|
||||
}
|
||||
assert_and_click('boxes_new_connection');
|
||||
assert_and_click('boxes_remote');
|
||||
type_very_safely("vnc://172.16.2.114:5901\n");
|
||||
assert_and_click('boxes_allow_inhibit');
|
||||
assert_and_click('boxes_fullscreen');
|
||||
menu_launch_type('vinagre');
|
||||
assert_and_click('vinagre_new_connection');
|
||||
assert_and_click('vinagre_protocol');
|
||||
assert_and_click('vinagre_protocol_vnc');
|
||||
send_key('tab');
|
||||
type_very_safely("172.16.2.114:5901\n");
|
||||
assert_and_click('vinagre_fullscreen');
|
||||
assert_and_click('vinagre_allow_inhibit');
|
||||
# allow for a stupid animation to happen
|
||||
wait_still_screen 5;
|
||||
assert_and_click('vinagre_enable_shortcuts');
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
|
@ -11,6 +11,9 @@ sub run {
|
||||
setup_tap_static('172.16.2.115', 'vnc002.test.openqa.fedoraproject.org');
|
||||
# test test: check if we can see the server
|
||||
assert_script_run "ping -c 2 172.16.2.114";
|
||||
# FIXME https://pagure.io/fedora-workstation/issue/231 - Boxes
|
||||
# dropped VNC functionality, no default replacement yet
|
||||
assert_script_run "dnf -y install vinagre";
|
||||
desktop_vt;
|
||||
}
|
||||
|
||||
|