GNOME Bugzilla – Bug 168731
Floppy icon is not localized
Last modified: 2005-05-08 13:04:21 UTC
The desktop icons; 'floppy', 'cdrom' are not localized on SuSE 9.x with GNOME 2.6. I remember gnome-vfs used get_drive_name api at SuSE 8.x with GNOME 2.4 but now gnome-vfs uses modify_volume_name_for_display api. I'm attaching the patch to localize icon names.
Created attachment 38037 [details] [review] patch for libgnomevfs/gnome-vfs-volume-monitor-daemon.c i attached the patch.
Thanks for your efforts. I can verify that this is still an issue, but I think your patch does the wrong thing. The get_drive_name should in theory return a correctly localized name, but it doesn't, possibly for i18n header breakage.
Created attachment 45925 [details] [review] Proposed patch (against HEAD). This patch ports gnome-vfs to gi18n-lib.h. It makes libgnomevfs/gnome-vfs-i18n.h obsolete. After applying it, installing the library, killing all daemons and vfs clients you should see correct i18n results.
Looking good, but you seem to have forgotten that there is also a modules dir! I also have see it in the doc/Makefile.am. Can you fix that? Thanks! Great work!
Created attachment 46129 [details] [review] Additional bits. Should be applies in addition to the last patch. Thanks for your hints Christian!
Created attachment 46161 [details] [review] Patch I am going to commit to CVS. Just a all-in-one version of Manny's patch.
Commited the patch to cvs HEAD. It seems to fix the bug here. Please test and if it doesnt fix it reopen this bug. Thanks everybody!