Created attachment 173020 [details] In the version 24.08.0, if I uncheck the show menubar, close dolphin file manager and then reopen it, it shows menubar and when I go to settings, the show menubar checkbox remains unchecked. In the version 24.08.0, if I uncheck the show menubar, close dolphin file manager and then reopen it, it shows menubar and when I go to settings, the show menubar checkbox remains unchecked.
(In reply to amshstha37 from comment #0) > Created attachment 173020 [details] > In the version 24.08.0, if I uncheck the show menubar, close dolphin file > manager and then reopen it, it shows menubar and when I go to settings, the > show menubar checkbox remains unchecked. > > In the version 24.08.0, if I uncheck the show menubar, close dolphin file > manager and then reopen it, it shows menubar and when I go to settings, the > show menubar checkbox remains unchecked. I tested this myself on Arch Linux, using Dolphin 24.08.0 as well, and observed the same behavior. I launched my development virtual machine and built Dolphin on the latest source code, Dolphin 24.11.70, and observed that this behavior has been patched. We'll have just have to wait for the patch to be packaged in our respective distributions.
Hi - just to check with the original reporter here, are you still able to reproduce this issue with Dolphin 25.04.0? Thanks!
(In reply to John Kizer from comment #2) > Hi - just to check with the original reporter here, are you still able to > reproduce this issue with Dolphin 25.04.0? > > Thanks! The bug still persist there.
(In reply to amshstha37 from comment #3) > (In reply to John Kizer from comment #2) > > Hi - just to check with the original reporter here, are you still able to > > reproduce this issue with Dolphin 25.04.0? > > > > Thanks! > > The bug still persist there. However, I am not being able to upload a image.
*** Bug 503254 has been marked as a duplicate of this bug. ***
Thanks - I can personally reproduce this on my Fedora KDE 42 device using the steps from https://bugs.kde.org/show_bug.cgi?id=503254#c0 - however, I can't reproduce this on a new user account on my Fedora KDE 42 device, and I can't reproduce this on a KDE Neon VM. I'll need to defer to folks with more knowledge to figure out where to go from here, sorry! Notes from my attempts to look into this: Maybe some past bug workarounds might no longer be working consistently? * https://invent.kde.org/system/dolphin/-/blob/v25.04.0/src/dolphinmainwindow.cpp?ref_type=tags#L225 seems to be where the "Show Menubar" checkbox state is initialized, and references https://bugs.kde.org/show_bug.cgi?id=171080 * https://invent.kde.org/system/dolphin/-/blob/v25.04.0/src/dolphinmainwindow.cpp?ref_type=tags#L2127 seems to be where the toggling action is called, and references https://bugs.kde.org/show_bug.cgi?id=286822
*** Bug 507077 has been marked as a duplicate of this bug. ***
Looking into the dolphinrc file it matches whatever state dolphin is in. When the application is restarted and the state is forcibly changed to show menu bar the dolphinrc file will change to match that state but the checkmark matches the state dolphinrc was in when dolphin was launched.
*** Bug 508018 has been marked as a duplicate of this bug. ***
*** Bug 444635 has been marked as a duplicate of this bug. ***
*** Bug 512077 has been marked as a duplicate of this bug. ***
*** Bug 504806 has been marked as a duplicate of this bug. ***
*** Bug 507141 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/1232
Git commit c3ef613f29dd256e1b6065f1c744241b6f69788a by Méven Car, on behalf of Oleksandr Bondar. Committed on 03/04/2026 at 10:42. Pushed by meven into branch 'master'. dolphinmainwindow: use directly ShowMenubar action to change menuBar visibility The menubar check was defined by menubar isHidden var. The logic has been reverted. The toggleShowMenuBar func was simply inverting the isVisible var. Now it's being set the menubar isChecked value. This led to testedObjectsSizeAfterTraversingForwards=10 instead of 11 (apparently there was a phantom object), so adjust the comparation in dolphinmainwindowtest. M +3 -4 src/dolphinmainwindow.cpp M +1 -1 src/tests/dolphinmainwindowtest.cpp https://invent.kde.org/system/dolphin/-/commit/c3ef613f29dd256e1b6065f1c744241b6f69788a