https://bugs.kde.org/show_bug.cgi?id=459608
Nicolas Fella <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED CC| |[email protected] Ever confirmed|0 |1 --- Comment #2 from Nicolas Fella <[email protected]> --- I've debugged this a long time ago, and IIRC the problem is this: When "saving" the file Android automatically appends an extension, so if we just passed the full filename to Android we'd end up with foo.bar.bar. To work around this we pass only foo and have Android append the extension based on the file type. Some types have more than one possible extension (e.g. jpg vs jpeg) so sometimes we end up with a different one than we started with. I'm not saying there's no way to fix that, but if there is one I didn't find it back then -- You are receiving this mail because: You are watching all bug changes.
