GNOME Bugzilla – Bug 658750
Password prompt needs desktop file
Last modified: 2011-09-15 09:51:00 UTC
The password box shows up as "Gnome-keyring-prompt-3" in gnome-shell, instead of a decent (translated) name. It also means that it has a crappy icon in alt-tab as gnome-shell doesn't know the real icon name for it.
Too late to fix this for Gnome 3.2. Once bug 652459 is fixed, this will no longer be a problem.
Not too late for 3.2. You probably already have the string in your .po files, so wouldn't even require a string freeze break request.
Created attachment 196596 [details] [review] Make .desktop file match process The keyring prompt was showing up without a nice icon or application name in the shell. Turns out that the binary name didn't match the one in the .desktop file.
In fact, you already had the desktop file for it, but it was broken. Untested patch above.
Patch works as expected.
Thanks! Looks good then. Please go ahead and merge into gnome-keyring master.
Pushed to gnome-3-0 and master. Attachment 196596 [details] pushed as 847edb0 - Make .desktop file match process