All Projects → KDE → plasma-settings

KDE / plasma-settings

Licence: other
Settings application for Plasma Mobile

Programming Languages

C++
36643 projects - #6 most used programming language
QML
638 projects
CMake
9771 projects
shell
77523 projects

Plasma Settings

Settings application for Plasma Mobile.

Configuration modules

Our aim for configuration modules is to work on multiple form factors. To archieve this, their user interface should be based on the new KQuickAddons::ConfigModule API and Kirigami. You can find documentation on creating such configuration modules on docs.plasma-mobile.org/PlasmaSettings.html

Modules only useful on mobile can be added to the modules directory of this repository, but if they are useful for devices of multiple form factors, they should go into the plasma-workspace repository.

Build and run from source

This project uses cmake to find the dependencies and build the project.

cmake -S . -B build -DCMAKE_INSTALL_PREFIX=${PWD}/install
cmake --build build --target install -j4

Defining the installation prefix (with CMAKE_INSTALL_PREFIX) generates a file in the build folder (build/prefix.sh) with environment variables for plasma-settings to find the freshly built modules.

To run plasma-settings first source the environment variables and then start the binary.

source build/prefix.sh
./install/bin/plasma-settings
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].