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 667174 - PDF import cannot handle non-latin characters in paths
PDF import cannot handle non-latin characters in paths
Status: RESOLVED DUPLICATE of bug 544560
Product: GIMP
Classification: Other
Component: Plugins
2.6.11
Other Windows
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2012-01-03 11:35 UTC by milasudril
Modified: 2012-01-03 13:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description milasudril 2012-01-03 11:35:47 UTC
It seems like GIMP PDF importer cannot handle white-space in a path:

Could not open "I:\Documents and Settings\..." No such file or directory.

When moving the file to the root directory it works fine.



The following could be interesting for other applications having problems with white-spaces (some people don't like to care about supporting white-space in pahts):

I have found an ugly hack does work on Windows XP 32-bit:

In a command prompt do the following
Working directory is the directory where the file is stored
Invoke command.com to emulate DOS (this results in short paths)
exit command.com and return to cmd.exe (Now we have short paths)

Now, just
path to gimp\gimp-2.6.exe file.pdf
Comment 1 milasudril 2012-01-03 13:30:31 UTC
EDIT: After doing some additional tests I have found that it is failing on non-latin characters rather than white-spaces. When I converted the path to a short path this character was replaced by ~ because of its position in the filename.
Comment 2 Michael Schumacher 2012-01-03 13:48:25 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 544560 ***