Announcement

Collapse
No announcement yet.

little program

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    little program

    Hi everyone!
    I'd like to write a little program to process some simple commandes to enable my wifi.
    sudo iwconfig wlan0 key restricted XXXXXXXX
    echo key ok
    sudo ifconfig wlan0 up
    sudo kcontrol

    actually i've done a shell script that can be run in konsole but I have to run it in konsole with /home/anodynn/wificommand.sh how can I make it able to be run from an icone on the desktop?

    Further i'd like to enable the wifi in KDE (through the controle panel) how can i do?

    If some of you can help me this way i'll be grateful!

    If I can do this I'll certainly will be able to do lots of things to custom my KDE.... how great it looks like!
    Many thanks for all those who help I hope I will to!

    #2
    Re: little program

    Hi,

    I think you should make link to application with path of your script and in advanced option tell to run in a konsole... Because if not you will have troubles to see echo and asking question of password...
    If someone has another idea...

    Cheers

    Comment

    Working...
    X