mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
50 lines
2.3 KiB
Markdown
50 lines
2.3 KiB
Markdown
<!--
|
|
- SPDX-FileCopyrightText: None
|
|
- SPDX-License-Identifier: CC0-1.0
|
|
-->
|
|
|
|
# Plasma Mobile
|
|
|
|
This repository contains shell components for Plasma Mobile.
|
|
|
|
* Project page: [plasma-mobile.org](https://plasma-mobile.org)
|
|
* Repository: [invent.kde.org/plasma/plasma-mobile](https://invent.kde.org/plasma/plasma-mobile)
|
|
* Documentation: [invent.kde.org/plasma/plasma-mobile/-/wikis/home](https://invent.kde.org/plasma/plasma-mobile/-/wikis/home)
|
|
* Development channel: [matrix.to/#/#plasmamobile:matrix.org](https://matrix.to/#/#plasmamobile:matrix.org)
|
|
|
|
### Reporting issues
|
|
* How to report issues: [invent.kde.org/plasma/plasma-mobile/-/wikis/Issue-Tracking](https://invent.kde.org/plasma/plasma-mobile/-/wikis/Issue-Tracking)
|
|
* Shell issue tracker: [invent.kde.org/plasma/plasma-mobile/-/issues](https://invent.kde.org/plasma/plasma-mobile/-/issues)
|
|
* General issue tracker: [https://invent.kde.org/teams/plasma-mobile/issues/-/issues](https://invent.kde.org/teams/plasma-mobile/issues/-/issues)
|
|
|
|
### Locations
|
|
* [components/mobileshell](components/mobileshell) - private shell component library (API not guaranteed to be stable!)
|
|
* [containments](containments) - shell panels (homescreen, status bar, task panel)
|
|
* [kcms](kcms) - settings modules
|
|
* [look-and-feel](look-and-feel/contents) - Plasma look-and-feel packages (ex. lockscreen, logout, etc.)
|
|
* [quicksettings](quicksettings) - quick settings packages for the action drawer
|
|
|
|
<img src="https://plasma-mobile.org/screenshots/screenshot-2022-04-1.png" width=300px/>
|
|
|
|
### Test on a development machine
|
|
|
|
See the [documentation page](https://invent.kde.org/plasma/plasma-mobile/-/wikis/Building-and-Testing-Locally) for more details.
|
|
|
|
It is recommended to use `kdesrc-build` to build this from source. See [this page](https://community.kde.org/Get_Involved/development) in order to set it up.
|
|
|
|
Dependencies:
|
|
* KDE Frameworks 5 setup (plasma-framework and its dependencies)
|
|
* Plasma Nano
|
|
|
|
To start the phone homescreen in a window, run:
|
|
```
|
|
QT_QPA_PLATFORM=wayland dbus-run-session kwin_wayland --xwayland "plasmashell -p org.kde.plasma.phoneshell"
|
|
```
|
|
|
|
---
|
|
|
|
<img src="https://invent.kde.org/plasma/plasma-mobile/-/wikis/uploads/19a607bb68faa76bbc9f888e33a3aa9a/konqi-calling.png" width=200px>
|
|
|
|
<br/>
|
|
|
|
<img src="https://invent.kde.org/plasma/plasma-mobile/-/wikis/uploads/9238173a7cae1d8832d83350eda74f85/developers.png" width=300px>
|