Created attachment 167256 [details] Screenshot of downscaled bottom panel SUMMARY The bottom panel is too small after updating from Plasma Mobile 5 to 6.0.0 to 6.0.2. STEPS TO REPRODUCE (untested) 1. Get an old version of postmarketOS with Plasma Mobile 5 2. Upgrade to Plasma Mobile 6.0.2 OBSERVED RESULT The bottom panel is downscaled. EXPECTED RESULT The bottom panel should look the same as in Plasma 6.0.0 SOFTWARE/OS VERSIONS Linux/KDE Plasma: postmarketOS Edge (updated circa 2024-03-10) KDE Plasma Version: 6.0.2 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 ADDITIONAL INFORMATION Gesture only mode was enabled in Plasma Mobile 5. Screenshot attached.
Created attachment 167260 [details] plasmashellrc file
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-mobile/-/merge_requests/477
If you remove "navigationPanelEnabled" in ~/.config/plasmamobilerc and reboot, does it fix itself? I think this was a remnant of the gesture-only mode, I missed removing some settings it affects.
Git commit 466b93b67fb74e5dcd79c27aa4d8de18280ca920 by Devin Lin. Committed on 16/03/2024 at 02:05. Pushed by carlschwan into branch 'Plasma/6.0'. navigationpanel: Fix remnants of gesture-only setting affecting panel height Upgrades from Plasma 5 with the gesture-only mode on had some issues due to the setting still being recognized in parts of the shell. Only push to Plasma/6.0 since we are restoring gesture-only mode in 6.1 M +1 -1 components/mobileshell/qml/components/Constants.qml M +0 -1 kwin/mobiletaskswitcher/qml/TaskSwitcher.qml https://invent.kde.org/plasma/plasma-mobile/-/commit/466b93b67fb74e5dcd79c27aa4d8de18280ca920
(In reply to Devin Lin from comment #3) > If you remove "navigationPanelEnabled" in ~/.config/plasmamobilerc and > reboot, does it fix itself? That indeed fixes the issue.