View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#39
not well tested, but worth a try:
Code:
[Desktop Entry]
Encoding=UTF-8
Version=0.1
Type=Application
Name=phone short cut
Exec=python -c 'import dbus; print dbus.Bus().call_blocking("org.freedesktop.Telepathy.AccountManager","/org/freedesktop/Telepathy/Account/ring/tel/ring", "com.nokia.Account.Interface.ChannelRequests","Create","a{sv}ts", ({"org.freedesktop.Telepathy.Channel.TargetHandleType":dbus.UInt32(1),"org.freedesktop.Telepathy.Channel.TargetID":"000000000","org.freedesktop.Telepathy.Channel.ChannelType":"org.freedesktop.Telepathy.Channel.Type.StreamedMedia"},0,""))'
Icon=general_call
Replace 000000000 with the receivers phone number
 

The Following 3 Users Say Thank You to nicolai For This Useful Post: