Click to See Complete Forum and Search --> : How to create front-end icon (GUI)


satimis
11-21-2003, 12:29 PM
Hi folks,

I am interested to learn how to create a front-end ICON (GUI) on desktop with dropdown list for selecting options executing commands on Konsole window.

Example: tar command

$ tar zcvf tarball.tar.gz /path/to/folderA
$ tar cvf tarball.tar /path/to/folderB
$ tar zcvf tarball.tar.gz
$ tar zc tarball.tar.gz
$ tar cf tarball.tar
etc.

Not starting on KDE desktop -> right click -> Create New -> Link to Application -> etc.
Nor starting from KStart -> right click -> Menu Editor -> etc.

I can create executable icons with the abovementioned 2 routes to execute commands separately.

Any advice or pointer would be appreciated.

Thanks in advance.

B.R.
satimis