[Bug 157850] KStandardDirs picks kde3 application data instead of kde4's when both are installed (affects khtml)
Matthias Kretz
kretz at kde.org
Thu May 29 17:54:55 CEST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=157850
------- Additional Comments From kretz kde org 2008-05-29 17:54 -------
I agree that DATA_INSTALL_DIR must be preferred over CMAKE_INSTALL_PREFIX/share/apps. The latter is not used by the installation so there should be no files from the KDE4 installation anyway. All the relevant files should be in DATA_INSTALL_DIR only. AFAICS removing CMAKE_INSTALL_PREFIX/share/apps from the list completely should be correct if all KDE application installs use DATA_INSTALL_DIR.
But I imagine that would break apps that don't set DATA_INSTALL_DIR, especially self compiled KDE applications. So the best fix IMO is to make sure DATA_INSTALL_DIR comes before CMAKE_INSTALL_PREFIX/share/apps.
More information about the Kdelibs-bugs
mailing list