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 130734 - not possible to place other windows above splash screen
not possible to place other windows above splash screen
Status: RESOLVED INVALID
Product: GIMP
Classification: Other
Component: General
1.x
Other Linux
: Normal enhancement
: ---
Assigned To: GIMP Bugs
Daniel Egger
Depends on:
Blocks:
 
 
Reported: 2004-01-07 00:44 UTC by Hakon
Modified: 2012-11-20 10:28 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Hakon 2004-01-07 00:44:03 UTC
I have nothing against the splash screen, but I think it shouldn't be a
"always-on-top", instead it should be possible to place other windows above
it if you need to.
Added to that, is it not possible to let GIMP show up in the panel's
window_list_applet as soon as the splash is shown? That way you would be
able to toggle back visibility before GIMP has fully initialized, if you
have obscured it.
Comment 1 Manish Singh 2004-01-07 02:03:25 UTC
The splash window doesn't set itself to be always on top. All it does is:

  gtk_window_set_type_hint (GTK_WINDOW (win_initstatus),
                            GDK_WINDOW_TYPE_HINT_SPLASHSCREEN);

Which is the right thing to do. If you don't want it always on top,
fix or change your window manager accordingly.

I don't really understand what you're trying to say in the second part
of your report.
Comment 2 Michael Natterer 2012-11-20 10:27:44 UTC
Instead marking as duplicate of the bug that has a patch to fix this.

*** This bug has been marked as a duplicate of bug 688710 ***
Comment 3 Michael Natterer 2012-11-20 10:28:17 UTC
Err sorry this bug was not OSX specific.