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 141379 - The applications shortcuts from keyboard shortcuts shoul use startup-notification.
The applications shortcuts from keyboard shortcuts shoul use startup-notifica...
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: media-keys
3.0.x
Other Linux
: Normal minor
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
: 461874 (view as bug list)
Depends on: 415070
Blocks:
 
 
Reported: 2004-04-29 11:19 UTC by Ernst Sjöstrand
Modified: 2011-09-13 14:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Ernst Sjöstrand 2004-04-29 11:19:43 UTC
You press the WWW key on your multimedia keyboard, but you see no inidcation
that the you computer has reacted until your webbrowser has started.
Comment 1 Pedro Corte-Real 2004-09-06 22:13:24 UTC
This is indeed very annoying. Could someone fix this please?
Comment 2 Bastien Nocera 2004-09-29 21:04:50 UTC
We need to add some spinning sandtimer action in there.
Comment 3 Jens Granseuer 2007-07-30 18:29:26 UTC
*** Bug 461874 has been marked as a duplicate of this bug. ***
Comment 4 Bastien Nocera 2008-03-28 16:10:06 UTC
We should replace the "execute()" calls with GAppInfo and GdkAppLaunchContext. We'd need to replace most of the executable names with .desktop filenames instead.
Comment 5 Ernst Sjöstrand 2008-09-21 19:24:11 UTC
Any progress?
Comment 6 Ernst Sjöstrand 2010-01-27 22:45:53 UTC
Going through my old open bugrepots, this is still valid, right?
Comment 7 Bastien Nocera 2011-02-09 15:30:39 UTC
Mass move to new component "Keyboard" where the keyboard shortcuts live in GNOME 3.
Comment 8 Bastien Nocera 2011-09-13 14:47:43 UTC
This should fix most of it for GNOME 3.2.

commit 02ce95c3e6723c6071cf6691bd49661dd2e1cf16
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 13 15:40:58 2011 +0100

    media-keys: Clean up app launching
    
    To use spinny spinny spinners, and the likes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=141379

commit bb071def9bc0c6097f0c57a57f2565d910fe2cef
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 13 14:46:06 2011 +0100

    media-keys: Use gtk_show_uri() to launch nautilus

commit 4c72a3fb792b167908f98fb6634a5d3619f25045
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 13 14:31:14 2011 +0100

    media-keys: There's no Beagle anymore

commit edadf4c081c7ba083e1ab02131e18af50ac3a9e2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 13 14:21:43 2011 +0100

    media-keys: Use the same "Music" mime-type as g-c-c
    
    The info page uses audio/x-vorbis+ogg for music, so use this
    as well.