GNOME Bugzilla – Bug 78253
remap of terminal on opening of new tab
Last modified: 2004-12-22 21:47:04 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.
gnome-terminal probably calls gtk_window_present() when creating a new tab, which has a race condition with the workspace switching.
Fixed, will commit shortly.