I am using a script to start an application (with GUI, i.e. windows) in KDE. However, the window will always appear on the currently used desktop. I would like to define which desktop the application will appear to be able to just run in invisible in the background. How can I do this for KDE?

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted
kstart --desktop <number> application

e.g.

kstart --desktop 2 konsole
link|improve this answer
Yep. figured that out a couple of days ago :) – txwikinger Jul 20 '10 at 22:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.