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 320289 - eog title does not use G_BROKEN_FILENAMES in NIS filesystem
eog title does not use G_BROKEN_FILENAMES in NIS filesystem
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
unspecified
Other opensolaris
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-31 04:50 UTC by Takao Fujiwara
Modified: 2006-02-01 16:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for libeog/eog-image.c (554 bytes, patch)
2005-10-31 04:52 UTC, Takao Fujiwara
none Details | Review

Description Takao Fujiwara 2005-10-31 04:50:40 UTC
If open any .png files on none UTF-8 locales on NIS filesystem, the filename is
not shown as the current locale.

I'm attaching the patch.
Comment 1 Takao Fujiwara 2005-10-31 04:52:06 UTC
Created attachment 54117 [details] [review]
Patch for libeog/eog-image.c

The patch uses G_BROKEN_FILENAMES on NIS filesystem.
Comment 2 Takao Fujiwara 2006-02-01 02:54:51 UTC
Could you integrate the attached patch?
Comment 3 Lucas Rocha 2006-02-01 16:02:59 UTC
Thanks for the patch and report! Applied in HEAD and gnome-2-12 branch.

2006-02-01  Lucas Rocha  <lucasr@gnome.org>

        * libeog/eog-image.c: use current locale for images on
        NIS filesystem (Fixes bug #320289). Patch from Takao
        Fujiwara <takao.fujiwara@sun.com>.