https://bugs.kde.org/show_bug.cgi?id=472605
--- Comment #5 from Freek de Kruijf <freekdekru...@kde.nl> --- (In reply to NSLW from comment #4) > Created attachment 160623 [details] > Patch to debug bug 472605 > > Ok, then please: > 1) download the attached patch > 2) put it in the root (there where org.kde.lokalize.appdata.xml file is) of > the lokalize source code > 3) invoke "patch -p1 < 0001-Debug-bug-472605.patch" in the terminal > 4) compile, and run > > If the patching went correctly, you should see entries starting with "[bug > 472605]" in your terminal while running the test case. Please run the test > case once again and attach whole terminal output. I could not use the command "patch -p1 < 0001-Debug-bug-472605.patch" in the unpacked tar.xz file. However it did the changes by hand and found that apparently your sources are newer. The line numbers in the patch file are a few lines off from the lines in my source file. I also found the text '/' and 't' in my source, where in your source QLatin1Char('/') and QLatin1Char('t') are used. Anyway I will continue with what I have now without the use of QLatin1Char(). -- You are receiving this mail because: You are watching all bug changes.