From 979d35ef064839a3f937ba0cdb7eb39284cc3402 Mon Sep 17 00:00:00 2001 From: Seshan Ravikumar Date: Wed, 2 Nov 2022 23:44:23 +0000 Subject: [PATCH] tests: Update readme with ksmserver-logout-greeter info for power menu Updates the tests README.md with the command to launch ksmserver-logout-greeter with the phone look and feel. Requires https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2293 --- tests/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/README.md b/tests/README.md index fe6ecbc1..f3131a40 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,3 +7,10 @@ Run any of the example files in this folder with `qmlscene` to test different components. Be sure to have the project installed on the system. + +### Power Menu +To test the power menu, the following command can be used to invoke `ksmserver-logout-greeter` with the mobile look and feel in a window: + +```shell +~/kde/usr/lib/libexec/ksmserver-logout-greeter --windowed --lookandfeel org.kde.plasma.phone +```