Execute applications
This document describes the necessary environment variables and steps for running and debugging applications in Plasma Mobile.
It is not necessary for end-users to set these. Applications can be executed from the drawer easily, however this may be useful for some development cases.
Environment Setup
In order to run applications on the device, you need to set up your environment similar to the environment in which the plasmashell is running:
In case the plasmashell isn't running, you can use this environment setup as a replacement:
Manually starting the Plasma shell (or applications)
If you want to run the Plasma phone shell, do:
Forcing an UI type per-application
If you'd like to force an application to launch with its desktop user interface (if it offers one) rather than the mobile one, do:
The inverse also works; If you wish to run an application on a desktop system with its mobile interface, simply set the above variable to true instead.
Last updated