I presume you know about exploring the dbus with qdbus.
Originally posted by rec9140
View Post
One can start, in a konsole, by running just qdbus. That lists all the services listening on the dbus. Then one picks a service that might be what you want, and runs qdbus giving that service; in this case I thought org.freedesktop.ScreenSaver might be interesting, so I ran
Code:
qdbus org.freedesktop.ScreenSaver
Code:
qdbus org.freedesktop.ScreenSaver /org/freedesktop/ScreenSaver
Rather than the command line tool qdbus, one can use the GUI qdbusviewer (in the APT package qttools5-dev-tools). Point and click, but its listing of the methods doesn't show the parameters until you click on the method, so I find it slower to work with.
Leave a comment: