[SOLVED]How to use kstart properly

Hi,
I would like to write a very simple script which could launch my favorite software when I start to work like : firefox, dolphin, zim...
But I would like that each software open in the right virtual desktop.
But for example,
does not open chromium in the desktop 2 but in the 1.
Ths is not the case with
It opens in the desktop 2, even if I launch the command in the desktop 1.
It does not work also for firefox, birdie...
Do I need to add something in the kstart command ? I would like to launch simultaneously 4-5 software.
I would like to write a very simple script which could launch my favorite software when I start to work like : firefox, dolphin, zim...
But I would like that each software open in the right virtual desktop.
But for example,
- Code: Select all
kstart --desktop 2 chromium-browser &
does not open chromium in the desktop 2 but in the 1.
Ths is not the case with
- Code: Select all
kstart --desktop 2 dolphin &
It opens in the desktop 2, even if I launch the command in the desktop 1.
It does not work also for firefox, birdie...
Do I need to add something in the kstart command ? I would like to launch simultaneously 4-5 software.