plasma-framework/templates/plasma-wallpaper
Friedrich W. H. Kossebau 682dd4a142 Wallpaper templates: set background color to ensure contrast to sample text content
Summary:
To avoid black text on black background and thus confusion if things are
working after the initial generation from the template and first test build
and installation, also set an background with themed color.

Reviewers: #plasma, mart

Reviewed By: #plasma, mart

Subscribers: #frameworks

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D11922
2018-04-04 14:39:18 +02:00
..
package Wallpaper templates: set background color to ensure contrast to sample text content 2018-04-04 14:39:18 +02:00
CMakeLists.txt Add a kapptemplate for Plasma Wallpaper 2016-08-05 16:02:14 +02:00
Messages.sh Add a kapptemplate for Plasma Wallpaper 2016-08-05 16:02:14 +02:00
plasma-wallpaper.kdevtemplate SVN_SILENT made messages (.desktop file) - always resolve ours 2018-03-20 05:19:24 +01:00
README Add a kapptemplate for Plasma Wallpaper 2016-08-05 16:02: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