https://bugs.kde.org/show_bug.cgi?id=478755
--- Comment #1 from Lassi Väätämöinen <lassi.vaatamoi...@gmail.com> --- Not sure if this has anything to do with it, but 'cppcheck' also fails, as the Flatpack KDevelop cannot find 'libpcre'. It shows this in the 'Test' view, when executing cppcheck > /run/user/1000/doc/84a72681/cppcheck --xml-version=2 --enable=style > --enable=performance --enable=portability --enable=information > --enable=unusedFunction --enable=missingInclude --inconclusive --force > --check-config /home/vaatala/projects/navtech-radar /run/user/1000/doc/84a72681/cppcheck: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory Elapsed time: 0.09 s. *** Failure: Exit code 127 *** But in my system, libpcre.so.3 is present: $ dpkg-query -L libpcre3 /. /lib /lib/x86_64-linux-gnu /lib/x86_64-linux-gnu/libpcre.so.3.13.3 /usr /usr/bin /usr/lib /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libpcreposix.so.3.13.3 /usr/sbin /usr/share /usr/share/doc /usr/share/doc/libpcre3 /usr/share/doc/libpcre3/AUTHORS /usr/share/doc/libpcre3/NEWS.gz /usr/share/doc/libpcre3/README.Debian /usr/share/doc/libpcre3/README.gz /usr/share/doc/libpcre3/changelog.Debian.gz /usr/share/doc/libpcre3/copyright /usr/share/man /usr/share/man/man3 /usr/share/man/man3/pcrepattern.3.gz /lib/x86_64-linux-gnu/libpcre.so.3 /usr/lib/x86_64-linux-gnu/libpcreposix.so.3 So to me it looks like the Flatpack'ed KDevelop cannot see any binaries outside its sandbox. (For clazy, I also needed to manually set clazy executable path, etc..) -- You are receiving this mail because: You are watching all bug changes.