1
0
Fork 0
mirror of https://github.com/Findus23/acronomy-krunner.git synced 2024-09-19 12:43:44 +02:00
Krunner plugin for Acronomy
Find a file
2020-05-31 12:53:55 +02:00
.gitignore first working version 2020-05-31 12:53:55 +02:00
astroacro.desktop first working version 2020-05-31 12:53:55 +02:00
astroacro.py first working version 2020-05-31 12:53:55 +02:00
Makefile first working version 2020-05-31 12:53:55 +02:00
plasma-runner-astroacro.desktop first working version 2020-05-31 12:53:55 +02:00
README.md first working version 2020-05-31 12:53:55 +02:00

Simple Krunner dbus template

This plugin provides a simple template for a Krunner plugin using dbus.

To run this plugin you have to execute the make install-config command. This installs the .desktop file so that your runner gets recognized.
Secondly you have to run your script. Because Krunner queries the dbus interface and does not load a plugin you can use for example a debugger.

More information can be found here:
https://cgit.kde.org/krunner.git/plain/src/data/org.kde.krunner1.xml
https://techbase.kde.org/Development/Tutorials/D-Bus/Introduction

On Debian/Ubuntu you need:
sudo apt install python3 python3-hglib