plasma-framework/templates/plasma-wallpaper-with-qml-extension
Friedrich W. H. Kossebau 354bd71296 Add template for Plasma wallpaper with QML extension
Summary:
Allows to quickly start a new wallpaper which also wants to use a custom QML
extension.

Reviewers: mart

Reviewed By: mart

Subscribers: #frameworks

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D10849
2018-04-03 16:38:14 +02:00
..
package Add template for Plasma wallpaper with QML extension 2018-04-03 16:38:14 +02:00
plugin Add template for Plasma wallpaper with QML extension 2018-04-03 16:38:14 +02:00
CMakeLists.txt Add template for Plasma wallpaper with QML extension 2018-04-03 16:38:14 +02:00
Messages.sh Add template for Plasma wallpaper with QML extension 2018-04-03 16:38:14 +02:00
plasma-wallpaper-with-qml-extension.kdevtemplate Add template for Plasma wallpaper with QML extension 2018-04-03 16:38:14 +02:00
README Add template for Plasma wallpaper with QML extension 2018-04-03 16:38:14 +02:00

Plasma Wallpaper Template
----------------------

-- Build instructions --

cd /where/your/wallpaper/is/generated
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=MYPREFIX ..
make
make install

(MYPREFIX is where you install your Plasma setup, replace it accordingly)

Restart plasma to load the wallpaper
(in a terminal or in krunner type:
kquitapp plasmashell
and then
plasmashell)
then go to wallpaper settings and select it

-- Tutorials and resources --
Plasma QML API explained
https://techbase.kde.org/Development/Tutorials/Plasma2/QML2/API