Possible workaround: create python scripts that do the desired
operations, and add global shortcuts to them. Examples:
newnote.py:
#!/usr/bin/env python
import dbus, gobject, dbus.glib
tomboy = dbus.Interface(dbus.SessionBus().get_object("org.gnome.Tomboy",
"/org/gnome/Tomboy/RemoteControl"), "org.gnome.Tomboy.RemoteControl")
tomboy.DisplayNote(tomboy.CreateNote())
showsearch.py:
#!/usr/bin/env python
import dbus, gobject, dbus.glib
tomboy = dbus.Interface(dbus.SessionBus().get_object("org.gnome.Tomboy",
"/org/gnome/Tomboy/RemoteControl"), "org.gnome.Tomboy.RemoteControl")
tomboy.DisplaySearch()
showstartnote.py:
#!/usr/bin/env python
import dbus, gobject, dbus.glib
tomboy = dbus.Interface(dbus.SessionBus().get_object("org.gnome.Tomboy",
"/org/gnome/Tomboy/RemoteControl"), "org.gnome.Tomboy.RemoteControl")
tomboy.DisplayNote(tomboy.FindStartHereNote())
I made these with the help of <http://arstechnica.com/open-
source/news/2007/09/using-the-tomboy-d-bus-interface.ars>.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685309
Title:
Hotkeys don't work with indicator-application
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomboy/+bug/685309/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs