GNOME Bugzilla – Bug 141379
The applications shortcuts from keyboard shortcuts shoul use startup-notification.
Last modified: 2011-09-13 14:47: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.
This is indeed very annoying. Could someone fix this please?
We need to add some spinning sandtimer action in there.
*** Bug 461874 has been marked as a duplicate of this bug. ***
We should replace the "execute()" calls with GAppInfo and GdkAppLaunchContext. We'd need to replace most of the executable names with .desktop filenames instead.
Any progress?
Going through my old open bugrepots, this is still valid, right?
Mass move to new component "Keyboard" where the keyboard shortcuts live in GNOME 3.
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.