GNOME Bugzilla – Bug 148553
Launch commands on a particular workspace
Last modified: 2005-07-14 17:20:08 UTC
Currently when an application is launched (for example using the Run application panel applet) it pops up in the workspace that is active when it really starts, possibly a few minutes after it was launched; it would be preferable to display it in the workspace that was used to launch it. After some investigation of the sources, it appears that gdk_spawn_on_screen and its variants (gdk_spawn_command_on_screen, gdk_spawn_on_screen_with_pipes) are used to launch commands. Replacing these by a wnck_spawn_command_in_workspace would make applications start on the workspace they are expected to. I can write this function if you like, what do you think?
I think this is a Metacity issue (though I'm not entirely sure). *** This bug has been marked as a duplicate of 153620 ***
Bug 160687 would have been more correct to mark this as a duplicate of (although that bug didn't exist at the time). See Havoc's comments in that bug...