#!/bin/bash
set_desktop_3
nohup firefox &
...and if I ran the above from virtual desktop 1, the Firefox window would
appear on virtual desktop 3.
Possible with KDE?
Thanks,
Jorge
HTH
N.Emile...
--
Registered Linux User # 125653 (http://counter.li.org) | Please remove
Certified: 75% bastard, 42% of which is tard. | '.invalid'
http://www.thespark.com/bastardtest | to reply.
Switch to: http://www.speakeasy.net/refer/190653
> On Tue, 11 Jul 2006 at 08:53 GMT, Jorge Mataleo eloquently wrote:
>> I'd like to be able to specify which of my virtual desktops an app appears
>> on, from a shell script/bash prompt- i.e. in "pseudo-script"
>>
>> #!/bin/bash
>>
>> set_desktop_3
>> nohup firefox &
>>
>> ...and if I ran the above from virtual desktop 1, the Firefox window would
>> appear on virtual desktop 3.
>>
>> Possible with KDE?
> kstart --help
>
> HTH
> N.Emile...
Hi,
Does that have to be done from a script? There is an easier
way to achieve this, assuming the command line is not a
necessity . You can assign applications to workspaces (among
other things) by going to advanced options of a given
instance of that application (open conext menu in title bar
to find it).