2022-06-07 01:26:37 +00:00
|
|
|
<!--
|
2024-07-27 03:47:44 +00:00
|
|
|
- SPDX-FileCopyrightText: None
|
2022-06-07 01:26:37 +00:00
|
|
|
- SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
# Tests
|
|
|
|
|
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.
|
2022-11-02 23:44:23 +00:00
|
|
|
|
|
|
|
|
### 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
|
2023-03-02 07:19:14 +00:00
|
|
|
~/kde/usr/lib/libexec/ksmserver-logout-greeter --windowed --lookandfeel org.kde.breeze.mobile
|
2022-11-02 23:44:23 +00:00
|
|
|
```
|