View Single Post
dchky's Avatar
Posts: 549 | Thanked: 299 times | Joined on Jun 2010 @ Australian in the Philippines
#10
I also want to be able to do this - I want to write a simple widget that copies my phone number to the clipboard, that way I can paste it in text messages or wherever.

The actual dbus-monitor for this event is (fairly obvious for anyone with dbus-monitor):

Code:
method call sender=:1.72 -> dest=:1.35 serial=137 path=/org/gnome/evolution/dataserver/addressbook/sim_3a__2f__2f_msisdn; interface=org.gnome.evolution.dataserver.addressbook.Book; member=getContactList
   string "(exists "phone")"
This spits out your own vcard. For whatever reason qqdbusviewer shows the path a bit differently to this.

I'm not sure how to convert this to a dbus-send though.
 

The Following User Says Thank You to dchky For This Useful Post: