SUMMARY Setting panel height is not persistent: after a reboot it's reset to its original value. STEPS TO REPRODUCE 1. Enter Edit Mode, panel height is 54px. Change it to 56px. 2. Reboot the OS. OBSERVED RESULT After a reboot the panel height is 54px. EXPECTED RESULT Panel height should be 56px. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Kubuntu 22.10 (available in About System) KDE Plasma Version: 5.26.90 KDE Frameworks Version: 5.102.0 Qt Version: 5.15.6
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kconfig/-/merge_requests/176
Git commit d36775552e8dc683c7ef44546db4ab019d4fb2a2 by Fushan Wen. Committed on 02/02/2023 at 18:19. Pushed by fusionfuture into branch 'cherry-pick-da52c6be'. kconf_update: use CMAKE_INSTALL_FULL_LIBDIR (cherry picked from commit da52c6bed56b74b3e34092f7f0995838662f5b14) M +1 -4 src/kconf_update/config-kconf.h.cmake M +2 -2 src/kconf_update/kconf_update.cpp https://invent.kde.org/frameworks/kconfig/commit/d36775552e8dc683c7ef44546db4ab019d4fb2a2
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kconfig/-/merge_requests/177
Git commit da52c6bed56b74b3e34092f7f0995838662f5b14 by Fushan Wen. Committed on 02/02/2023 at 18:08. Pushed by fusionfuture into branch 'kf5'. kconf_update: use CMAKE_INSTALL_FULL_LIBDIR M +1 -4 src/kconf_update/config-kconf.h.cmake M +2 -2 src/kconf_update/kconf_update.cpp https://invent.kde.org/frameworks/kconfig/commit/da52c6bed56b74b3e34092f7f0995838662f5b14
Not fully fixed with those commits, unfortunately.
Likely a downstream issue. Only haapens in Fedora and Kubuntu.
I'm on Fedora, but all my KDE packages are built from source, so I doubt it's a distro packaging issue.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2596
(In reply to Nate Graham from comment #7) > I'm on Fedora, but all my KDE packages are built from source, so I doubt > it's a distro packaging issue. Nate, could you check the file content of config-kconf.h (in the build folder) in KConfig after building it?
Git commit 9a59b7e185ea3d877a000a52153a2e0accaae471 by Fushan Wen. Committed on 09/02/2023 at 12:05. Pushed by fusionfuture into branch 'master'. shell: read thickness from default group Due to usrmerge some distros can't run kconf_update_bin. Related: bug 464628 M +1 -1 shell/panelview.cpp https://invent.kde.org/plasma/plasma-workspace/commit/9a59b7e185ea3d877a000a52153a2e0accaae471
*** This bug has been marked as a duplicate of bug 464628 ***
Git commit 8631d249baee3f0a0597e2f2195f92880e65df33 by Fushan Wen. Committed on 15/02/2023 at 01:20. Pushed by fusionfuture into branch 'cherry-pick-9a59b7e1'. shell: read thickness from default group Due to usrmerge some distros can't run kconf_update_bin. Related: bug 464628 (cherry picked from commit 9a59b7e185ea3d877a000a52153a2e0accaae471) M +1 -1 shell/panelview.cpp https://invent.kde.org/plasma/plasma-workspace/commit/8631d249baee3f0a0597e2f2195f92880e65df33
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2622