https://bugs.kde.org/show_bug.cgi?id=499337
Bug ID: 499337 Summary: K_PLUGIN_FACTORY_WITH_JSON fails when path has non-ASCII characters in it Classification: Frameworks and Libraries Product: frameworks-kcoreaddons Version: 6.10.0 Platform: Arch Linux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: mp...@kde.org Reporter: a...@ariasuni.eu CC: kdelibs-b...@kde.org Target Milestone: --- SUMMARY When I try to rebuild the official Arch Linux KWin package (6.2.5) on my machine, I get: ``` [ 78%] Built target kcm_kwin4_genericscripted Could not open file "/home/ariasuni/dépôts/perso/kwin/src/kwin-6.2.5/src/kcms/compositing/kwincompositing.json" make[2]: *** [src/kcms/compositing/CMakeFiles/kwincompositing-kcm-desktop-gen.dir/build.make:70: src/kcms/compositing/CMakeFiles/kwincompositing-kcm-desktop-gen] Error 1 make[1]: *** [CMakeFiles/Makefile2:60933: src/kcms/compositing/CMakeFiles/kwincompositing-kcm-desktop-gen.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 ``` However, it works when I switch to a folder whose path is only ASCII characters. STEPS TO REPRODUCE 1. Compile KWin in a path with a non-ASCII character, for example `é` OBSERVED RESULT A build error. EXPECTED RESULT It builds fine. -- You are receiving this mail because: You are watching all bug changes.