Comment 4 for bug 1032042

Revision history for this message
marmuta (marmuta) wrote :

I've added some D-Bus methods now, plus documentation and examples in the README.
I kept it simple, there are:
Show()
Hide()
IsVisible()

An example call from command line would be:
dbus-send --type=method_call --dest=org.onboard.Onboard /org/onboard/Onboard org.onboard.Onboard.Hide

Whatever language support there is for direct D-Bus calls can be used too, of course.

I'd like to put this in some of our PPA's but I have yet to figure out how. Francesco is still on holiday for another week or so.