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.