Results 1 to 3 of 3
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-02-2010 #1
open window on virtual desktop / workspace
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.
- 05-04-2010 #2
I believe you should be able to just do
Code:kstart --desktop 2 MyApp
- 05-05-2010 #3


Reply With Quote

