Plasma/Plasma 6: Difference between revisions

From KDE Community Wiki
(Link to Phab task for QML import path issue)
(Correct Qt fix versions for mentioned issues, since they got backported)
Line 10: Line 10:
* System Settings crashes nearly constantly when switching pages
* System Settings crashes nearly constantly when switching pages
** https://bugreports.qt.io/browse/QTBUG-112306
** https://bugreports.qt.io/browse/QTBUG-112306
** Fixed in Qt 6.6
** Fixed in Qt 6.5.3


* On Wayland, with scaling, QML windows have content drawn at the wrong scale until manually resized
* On Wayland, with scaling, QML windows have content drawn at the wrong scale until manually resized
** https://codereview.qt-project.org/c/qt/qtdeclarative/+/447075
** https://codereview.qt-project.org/c/qt/qtdeclarative/+/447075
** Fixed in Qt 6.6
** Fixed in Qt 6.5.3


== Developer-facing changes ==
== Developer-facing changes ==

Revision as of 12:34, 28 June 2023

Plasma 6 is built on top of Qt 6 and is tentatively planned to be released in late 2023 or early 2024. This page outlines important information and major changes coming in Plasma 6.

Known issues

On the KDE side:

  • List of issues
  • In a built-from-source dev session on top of a distro-provided session, KWin effect IDs have changed, so they appear duplicated in the Effects KCM and you need to disable one of each, or else both play at the same thing and there are weird visual glitches.
  • In a built-from-source dev session on top of a distro-provided session, Qt5-using QML apps don't launch because they'll try to use the KF6 Kirigami. Workaround: For those apps, create custom .desktop files with QML2_IMPORT_PATH set to the built-from-source KF5 location in the "Environment Variables" field, and an absolute path to to the built-from-source executable in the "Program" field. See also https://phabricator.kde.org/T16483.

On the Qt side:

Developer-facing changes

  • Widget API has changed and all widgets need to be ported. See the Plasma 6 widget porting guide to learn how.
  • On Wayland, Plasma panels, sidebars, KRunner, and Yakuake are now positioned using the layer-shell protocol.

User-facing changes

Additions

Changes to default settings

Removals

Work that's been decided on but not implemented yet