https://bugs.kde.org/show_bug.cgi?id=329983
Maximiliano Curia <m...@debian.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m...@debian.org --- Comment #2 from Maximiliano Curia <m...@debian.org> --- (In reply to David Faure from comment #1) > Git commit 459411055bb1236caf5d25d83fd4a62a58279fce by David Faure. > Committed on 14/01/2017 at 12:59. > Pushed by dfaure into branch 'master'. > > Use C rather than en_US so that the locale doesn't have to be installed > > M +1 -1 src/ioslaves/trash/tests/testtrash.cpp > > https://commits.kde.org/kio/459411055bb1236caf5d25d83fd4a62a58279fce Please be aware that C.UTF-8 is a Debian (and derivatives) specific locale name (generated at build time by the debian/rules.d/build.mk file), and afaik, it hasn't been added to the vanilla glib's locale. So you might need to use plain "C" if C.UTF-8 is not available. Happy hacking, -- You are receiving this mail because: You are watching all bug changes.