Revision 9dc53f7...

Go back to digest for 19th August 2012

Bug Fixes in KDE Base

Martin Koller committed changes in [kde-runtime] kioexec/main.cpp:

change tmp filename pattern to avoid misinterpretation

In the mentioned bugreport, kio_man is used with the url "man:tar"
firefox, which loads the tmp file kioexec created, seems to have a problem with the filename ending in
.tar as it thinks the file is a TAR file. The problem stems from the fact that kioexec creates the krun tmp filename by the
pattern <pid>.<jobnum>.<filename> and in this case filename == "tar"
A simple solution to not create a tmpfilename which can be misinterpreted is by changing "." -> "_" in the name pattern
so that the created filename does not have an "extension" part.

FIXED-IN: 4.9.1

File Changes

Modified 1 files
  • kioexec/main.cpp
1 files changed in total