STEPS TO REPRODUCE 1. Compile kmymoney with alkimia 8.0.4 2. start kmymoney 3. inspect over view page OBSERVED RESULT The overview page looks incomplete (wrong colors, no visible blocks) Running strace -e trace=file kmymoney 2>&1 | grep html/kmymoney.css shows that kmymoney searches for files in the wrong appdata directory access("/usr/share/kde4/apps/alkimia/html/kmymoney.css", R_OK) = -1 ENOENT (No such file or directory) EXPECTED RESULT kmymoney should use the correct app data directory SOFTWARE/OS VERSIONS Linux: openSUSE_Leap_15.1 KDE Frameworks Version: 4.14 Qt Version: 4.8.7
We should switch to shipping all the resources as QResource items, avoiding issues with their location on filesystem. This is especially problematic with Windows, macOS and AppImage builds.
Git commit ff57d7bdbf907deae24583c16f38153f9e10d463 by Ralf Habacker. Committed on 30/10/2020 at 22:33. Pushed by habacker into branch '8.0'. Do not override the global translation domain of the application FIXED-IN:8.0.5 M +3 -1 src/alkonlinequoteswidget.cpp https://invent.kde.org/office/alkimia/commit/ff57d7bdbf907deae24583c16f38153f9e10d463
Will this affect a Linux build, or just the more packaged build types mentioned in Comment #1?