Plasma/Plasma 6: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 31: Line 31:


== Removals ==
== Removals ==
* KHotKeys (which provides the "Custom Shortcuts" page in System Settings has been removed because it was unmaintained for over 7 years and its core functionality duplicated the newer, maintained, and better supported KGlobalAccel system. See https://phabricator.kde.org/T2050.
* KHotKeys (which provides the "Custom Shortcuts" page in System Settings) has been removed because it was unmaintained for over 7 years and its core functionality overlapped the newer, maintained, and better supported KGlobalAccel system. See https://phabricator.kde.org/T2050.
* The "Windowed widgets KRunner runner has been removed as it was confusing users into thinking that widgets (which are intentionally very small and limited) were apps. See https://invent.kde.org/plasma/plasma-desktop/-/issues/67.
* The "Windowed widgets KRunner runner has been removed as it was confusing users into thinking that widgets (which are intentionally very small and limited) were apps. See https://invent.kde.org/plasma/plasma-desktop/-/issues/67.
* The "Grid", "Informative", "Small Icons", "Text Only", and "Thumbnails" Task Switchers have been removed as they were worse than other existing ones. See https://invent.kde.org/plasma/plasma-desktop/-/issues/63
* The "Grid", "Informative", "Small Icons", "Text Only", and "Thumbnails" Task Switchers have been removed as they were worse than other existing ones. See https://invent.kde.org/plasma/plasma-desktop/-/issues/63

Revision as of 15:04, 9 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:

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

TODO add some

Changes to default settings

Removals