How can I start an application on a specified virtual desktop from a bash script?
I am trying to start an application in KDE from a bash script, but I want it to appear on virtual desktop #2.
Is there a command like:
run_on <virtualdesktop_2> <some_application>
run_on 2 /usr/bin/xterm
Notice that virtual desktops are something different than the DISPLAY setting :2.0 etc.

