1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-09 10:25:44 +00:00

Return to GUI version of setup.

This commit is contained in:
Lukáš Růžička 2021-12-02 13:02:52 +01:00
parent fa9c02f384
commit c46c3e5bb4

View File

@ -35,7 +35,7 @@ sub run {
my $password = get_var("USER_PASSWORD") // "weakpassword";
desktop_login($login, $password);
# Run Terminal to be able to issue commands
menu_type_launch("gnome-terminal");
menu_launch_type("gnome-terminal");
# Use gsettings to enable prerelease versions to be shown
type_string("gsettings set org.gnome.software show-upgrade-prerelease true\n");
sleep 2;