Frameworks/Coinstallability: Difference between revisions

From KDE Community Wiki
No edit summary
(11 intermediate revisions by 3 users not shown)
Line 11: Line 11:
HTML_INSTALL_DIR does clash as /usr/share/doc/HTML to allow khelpcentre to find docs from both kdelibs4 land and kf5 land
HTML_INSTALL_DIR does clash as /usr/share/doc/HTML to allow khelpcentre to find docs from both kdelibs4 land and kf5 land


= kio =
[[Plasma/Coinstallability|Plasma Next coinstallability page]]
 
* /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, manual merge request
http://mail.kde.org/pipermail/kde-frameworks-devel/2014-April/015013.html


= kactivities =
= kactivities =


* kactivitymanagerd clashes, seems upstream want it to stay that way https://git.reviewboard.kde.org/r/115602/
The libraries are co-installable, but the daemon is not.
 
= khelpcenter =


This does not co-install with kdelibs4 version, but is not intended to.
* libkactivities/qt5 requires kactivitymanagerd/qt5
* libkactivities/qt4 works with both kactivitymanagerd/qt4 and kactivitymanagerd/qt5 (though, the later is advised since it is more stable)


= kde-cli-tools =
In order to build only the library part of kactivities/qt4, you can pass -DKACTIVITIES_LIBRARY_ONLY=true to cmake. libkactivities/qt4 works with the qt5 version of the daemon.
clashing files with kde 4's kde-runtime:


* /usr/share/man/man1/kdesu.1
* link to the original discussion: https://git.reviewboard.kde.org/r/115602/
* /usr/share/doc/HTML/en/kdesu/index.docbook
* /usr/bin/keditfiletype
* /usr/share/kde5/services/filetypes.desktop
* /usr/bin/kmimetypefinder
* /usr/bin/ktraderclient
* /usr/bin/kioclient
* /usr/bin/kdecp
* /usr/bin/kdemv
* /usr/bin/kde-open
* /usr/bin/ksvgtopng
* /usr/bin/kstart

Revision as of 13:35, 18 September 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

The libraries are co-installable, but the daemon is not.

  • libkactivities/qt5 requires kactivitymanagerd/qt5
  • libkactivities/qt4 works with both kactivitymanagerd/qt4 and kactivitymanagerd/qt5 (though, the later is advised since it is more stable)

In order to build only the library part of kactivities/qt4, you can pass -DKACTIVITIES_LIBRARY_ONLY=true to cmake. libkactivities/qt4 works with the qt5 version of the daemon.