How to launch on a precise workspace?

Asked by tashi

Hello to you all,

I'd like to know how to shell launch a program and have it's window (if one) appearing on a precise workspace? I'd like to know it to create for me a specific system that, whenever it starts, would launch bmon on a precise window, jnettop on a precise other one, and several programs on precise places... (like Torrent managers for instance)

Thanks to please tell me the way to realise it, I've now tried to know by several other ways but it was not efficient enough yet...

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-system-monitor Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

You can install devilspie (from the Ubuntu repos) and then grab gdevilspie from googlecode (ask devilspie is a cli only app). You can then tell windows how to appear when the appear.

Very handy app

Revision history for this message
tashi (pierre-mirmont) said :
#2

So you are telling me to install "gdevilspie", and that then this widget should be able to make any window called from command line appear on a specific user-space?
Thanks a million!

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

install devilspie in the normal way

then run:

wget http://gdevilspie.googlecode.com/files/gdevilspie-0.5.tar.bz2; tar jxvf ./gdevilspie-0.5.tar.bz2; rm ./gdevilspie-0.5.tar.bz2; cd gdevilspie-0.5; ./gdevilspie

Will install the gdevilspie and run it

Revision history for this message
tashi (pierre-mirmont) said :
#4

Thanks actionparsnip, that solved my question.