mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 08:57:21 +00:00
Update the package ID in metadata.json, the translation catalog name in Messages.sh, the compile-time default in envmanager, and the test suite --lookandfeel flag. Rename the 41 .po files from the old org.kde.breeze.mobile catalog name.
16 lines
485 B
Markdown
16 lines
485 B
Markdown
<!--
|
|
- SPDX-FileCopyrightText: None
|
|
- 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.
|
|
|
|
### 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.shift.mobile
|
|
```
|