How can I control in KDE on which desktop an application started from commandline will appear?

3

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?

txwikinger

Posted 2010-07-13T14:44:57.040

Reputation: 2 467

Answers

4

kstart --desktop <number> application

e.g.

kstart --desktop 2 konsole

sml

Posted 2010-07-13T14:44:57.040

Reputation: 1 582

Yep. figured that out a couple of days ago :) – txwikinger – 2010-07-20T22:43:07.453