Hi all,
I've been trying to develop some KRunner plug-ins for plasma 5 using Qt
Creator (no cmake) but it seems like they all fail to actually run, so I
wanted to ask here if somebody could help me understand what's going wrong.
For example look at:
https://github.com/Bakuriu/MyTestRunner
On Thursday 08 November 2012 10:45:30 Aaron J. Seigo wrote:
> On Wednesday, November 7, 2012 22:41:08 Giacomo Alzetta wrote:
> > The name of my package that implements the runner is "pseudocode" but it
> > becomes "runner_pseudocode_runner.pseudocode" during e
I've come across a strange behaviour when writing a runner for KRunner.
The name of my package that implements the runner is "pseudocode" but it
becomes "runner_pseudocode_runner.pseudocode" during execution and this
*breaks* my code.
My runner has to do some queries to a sqlite database in whi
On Sunday 19 August 2012 19:03:09 Albert Astals Cid wrote:
> El Diumenge, 19 d'agost de 2012, a les 18:14:54, Giacomo Alzetta va
escriure:
> > I'm trying to write a simple KRunner plug-in, but I'm not able to compile
> > it.
> >
> > The plug-in is real
I'm trying to write a simple KRunner plug-in, but I'm not able to compile it.
The plug-in is really simple and follows the example that you can find here:
http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner#Abstract
My code can be found here:
http://techbase.kde.org/Development/