Code: Select all
roxterm --execute command
Code: Select all
roxterm --execute command
I am looking for the equivalent switch -hold used in xterm.anticapitalista wrote:roxterm --execute htop keeps the original roxterm open. Or are you using something else?
Code: Select all
xterm -hold -e mp3tag
Code: Select all
roxterm --hide-menubar --title=MP3tag --execute bash -c"mp3tag; echo; echo; bash"