Already a member?
Sign in
dbus-send
dbus-send is a dbus tool that is probably already installed if you have dbus installed. With dbus-send you can send commands to dbus applications on the command line. An example for changing the gnome-terminal image to the file 'Hamsterweken.png' in my homedir:
dbus-send --type=method_call --dest=com.google.code.Awn \
/com/google/code/Awn \
com.google.code.Awn.SetTaskIconByName \
string:'gnome-terminal' string:'/home/michael/Hamsterweken.png'
dbus-send --type=method_call --dest=com.google.code.Awn \
/com/google/code/Awn \
com.google.code.Awn.SetTaskIconByName \
string:'gnome-terminal' string:'/home/michael/Hamsterweken.png'
Latest page update: made by mycroes
, Feb 26 2007, 7:27 AM EST
(about this update
About This Update
Changed error in command given
- mycroes
1 word added
2 words deleted
view changes
- complete history)
Changed error in command given
- mycroes
1 word added
2 words deleted
view changes
- complete history)
Keyword tags:
dbus-send
More Info: links to this page