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 676444 - the file sharing preferences changes the app name
the file sharing preferences changes the app name
Status: RESOLVED FIXED
Product: gnome-user-share
Classification: Core
Component: general
3.0.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-user-share maintainers
gnome-user-share maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-20 21:19 UTC by William Jon McCann
Modified: 2012-05-22 14:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (48.39 KB, image/png)
2012-05-20 21:19 UTC, William Jon McCann
  Details
file-share-properties: use g_set_prgname() (963 bytes, patch)
2012-05-21 19:54 UTC, Cosimo Cecchi
committed Details | Review

Description William Jon McCann 2012-05-20 21:19:39 UTC
Created attachment 214520 [details]
screenshot

When I bring up the file sharing preferences the app name changes. It really shouldn't because it is just a dialog.
Comment 1 Cosimo Cecchi 2012-05-21 13:02:22 UTC
-> gnome-user-share

It's actually another app - that dialog is provided by gnome-user-share.
Comment 2 William Jon McCann 2012-05-21 14:35:24 UTC
The problem is that it isn't an app.
Comment 3 Cosimo Cecchi 2012-05-21 19:54:34 UTC
Created attachment 214603 [details] [review]
file-share-properties: use g_set_prgname()

This is a minimal fix that makes the shell display the proper translated application name from the desktop file.
Long term, this would probably be part of a Privacy/Sharing System Settings panel.
Comment 4 Bastien Nocera 2012-05-22 13:37:16 UTC
Review of attachment 214603 [details] [review]:

Looks good.
Comment 5 Cosimo Cecchi 2012-05-22 14:23:55 UTC
Attachment 214603 [details] pushed as 623a3a3 - file-share-properties: use g_set_prgname()