[Kde-imaging] [Bug 94157] New: Can't print images with special
characters in file name
Linus Gasser
ineiti at linusetviviane.ch
Tue Nov 30 09:58:07 CET 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=94157
Summary: Can't print images with special characters in file name
Product: kipiplugins
Version: unspecified
Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kde-imaging kde org
ReportedBy: ineiti linusetviviane ch
Version: 0.1-beta1 (using KDE KDE 3.3.1)
Installed from: Debian testing/unstable Packages
OS: Linux
Sendimages.cpp creates a temporary image-file with the last directory in the name. If this (or the name of the image, I suppose) name includes any special characters (non 7-bit, I think), the line
*m_mailAgentProc << Temp;
misbehaves and gives some strange information to KProcess. In fact, I think that KProcess misbehaves, so perhaps this should be a bug-report against KProcess... But a workaround in kipi-plugins would be nice. I tried to give a Temp.utf8(), Temp.ascii(), Temp.latin1() to the KProcess, but it doesn't work, neither...
So, an image in
/home/ineiti/tmp/Anaïs/test.jpg
ends up in something like
/tmp/ineiti-.../.../Anaïs-test_jpg.jpg
and this name is not acceptable to KProcess...
More information about the Kde-imaging
mailing list