#200 Change way to reach desktop configuration menu.
Closed 3 years ago by adamwill. Opened 3 years ago by lruzicka.

file modified
+7 -4
@@ -1289,10 +1289,13 @@ 

      my $desktop = get_var("DESKTOP");

      if ($desktop eq "kde") {

      # Run the Desktop settings

-         hold_key 'alt';

-         send_key 'd';

-         send_key 's';

-         release_key 'alt';

+         # Set the mouse cursor somewhere in the middle of the screen.

+         mouse_set(512,384);

+         # Right click to get the desktop menu

+         mouse_click('right');

+         # Select the Desktop configuration

+         assert_and_click "kde_configure_desktop";

+         wait_still_screen 2;

          # Select type of background

          assert_and_click "deskset_select_type";

          wait_still_screen 2;

@@ -0,0 +1,15 @@ 

+ {

+   "properties": [],

+   "tags": [

+     "kde_configure_desktop"

+   ],

+   "area": [

+     {

+       "xpos": 485,

+       "ypos": 397,

+       "width": 137,

+       "height": 18,

+       "type": "match"

+     }

+   ]

+ } 

\ No newline at end of file

empty or binary file added

This PR fixes #199. It changes the way the test runs the "Wallpaper configuration" and works around the "Alt-D-S" key combo that does not work in Rawhide any more. Staging passed.

Build succeeded.

rebased onto ff499cc0c8938a2fc4871ea19208471c3c58a526

3 years ago

Build succeeded.

rebased onto 300495c701bcc473532985db1bcee8b730425837

3 years ago

Build succeeded.

rebased onto 3ed10a2b26d17f9e8a17e8bd0fe69b14729c6614

3 years ago

Build succeeded.

So on the whole this looks fine but I do actually want to look into what's going on with KDE and this "disks and devices" menu - it seems like a bigger problem than just this menu, it's interfering with other things too. I was waiting till I got home with a better internet connection to look at it, I'll take a poke now. If it turns out the shortcut not working any more has nothing to do with the menu, we can still go ahead and merge this. Thanks!

rebased onto e9fda946a1b08154605db236e21696bce925711b

3 years ago

Build succeeded.

rebased onto 6f17243bb08e02e918ff7a8027424cd03c8966a8

3 years ago

Build succeeded.

rebased onto 4f052d9d66fd351e760854fa82e45c25238a2aa0

3 years ago

Build succeeded.

rebased onto e771353d8e7ffeaff0f55b929c28204f753b6819

3 years ago

Build succeeded.

Yeah, no problem. The shortcut still works in F33, so there is enough time to look around.

rebased onto f9ce2cfa3131d0aa3b72d23cf126f391146d200b

3 years ago

Build succeeded.

rebased onto 376a145a6548e4952604536ebfc161c6ba4e2e38

3 years ago

Build succeeded.

rebased onto 18798ec43311d65d0de71d05a37e845216b70db5

3 years ago

Build succeeded.

rebased onto f19ff0227b8f3ebe493822506654afe13c0e51f6

3 years ago

Build succeeded.

rebased onto bdc3e0ad6f636f7621692644166541bc120d48eb

3 years ago

Build succeeded.

rebased onto 4bf5b7fc556c7d2743afefe1409d356109ee24c3

3 years ago

Build succeeded.

rebased onto b2d2fd2bc1cc9194fcb3bb414309e29b30a2ce7a

3 years ago

Build succeeded.

rebased onto 843aae5055e271b5860b52dc4ad768ba4e4e5633

3 years ago

Build succeeded.

rebased onto b7c67dfdfdf4da4041089e6bb08e6d836e932207

3 years ago

Build failed.

rebased onto c4fd2e9094cada8f44dc4a7f2e5050d79b31a198

3 years ago

Build succeeded.

rebased onto ea5e7fb74ece7acc34406f20cf7aac7abac2422e

3 years ago

Build succeeded.

rebased onto 2c33d41e0fb9dcd3d033af6adef5863b195e1e2b

3 years ago

Build succeeded.

rebased onto e292083f244f572b015d2cc43c8f7b049655420c

3 years ago

Build succeeded.

rebased onto fe32be1

3 years ago

Build succeeded.

So it seems this isn't actually needed, the shortcut started working again. That 'Disks & Devices' thing was probably the issue.

Pull-Request has been closed by adamwill

3 years ago