After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 148553 - Launch commands on a particular workspace
Launch commands on a particular workspace
Status: RESOLVED DUPLICATE of bug 153620
Product: libwnck
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: libwnck maintainers
libwnck maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-27 08:46 UTC by Gabriel de Perthuis
Modified: 2005-07-14 17:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gabriel de Perthuis 2004-07-27 08:46:38 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?
Comment 1 Elijah Newren 2004-10-19 23:01:07 UTC
I think this is a Metacity issue (though I'm not entirely sure).

*** This bug has been marked as a duplicate of 153620 ***
Comment 2 Elijah Newren 2005-07-14 17:20:08 UTC
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...