PDA

View Full Version : [SOLVED] Gnome Terminal command in KDE/Konsole



Intrepid Ibex
August 30th, 2009, 04:34 PM
Hi,

I'd just like to know that what is the correct alternative of Gnome/Gnome Terminal...:

gnome-terminal -x bash -c "sudo apt-get update && sudo apt-get dist-upgrade;read -n1" ... with KDE/Konsole.

oldos2er
August 30th, 2009, 06:43 PM
I believe you would simply replace gnome-terminal with konsole, i.e.

konsole -x bash -c "sudo apt-get update && sudo apt-get dist-upgrade;read -n1"
Not sure if -x is applicable to konsole though.

Intrepid Ibex
August 31st, 2009, 03:26 PM
Yeah, but you see I use arch linux so I tested that a long ago before I created this topic ^^.