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 78253 - remap of terminal on opening of new tab
remap of terminal on opening of new tab
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: Havoc Pennington
Havoc Pennington
Depends on:
Blocks:
 
 
Reported: 2002-04-10 07:24 UTC by kz
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kz 2002-04-10 07:24:44 UTC
Package: metacity
Severity: minor
Version: 2.3.55
Synopsis: remap of terminal on opening of new tab
Bugzilla-Product: metacity
Bugzilla-Component: general

Description:
Steps to reproduce the problem:
1. try heavy operation like red-carpet update.
2. while the operation, open gnome-terminal, and try new tab.
3. immediately jump to another workspace

Actual Results:
gnome-terminal appears on new workspace with new tab.

Additional Information:
I have no idea why 'new tab' call remap of gnome-terminal itself.
tab is gnome-terminal inside and have nothing to do with window manager.
doesn't it?




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-04-10 03:24 -------

Reassigning to the default owner of the component, hp@redhat.com.

Comment 1 Havoc Pennington 2002-05-11 05:20:58 UTC
gnome-terminal probably calls gtk_window_present() when creating a new
tab, which has a race condition with the workspace switching.
Comment 2 Havoc Pennington 2002-05-12 17:12:01 UTC
Fixed, will commit shortly.