Already a member?
Sign in
| Version | User | Scope of changes |
|---|---|---|
| Feb 26 2007, 7:27 AM EST (current) | mycroes | 1 word added, 2 words deleted |
| Feb 26 2007, 7:26 AM EST | mycroes | 53 words added |
Changes
Key: Additions Deletions
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--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--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'
