eksime / VDesk

Launch programs on new virtual desktops.
GNU General Public License v3.0
625 stars 57 forks source link

noswitch argument does not work for chrome #89

Open gaelle1388 opened 3 years ago

gaelle1388 commented 3 years ago

Hello,

I would like to open Chrome.exe in a new virtual desktop (example desktop 2) without interruption, i.e. do not switch to desktop 2 if I'm on desktop 1.

I have tried the following : vdesk on:2 noswitch:true run:"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" /new-window "https://github.com"

But it does not work - opens on desktop 1...

Also tried: vdesk on:2 noswitch:true run:notepad.exe vdesk on:1 noswitch:true run:chrome.exe ---> this work but when I changed it to:

vdesk on:2 noswitch:true run:chrome.exe vdesk on:1 noswitch:true run:notepad.exe ---> both are opened in desktop 1 !

some suggestions please to solve this problem??

Thanks in advance.