Bug 483663 - Bottom panel too small after update
Summary: Bottom panel too small after update
Status: RESOLVED FIXED
Alias: None
Product: plasma-mobile
Classification: Plasma
Component: Shell (show other bugs)
Version: unspecified
Platform: postmarketOS Linux
: NOR normal
Target Milestone: ---
Assignee: Devin Lin
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2024-03-15 13:14 UTC by Julian Groß
Modified: 2024-03-16 07:48 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screenshot of downscaled bottom panel (195.48 KB, image/png)
2024-03-15 13:14 UTC, Julian Groß
Details
plasmashellrc file (812 bytes, text/plain)
2024-03-15 13:55 UTC, Julian Groß
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Groß 2024-03-15 13:14:50 UTC
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.
Comment 1 Julian Groß 2024-03-15 13:55:21 UTC
Created attachment 167260 [details]
plasmashellrc file
Comment 2 Bug Janitor Service 2024-03-16 02:07:36 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-mobile/-/merge_requests/477
Comment 3 Devin Lin 2024-03-16 02:10:46 UTC
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.
Comment 4 Devin Lin 2024-03-16 07:19:56 UTC
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
Comment 5 Julian Groß 2024-03-16 07:48:46 UTC
(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.