It is a tiny issue: when plugin a new output (monitor) and in extended mode, the primary screen's desktopcontainment is FolderView by default, but the extended screen is FolderView too! it is better to be DesktopView. So it needs to add primary screen check and current mode for property bool isFolder: (plasmoid.pluginName == "org.kde.plasma.folder") Reproducible: Always
I don't get it. plasmashell has never created a folderview containment for me by default. What's your distro? This seems like the distro has changed the default to be folderview.
Hi Sebastian, ArchLinux, for 5.7.0 it is able to reproduce when pressed Qt::Key_Display or Qt::MetaModifier + Qt::Key_P several times, even the primary output will be DesktopView wrongly, I will test the master branch. Regards, Leslie Zhai
Fixed! it can not be reproduced for libkscreen and kscreen master ;-) the extended screen is DesktopView correctly!