Plasma/Plasma 6: Difference between revisions

From KDE Community Wiki
No edit summary
(Add section for WIP work)
Line 37: Line 37:
* Per-Activity power setting have been removed as they were largely broken, increased code complexity of a fragile part of the system, and were and mostly possible to approximate using other settings. See https://invent.kde.org/plasma/plasma-desktop/-/issues/60.
* Per-Activity power setting have been removed as they were largely broken, increased code complexity of a fragile part of the system, and were and mostly possible to approximate using other settings. See https://invent.kde.org/plasma/plasma-desktop/-/issues/60.
* The Air theme that was previously shipped by default has been removed as it was unmaintained and somewhat broken. See https://invent.kde.org/plasma/plasma-desktop/-/issues/57
* The Air theme that was previously shipped by default has been removed as it was unmaintained and somewhat broken. See https://invent.kde.org/plasma/plasma-desktop/-/issues/57
= Work that's been decided on but not implemented yet =
* Make double-click the default setting. See https://invent.kde.org/plasma/plasma-desktop/-/issues/72.
* Bring SDDM into KDE. See https://invent.kde.org/plasma/plasma-desktop/-/issues/91.
* Make the Wayland session the default one. See https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2188.
* Make window titlebars (slightly) accent colored by default. See https://invent.kde.org/plasma/plasma-desktop/-/issues/78.
* Use Floating panel by default. See https://invent.kde.org/plasma/plasma-desktop/-/issues/73.
* Consolidate desktop folder layouts. See https://invent.kde.org/plasma/plasma-desktop/-/issues/68.
* Change the release schedule to two per year. See https://invent.kde.org/plasma/plasma-desktop/-/issues/52.
* Remove the concept of icons in Plasma themes. See https://invent.kde.org/plasma/plasma-desktop/-/issues/82.
* Remove the ability to configure (some) icon sizes systemwide. See https://invent.kde.org/plasma/plasma-desktop/-/issues/58.
* Remove the "Disable (Some Plasma) Tooltips" setting. See https://invent.kde.org/plasma/plasma-desktop/-/issues/83.
* Remove System Settings Icon view. See https://invent.kde.org/plasma/plasma-desktop/-/issues/65.

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


Work that's been decided on but not implemented yet