arcanis.me/projects/_posts/2013-08-25-oblikuestrategies.md
2016-02-02 00:55:13 +07:00

3.4 KiB

permalink hastr layout title short tags hasgui hasdocs developers license links
projects/oblikuestrategies true project Oblikue strategies oblikuestrategies qt, c++, kde, linux, fun true false
Evgeniy Alekseev
GPL
Page on <a href="//kde-look.org/content/show.php/oblikue-strategies?content=160503", title="kde-look">kde-look.org</a>
Archlinux <a href="//aur.archlinux.org/packages/kdeplasma-applets-oblikuestrategies", title="AUR">AUR package</a>

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.

Developers and contributors

{% for devel in page.developers %}

  • {{ devel }}{% endfor %}

License

  • {{ page.license }}

Installation

Instruction

  • Download an archive with latest version of source files.

  • Extract it and install the application. For global isntallation type:

    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:

    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:

    kquitapp plasma-desktop && sleep 2 && plasma-desktop
    

    Also you might need to run kbuildsycoca4 in order to get the *.desktop file recognized:

    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

{% assign scrdesc = "Widget" %} {% assign scrname = "oblikuestrategies_widget" %} {% include prj_scr.html %} {% assign scrdesc = "Configuration window" %} {% assign scrname = "oblikuestrategies_config" %} {% include prj_scr.html %}