Dynamic quicklist: how to reference to .desktop file? (installed in /opt)
- by Nick Lemaire
I'm trying to create a dynamic quicklist for an application I'm developing in quickly.
This is the line of code I use to try and connect to the .desktop file:
self.launcher = Unity.LauncherEntry.get_for_desktop_id("my-app.desktop")
For testing purposes, I've found that when using quickly run I should copy the .desktop file to…