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 644928 - error opening files with Umlaute (ä,,ö,ü) in the filename
error opening files with Umlaute (ä,,ö,ü) in the filename
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
unspecified
Other Windows
: Normal major
: ---
Assigned To: Hib Eris
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-16 15:13 UTC by johannes.fleck
Modified: 2011-03-19 17:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot error (110.13 KB, image/gif)
2011-03-16 15:13 UTC, johannes.fleck
  Details
0001-tiff-Use-TIFFOpenW-on-windows.patch (1.00 KB, patch)
2011-03-16 19:05 UTC, Hib Eris
none Details | Review
0001-tiff-Use-TIFFOpenW-on-windows.patch (1.03 KB, patch)
2011-03-16 20:12 UTC, Hib Eris
none Details | Review
0001-tiff-Use-TIFFOpenW-on-windows.patch (901 bytes, patch)
2011-03-16 22:32 UTC, Hib Eris
committed Details | Review

Description johannes.fleck 2011-03-16 15:13:44 UTC
Created attachment 183547 [details]
screenshot error

I've posted a problem on evince mailling list.
As you asked me I've tested it with local version too.
following results

happens in both versions (portable and local)

seems to happen only to *.tif files - testing with pdf and seems to work fine

filename for testing was "T:\DocStorage\Versicherungen-Sparen\Nic\Wiener-Städtische-PraemienPension-Vertragserhoehung-Indexanpassung-2010-11-29.tif"

attached see screenshot

portable version was in english, local vesion in german

hope that helps!

cheers
 Johannes
Comment 1 johannes.fleck 2011-03-16 15:15:03 UTC
I'v downloaded evince from portable app page and noticed a possible bug.
Its version Windows 2.30.3 Multilingual

following happens:

I try to open (via file open and dragdrop) to open a file with a long filename
that contains Umlaute (ö,ä,ü). 
Error Msg says . invalid file can't open
Comment 2 Hib Eris 2011-03-16 19:05:04 UTC
Created attachment 183565 [details] [review]
0001-tiff-Use-TIFFOpenW-on-windows.patch

Thank you for reporting this issue.

This (untested) patch might fix the problem. I will rebuild evince for windows with it this week and test it.

If it proves to fix the issue, I will commit the patch myself.
Comment 3 Hib Eris 2011-03-16 20:12:46 UTC
Created attachment 183568 [details] [review]
0001-tiff-Use-TIFFOpenW-on-windows.patch

Now without C++!
Comment 4 Hib Eris 2011-03-16 22:32:13 UTC
Created attachment 183580 [details] [review]
0001-tiff-Use-TIFFOpenW-on-windows.patch

...and using glib functions.
Comment 5 Wouter Bolsterlee (uws) 2011-03-19 17:22:07 UTC
Thanks, committed to master.

[master 019c902] Bug 644928 – Use TIFFOpenW on windows
 Author: Hib Eris <hib@hiberis.nl>
 1 files changed, 14 insertions(+), 0 deletions(-)