![]() |
2011-02-08
, 00:02
|
Posts: 21 |
Thanked: 14 times |
Joined on Feb 2011
|
#31
|
![]() |
2011-02-08
, 00:10
|
|
Posts: 433 |
Thanked: 312 times |
Joined on Nov 2009
@ U.K
|
#32
|
![]() |
2011-02-08
, 00:14
|
Posts: 21 |
Thanked: 14 times |
Joined on Feb 2011
|
#33
|
![]() |
2011-02-08
, 00:41
|
|
Posts: 433 |
Thanked: 312 times |
Joined on Nov 2009
@ U.K
|
#34
|
![]() |
2011-02-08
, 00:45
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#35
|
sudo gainroot passwd user [password you want to use when you use "sudo"]
![]() |
2011-02-08
, 01:15
|
|
Posts: 433 |
Thanked: 312 times |
Joined on Nov 2009
@ U.K
|
#36
|
![]() |
2011-02-09
, 15:45
|
|
Posts: 47 |
Thanked: 14 times |
Joined on Jul 2010
|
#37
|
is there a similar variation on this code for phonecalls, emails, etc? And how do you embed an icon for such a shortcut?
![]() |
2011-02-09
, 15:51
|
|
Posts: 433 |
Thanked: 312 times |
Joined on Nov 2009
@ U.K
|
#38
|
[Desktop Entry]
Encoding=UTF-8
Version=0.1
Type=Application
Name=Dialpad
Exec=dbus-send --type=method_call --dest=com.nokia.CallUI /com/nokia/CallUI com.nokia.CallUI.ShowDialpad string:"999999999"
Icon=call_dialpad
The Following User Says Thank You to Tiboric For This Useful Post: | ||
![]() |
2011-02-09
, 15:55
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#39
|
[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
![]() |
2011-02-09
, 15:58
|
|
Posts: 433 |
Thanked: 312 times |
Joined on Nov 2009
@ U.K
|
#40
|
The Following User Says Thank You to Tiboric For This Useful Post: | ||