mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-28 00:23:09 +00:00
Compare commits
2 Commits
5c62a909c8
...
1de4a19bfe
Author | SHA1 | Date | |
---|---|---|---|
|
1de4a19bfe | ||
|
a6e5700854 |
22
needles/kde/akonadi_migration_notification-20230328.json
Normal file
22
needles/kde/akonadi_migration_notification-20230328.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"type": "match",
|
||||||
|
"width": 128,
|
||||||
|
"ypos": 390,
|
||||||
|
"xpos": 580,
|
||||||
|
"height": 16
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"width": 15,
|
||||||
|
"ypos": 364,
|
||||||
|
"xpos": 976,
|
||||||
|
"height": 15,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"akonadi_migration_notification"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/kde/akonadi_migration_notification-20230328.png
Normal file
BIN
needles/kde/akonadi_migration_notification-20230328.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 431 KiB |
@ -57,6 +57,19 @@ sub run {
|
|||||||
console_login(user => 'root', password => get_var('ROOT_PASSWORD', 'weakpassword'));
|
console_login(user => 'root', password => get_var('ROOT_PASSWORD', 'weakpassword'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ($desktop eq 'kde' && get_var("BOOTFROM")) {
|
||||||
|
# need to login as user for this
|
||||||
|
script_run 'exit', 0;
|
||||||
|
console_login(user => get_var('USER_LOGIN', 'test'), password => get_var('USER_PASSWORD', 'weakpassword'));
|
||||||
|
# unset the 'last time notification was shown' setting in case
|
||||||
|
# it got shown during install_default_upload:
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2178311
|
||||||
|
script_run 'kwriteconfig5 --file PlasmaDiscoverUpdates --group Global --key LastNotificationTime --delete', 0;
|
||||||
|
wait_still_screen 5;
|
||||||
|
script_run 'exit', 0;
|
||||||
|
console_login(user => 'root', password => get_var('ROOT_PASSWORD', 'weakpassword'));
|
||||||
|
}
|
||||||
|
|
||||||
# can't use assert_script_run here as long as we're on tty1
|
# can't use assert_script_run here as long as we're on tty1
|
||||||
# we don't use isolate per:
|
# we don't use isolate per:
|
||||||
# https://github.com/systemd/systemd/issues/26364#issuecomment-1424900066
|
# https://github.com/systemd/systemd/issues/26364#issuecomment-1424900066
|
||||||
|
Loading…
Reference in New Issue
Block a user