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 359875 - drive names appear untranslated
drive names appear untranslated
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Volume and drive handling
2.16.x
Other All
: High enhancement
: 2.16
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-05 13:16 UTC by Martin Pitt
Modified: 2006-11-06 09:56 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
call setlocale() in daemon (571 bytes, patch)
2006-10-05 13:17 UTC, Martin Pitt
none Details | Review

Description Martin Pitt 2006-10-05 13:16:56 UTC
From https://launchpad.net/distros/ubuntu/+source/gnome-vfs2/+bug/62502:

The name of the volumes you can see in Computer (Floppy Drive, CD-RW Drive and so on) appears untranslated in my Spanish desktop.

However, the translations is fully completed in Rosetta.

The problem is that gnome-vfs-daemon does not call setlocale().
Comment 1 Martin Pitt 2006-10-05 13:17:59 UTC
Created attachment 74054 [details] [review]
call setlocale() in daemon

This is the patch I applied to the Ubuntu package. Works fine, drive names are translated now.
Comment 2 Christian Neumair 2006-10-05 15:08:56 UTC
Thanks, good catch! :)
Years ago, I spent some time trying to find the reason for the lack of localization but I didn't succeed.

Confirming.

I wrote an email to the mailing list asking for review.
Comment 3 Alexander Larsson 2006-11-06 09:56:27 UTC
Commited. Thanks.