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 709883 - Terminal is always opened on the current workspace
Terminal is always opened on the current workspace
Status: RESOLVED INCOMPLETE
Product: gnome-terminal
Classification: Core
Component: general
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-11 07:26 UTC by Petr Schindler
Modified: 2014-05-21 09:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Petr Schindler 2013-10-11 07:26:30 UTC
When I drug&drop terminal from dash (left bar) to some other workspace then current it is opened on the current workspace instead.

Version: gnome-terminal-3.10.0-1.fc20.x86_64
Fedora 20
Comment 1 Christian Persch 2013-11-04 17:58:33 UTC
AFAICT, gnome-terminal does everything the startup notification expects. It gets the DESKTOP_STARTUP_ID env variable on the launcher side, and forwards that to the server, which sets it with gtk_window_set_startup_id() on the newly created window before it's gtk_window_present()ed.
Comment 2 Christian Persch 2013-11-04 18:11:15 UTC
Also, this works here for me on F19 with g-t 3.8, and 3.10 has few changes from 3.8, and none in this area. So the problem must reside somewhere else.