Tips on developing KRunner plug-ins with Qt Creator?

2016-06-22 Thread Giacomo Alzetta
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

Re: KRunner plug-ins in python - The package name changes during execution(???)

2012-11-08 Thread Giacomo Alzetta
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

KRunner plug-ins in python - The package name changes during execution(???)

2012-11-07 Thread Giacomo Alzetta
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

Re: Error when compiling krunner plug-in

2012-08-19 Thread Giacomo Alzetta
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

Error when compiling krunner plug-in

2012-08-19 Thread Giacomo Alzetta
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/