GNOME Bugzilla – Bug 172339
Startup notification when activating URLs
Last modified: 2006-08-08 20:53:10 UTC
[from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=268703] When the user clicks on a URL in a chat window, startup notification should be activated so that the user knows something is happening.
Do we think something like the event message you see in a chat window (for the timestamp) should be used to show this? Personally I am not sure if we should have anything at all, but I know what it is like when nothing happens, you expect _some_ feedback.
I mean use the startup notification libraries so that the cursor changes to a busy+arrow pointer whilst the browser starts. Drawing a selection box for a split second and changing the colour like Gecko does would be nice too.
Shouldn't the gnome_show_url/gnome_vfs_show_url API take care of startup notification? It feels weird that each app would have to do it.
I agree with Richard here. Plus, other than the immediate response from the API to know if the function was successfull, we have no real way of knowing if the browser or what ever should be launched was successfull that I know of - so how would we know when to turn off the notification (even if we did do it).
Martyn, that's what the startup notification lib does. I just argue that gnome(vfs) should use that, and not the apps.
Removing version specifics.
Closing this as WONTFIX, since Richard and I agree this should be done in GnomeVFS or the underlying library that we use to launch URLs, not on an app by app basis.