--- hasTr: true layout: project title: Oblikue strategies short: oblikuestrategies hasgui: true developers: - Evgeniy Alelseev license: GPL links: - Page on kde-look.org - Archlinux AUR package ---
Plasmoid written on CPP
that displays a random draw from Brian Eno and Peter Schmidt's Oblique Strategies. It is GNOME applet fork with some of special features.
Download an archive with latest version of source files.
Extract it and install the application. For global isntallation type:
{% highlight bash %} cd /where/is/applet/ mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release ../ make sudo make install {% endhighlight %}For local isntallation type:
{% highlight bash %} cd /where/is/applet/ mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --localprefix` -DCMAKE_BUILD_TYPE=Release ../ make make install {% endhighlight %}Restart plasma to load the applet:
{% highlight bash %} kquitapp plasma-desktop && sleep 2 && plasma-desktop {% endhighlight %}Also you might need to run kbuildsycoca4
in order to get the *.desktop
file recognized:
I want note that all were tested on latest version of dependencies.
Open your Plasma widgets and select Oblikue strategies
.
Right click on widget.