Bug 510093 - Panel height resets to 32px after reboot or logout, ignoring user-defined value (e.g., 20px).
Summary: Panel height resets to 32px after reboot or logout, ignoring user-defined val...
Status: RESOLVED NOT A BUG
Alias: None
Product: plasmashell
Classification: Plasma
Component: Panel (other bugs)
Version First Reported In: 6.4.5
Platform: CachyOS Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-30 10:39 UTC by Ab
Modified: 2025-09-30 12:48 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ab 2025-09-30 10:39:37 UTC
SUMMARY
Panel height resets to 32px after reboot or logout, ignoring user-defined value (e.g., 20px).

STEPS TO REPRODUCE
1. Enter Edit Mode and set panel height to 20px.
2. Exit Edit Mode and confirm the panel height is applied.
3. Reboot the system or log out.

OBSERVED RESULT
Panel height reverts to 32px after reboot or logout, regardless of previous setting.

EXPECTED RESULT
Panel height should persist at the user-defined value (e.g., 20px) across reboots and logouts.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: CachyOS KDE
Plasma Version: 6.4.5
KDE Frameworks Version: 6.18.0
Qt Version: 6.9.2

ADDITIONAL INFORMATION
I created a new empty panel with a height of 20px to test, and it confirms the bug: the panel size changed back to 32px after reboot or logout.
Comment 1 Niccolò Venerandi 2025-09-30 12:10:59 UTC
I cannot reproduce this; does this happen also on a fresh user or fresh install?
Comment 2 Ab 2025-09-30 12:48:08 UTC
(In reply to Niccolò Venerandi from comment #1)
> I cannot reproduce this; does this happen also on a fresh user or fresh
> install?

Thanks for the follow up and I owe you an apology. After further testing, I realized the issue was caused by the CachyOS theme, not KDE Plasma itself. I created a fresh user and switched to the Breeze theme, and the panel height persisted correctly across reboots.

So it looks like the theme was enforcing a minimum panel height of 32px, which I mistakenly assumed was a Plasma bug. Sorry for the confusion, and thanks for taking the time to investigate!