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 437209 - Show icon in splash screen for autostarted applications
Show icon in splash screen for autostarted applications
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: gnome-session
git master
Other Linux
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-09 16:33 UTC by Vincent Untz
Modified: 2008-08-15 18:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
startup-notification-based splash screen (7.37 KB, application/x-compressed-tar)
2007-05-09 17:07 UTC, Dan Winship
Details

Description Vincent Untz 2007-05-09 16:33:27 UTC
This is related to bug 105557 (which is about session-saved applications)
Comment 1 Dan Winship 2007-05-09 17:07:58 UTC
Created attachment 87897 [details]
startup-notification-based splash screen

FWIW, here's what I'm planning to do in my rewrite. The splash screen becomes
a separate program and uses startup notification monitoring to do the icons.
(You can try it out by just running the program and then launching things
from the menus and seeing their icons show up. Just comment out the
EggSMClient bits.) I haven't figured out for sure how the splash program
knows it's time to quit though :).

There's also a bugfix in there relative to the current sources: re_laydown()
needs to set "si->trans_count = TRANS_TIMEOUT_PERIOD;" for each icon it
modifies the pixbuf of, otherwise it crashes if has to resize the icons while
an icon is still fading in. (I didn't bother sending you a patch for this
because it's not possible to get that many icons in the splash with the
current system anyway.)
Comment 2 Lucas Rocha 2008-06-01 19:55:47 UTC
This is basically fixed in trunk (the rewrite cited by Dan). Vincent, do you have any interest in commiting this to gnome-2-22? I'll close this bug as FIXED otherwise.
Comment 3 William Jon McCann 2008-08-15 18:30:07 UTC
Closing as fixed per last comment.