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 665461 - phone prompt application names are wrong
phone prompt application names are wrong
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-12-03 10:35 UTC by William Jon McCann
Modified: 2011-12-04 14:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (79.69 KB, image/png)
2011-12-03 10:35 UTC, William Jon McCann
  Details
autorun-manager: Use app names rather than full names (982 bytes, patch)
2011-12-03 15:25 UTC, Florian Müllner
committed Details | Review

Description William Jon McCann 2011-12-03 10:35:24 UTC
Created attachment 202696 [details]
screenshot

The application names in the removable device prompt are wrong. They should be Rhythmbox and Shotwell.
Comment 1 Florian Müllner 2011-12-03 15:25:26 UTC
Created attachment 202707 [details] [review]
autorun-manager: Use app names rather than full names

(In reply to comment #0)
> The application names in the removable device prompt are wrong. They should be
> Rhythmbox and Shotwell.

Sure.
Comment 2 Jasper St. Pierre (not reading bugmail) 2011-12-03 17:42:24 UTC
Review of attachment 202707 [details] [review]:

Won't this make "Music Player" into "Totem"?
Comment 3 William Jon McCann 2011-12-03 19:01:33 UTC
[Desktop Entry]
Name=Movie Player

No.
Comment 4 Florian Müllner 2011-12-03 19:02:09 UTC
(In reply to comment #2)
> Won't this make "Music Player" into "Totem"?

No. If you meant "Movie Player", there will be no change at all, as totem does not have X-GNOME-FullName in its .desktop file (and thus get_display_name() uses the Name field just like get_name()).
Comment 5 drago01 2011-12-04 14:14:16 UTC
Review of attachment 202707 [details] [review]:

Looks good.
Comment 6 Florian Müllner 2011-12-04 14:40:55 UTC
Attachment 202707 [details] pushed as 85e2439 - autorun-manager: Use app names rather than full names