D3X / KRunnerFlaker

A KRunner plugin to post to Flaker

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file CMakeLists.txt
file COPYING
file README
directory src/
README
KRunnerFlaker

version: 0.0.4
License: GPL
Author: MichaƂ Bielawski <d3x@burek.it>

KRunner plugin that allows you to post new entries to Flaker.

INSTALL
-------
KGet (up to version 4.3.x) doesn't ship a org.kde.kget.service file for dbus activation.
Installing this package will also install this file for you.
Note: You might need to alter the Exec= entry in "org.kde.kget.service.in" to point to your installation of KGet.
If you don't want this file installed, remove the "configure_file" and "install" commands from the top level 
CMakeLists.txt.

  tar -xvf KRunnerFlaker.tar.gz
  cd KRunnerFlaker
  mkdir build
  cd build
  cmake -DCMAKE_INSTALL_PREFIX=/usr .. # change /usr to the appropriate install prefix
  make
  sudo make install

To make KRunner pick up the new plugin you need to restart KDE or run:
  killall krunner
  kbuildsycoca4 # only if the runner wasn't installed before
  krunner

CHANGELOG
---------
version 0.0.4
  * Got rid of dependency on libqjson
  * Changed default title of notifications
version 0.0.3
  * Fixed trigger
version 0.0.2
  * Added trigger word
version 0.0.1
  * Initial release
  * Allows posting to Flaker
  * Simple Error checks