Thread: WLAN Shortcut
View Single Post
Posts: 59 | Thanked: 21 times | Joined on Sep 2007 @ Espoo, Finland
#8
Originally Posted by low life View Post
if the command doesn't work just create a file called disconnect in /usr/bin, with this in it (one line):
Code:
dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true
Of course you can just type the same text in terminal and it'll work, but this gives it a shorter name. And for all I know, you can get this on desktop just by making a shortcut where Exec=osso-xterm 'disconnect'
After making the file and trying to run it, it gives permission denied error. Do I have to change the file permissions somehow?