Menu

Tree [1eadc5] master /
 History

HTTPS access


File Date Author Commit
 applet 2013-04-09 Miguel Tadeu Miguel Tadeu [1eadc5] Author data update
 engine 2013-04-09 Miguel Tadeu Miguel Tadeu [1eadc5] Author data update
 icons 2013-03-18 Miguel Tadeu Miguel Tadeu [525cbe] This is defined as the version 0.1
 CMakeLists.txt 2013-03-18 Miguel Tadeu Miguel Tadeu [525cbe] This is defined as the version 0.1
 README 2013-02-28 Miguel Tadeu Miguel Tadeu [e906c3] initial project import from KDevelop
 kteamcity.kdev4 2013-03-20 Miguel Tadeu Miguel Tadeu [1fe653] Added the kdevelop project file

Read Me

Plasma Applet Template
----------------------

You need KDE 4.2

-- Build instructions --

cd /where/your/applet/is/installed
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS .. 
make 
make install

(your $KDEDIRS is where you install your KDE 4)

Restart plasma to load the applet 
kquitapp plasma
plasma

or view it with 
plasmoidviewer YourAppletName

You might need to run kbuildsycoca4
in order to get the .desktop file recognized.

-- Tutorials and resources --
The explanation of the template
http://techbase.kde.org/index.php?title=Development/Tutorials/Plasma/GettingStarted

Plasma techbase pages
http://techbase.kde.org/Projects/Plasma