--- hastr: true layout: project title: Oblikue strategies short: oblikuestrategies tags: qt, c++, kde, linux, fun hasgui: true hasdocs: false developers: - Evgeniy Alekseev license: GPL links: - Page on kde-look.org - Archlinux AUR package --- ## Information Plasmoid written on `CPP` that displays a random draw from Brian Eno and Peter Schmidt's [Oblique Strategies](//en.wikipedia.org/wiki/Oblique_strategies "Wiki"). It is [GNOME applet](//gnome-look.org/content/show.php/Oblique+Strategies?content=78405 "gnome-look") fork with some of special features. ### Developers and contributors {% for devel in page.developers %} * {{ devel }}{% endfor %} ### License * {{ page.license }} ## Installation ### Instruction * Download an [archive](//github.com/arcan1s/oblikuestrategies/releases "GitHub") with latest version of source files. * Extract it and install the application. For global isntallation type: ```bash cd /where/is/applet/ mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release ../ make sudo make install ``` For local installation type: ```bash cd /where/is/applet/ mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --localprefix` -DCMAKE_BUILD_TYPE=Release ../ make make install ``` * Restart plasma to load the applet: ```bash kquitapp plasma-desktop && sleep 2 && plasma-desktop ``` Also you might need to run `kbuildsycoca4` in order to get the `*.desktop` file recognized: ```bash kbuildsycoca4 &> /dev/null ``` ### Dependencies I want note that all were tested on latest version of dependencies. * kdebase-workspace * automoc4 *(make)* * cmake *(make)* ## How to use Open your Plasma widgets and select `Oblikue strategies`. ## Configuration Right click on widget. ## Graphical user interface ### Screenshots