I am currently on Kubuntu 8.04.
On my desktop I have a Konsole icon with the properties
Command: konsole --vt_sz 200x50 -e python ~/mypath/myprog.py
Workpath: ~/mypath
One mouse click gets me a terminal window and in that terminal window is immediately started python, using mypath and executing myprog.py.
I have installed the Kubuntu 9.04 beta but I don't understand the way the desktop works.
Please, someone, teach me how to create a something and put it on my screen where one mouse click will then get me a terminal window immediately running the python interpreter on myprog.py
I know how to start a plain terminal window and I can type
$ cd ~/myprog
$ python myprog.py
but what I want is the one-click solution I have in 8.04
/ingemar
On my desktop I have a Konsole icon with the properties
Command: konsole --vt_sz 200x50 -e python ~/mypath/myprog.py
Workpath: ~/mypath
One mouse click gets me a terminal window and in that terminal window is immediately started python, using mypath and executing myprog.py.
I have installed the Kubuntu 9.04 beta but I don't understand the way the desktop works.
Please, someone, teach me how to create a something and put it on my screen where one mouse click will then get me a terminal window immediately running the python interpreter on myprog.py
I know how to start a plain terminal window and I can type
$ cd ~/myprog
$ python myprog.py
but what I want is the one-click solution I have in 8.04
/ingemar
Comment