All Questions
Tagged with shell-script kde4
1 question
4
votes
1
answer
3k
views
how to make my bash script look 100% like a GUI app (so user never sees terminal)
I created a bash script using kdialog (and it runs on Kubuntu 12.04). The GUI is used for every user interaction (after the first one). However, the script still has to be launched from the terminal ...