You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, June 18th 2007, 2:51pm

windows automatically opening in specific desktops!!

Okay.... first off I'm pretty new to Linux.... I have tried the help pages and Googling kstart etc and still cannot get it to work....

Once I have a certain applicatiion running I would like the various windows to open in specific virtual desktops.

What I have tried so far.....

$ xprop | grep WM_CLASS

and then selected the window I want to open in a specific desktop - this has returned:

WM_CLASS(STRING) = "import", "import"

I have then tried the following (assuming I want window to open in desktop 2):

$ kstart --desktop 2 --activate --window "import", "import"

when entering the above nothing seems to happen. I have also tried the following:

$ kstart --desktop 2 --activate --windowclass "import", "import"

this doesn't work either.... must admit I am clutching at straws here - I really don't know what I am doing.

Anyone have any help - is kstart the only way of achieving what I want?? PLEASE - any help would be greatly appreciated.

Thanks

kriko

Trainee

Posts: 127

Location: Slovenia

  • Send private message

2

Tuesday, June 19th 2007, 6:42pm

You're complicating things :)

Open desired application, click on icon, upper-right corner. Choose advanced and then:
special windows settings, if you want such behaviour for only shown window or
special application settings, if you want such behaviour for shown windows that belongs to application.
Now a window opens up, choose geometry and enable Desktop. I you like to force apps to certain desktop, select force and select one of virtual desktops. You cannot move this app from this desktop with this settings anymore, so maybe remember would be a better option.

3

Wednesday, June 20th 2007, 4:44pm

You're right... I new there had to be an easier way of doing this.

You would not believe how much grief this was causing me.

Thanks