Frameworks/Coinstallability: Difference between revisions

From KDE Community Wiki
(added new collides)
(kdelibs4support fixed for coinstallability)
Line 16: Line 16:


* kactivitymanagerd clashes, seems upstream want it to stay that way https://git.reviewboard.kde.org/r/115602/
* kactivitymanagerd clashes, seems upstream want it to stay that way https://git.reviewboard.kde.org/r/115602/
= kdelibs4support =
* Region desktop files collide (northafrica.desktop, westafrica.desktop, southafrica.desktop, etc)

Revision as of 13:08, 2 May 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

Plasma Next coinstallability page

kactivities