Created attachment 160838 [details] Screenshot of main Krita window SUMMARY With last nightly krita-5.3.0-prealpha-c29c1f3fc0-x86_64.appimage, UI font is totally weird and unusable STEPS TO REPRODUCE Execute Krita OBSERVED RESULT UI Font is not normal EXPECTED RESULT UI Font is system font SOFTWARE/OS VERSIONS Krita Version: 5.3.0-prealpha (git c29c1f3) Hidpi: false Qt Version (compiled): 5.15.7 Version (loaded): 5.15.7 OS Information Build ABI: x86_64-little_endian-lp64 Build CPU: x86_64 CPU: x86_64 Kernel Type: linux Kernel Version: 5.19.0-45-generic Pretty Productname: KDE neon 5.27 Product Type: neon Product Version: 22.04 Desktop: KDE Appimage build: Yes ADDITIONAL INFORMATION - No problem with Krita 5.2-Beta1 appimage - Trying to define settings to use another font does nothing (even after restart)
Created attachment 160839 [details] Screenshot of settings In settings trying to set another font does nothing
Note: at startup, in terminal, I have this message: ``` Fontconfig error: Cannot load default config file: No such file: (null) ``` Don't know if it's related or not
Git commit 021c1641a8d5e15454f92fdbccf3f8ebdb718450 by Dmitry Kazakov. Committed on 09/08/2023 at 11:33. Pushed by dkazakov into branch 'master'. Fix initialization of the fontconfig embedded into AppImage Since we embed our own fontconfig into the appimage we should make sure that it fetches the corrent fonts.conf file from the system location. M +40 -19 krita/main.cc https://invent.kde.org/graphics/krita/-/commit/021c1641a8d5e15454f92fdbccf3f8ebdb718450
Git commit 0cef5cb1fd9542e4dad48a8ec5374ea84f6eb34c by Dmitry Kazakov. Committed on 09/08/2023 at 11:33. Pushed by dkazakov into branch 'krita/5.2'. Fix initialization of the fontconfig embedded into AppImage Since we embed our own fontconfig into the appimage we should make sure that it fetches the corrent fonts.conf file from the system location. M +40 -19 krita/main.cc https://invent.kde.org/graphics/krita/-/commit/0cef5cb1fd9542e4dad48a8ec5374ea84f6eb34c
It's Ok now, many thanks :-) Grum999