bitcoin-qt
bitcoin-qt copied to clipboard
Support Dynamic Quicklists in Ubuntu Unity
Looks from https://wiki.ubuntu.com/Unity/LauncherAPI that it would be fairly simple to add
Looks very nice, hopefully it is possible to support this without adding dependencies, as I think pulling libunity will make it depend on GTK as well.
Maybe using the low-level DBus API...
Adding a Static Quicklist entry is very easy, all you need is to add some support to the desktop file. This is based on the libindicator desktop shortcuts. Here is what needs to be added to gnome-screenshot to support Quicklist
[…] X-Ayatana-Desktop-Shortcuts=Screen;Window
[Screen Shortcut Group] Name=Take a screenshot of the whole screen Exec=gnome-screenshot TargetEnvironment=Unity
[Window Shortcut Group] Name=Take a screenshot of the current window Exec=gnome-screenshot -w TargetEnvironment=Unity