Difference between revisions of "Frameworks/Coinstallability"
Line 19: | Line 19: | ||
* /usr/share/doc/HTML/en/kdebugdialog will clash, but is it even used? there's no .desktop file | * /usr/share/doc/HTML/en/kdebugdialog will clash, but is it even used? there's no .desktop file | ||
+ | |||
+ | = kactivities = | ||
+ | |||
+ | * kactivitymanagerd clashes, seems upstream want it to stay that way https://git.reviewboard.kde.org/r/115602/ |
Revision as of 11:31, 24 April 2014
KDE Frameworks 5 and Plasma 2 co-installability
It should be possible to install a kde frameworks 5 runtime alonside a kdelibs 4 runtime so apps can use either one
Many paths have changed by default so there is no clash
- kdelibs 4 CONFIG_INSTALL_DIR: /usr/share/config
- kf5 CONFIG_INSTALL_DIR: /etc/xdg
- kdelibs 4 DATA_INSTALL_DIR: /usr/share/apps
- kf5 DATA_INSTALL_DIR: /usr/share
HTML_INSTALL_DIR does clash as /usr/share/doc/HTML to allow khelpcentre to find docs from both kdelibs4 land and kf5 land
kio
- /usr/share/doc/HTML/en/kioslave/ will clash unless distros change docs install path (as debian does)
https://git.reviewboard.kde.org/r/117708/
kdelibs4support
- /usr/share/doc/HTML/en/kdebugdialog will clash, but is it even used? there's no .desktop file
kactivities
- kactivitymanagerd clashes, seems upstream want it to stay that way https://git.reviewboard.kde.org/r/115602/
This page was last edited on 24 April 2014, at 11:31. Content is available under Creative Commons License SA 4.0 unless otherwise noted.