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 645750 - [regression] Welcome dialog not focused on startup
[regression] Welcome dialog not focused on startup
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal normal
: 0.14
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-26 14:16 UTC by Jean-François Fortin Tam
Modified: 2011-05-26 01:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2011-03-26 14:16:31 UTC
The startup wizard/welcome dialog used to be properly focused when starting pitivi. Now, the main window is focused and the startup dialog is thrown out of focus.

6ada7de642954e62028a08b028443d741c924549 is the first bad commit
commit 6ada7de642954e62028a08b028443d741c924549
Author: Alex Băluț <alexandru.balut@gmail.com>
Date:   Sun Jan 16 10:43:02 2011 +0100

    Fix StartupWizardGuiPitivi to show the wizard only when it should. Removed unnecessary show() calls from PitiviMainWindow.
Comment 1 Jean-François Fortin Tam 2011-03-26 15:53:30 UTC
I should mention that this occurs on my (slower) laptop, not on my (faster) desktop). Since pitivi loads much faster on my desktop computer, this may be a race condition.
Comment 2 Jean-François Fortin Tam 2011-05-26 01:09:41 UTC
commit b7ae0f683d99629e94c2b4b882ada534af3b423d
Author: Jean-François Fortin Tam <nekohayo@gmail.com>
Date:   Mon May 16 22:19:33 2011 -0400

    Properly set the welcome dialog as transient for mainwindow

to

commit 44bd3e61c3bd60358a404efa7d63f2f0424b7fee
Author: Thibault Saunier <thibault.saunier@collabora.co.uk>
Date:   Sun May 22 20:49:26 2011 -0400

    application: clean up the welcome dialog grab focus commit