Created attachment 165611 [details] Crash SUMMARY Dolphin crashes when changing the view display style. STEPS TO REPRODUCE 1. Open View Display Style dialog (menu > More > View > Adjust View Display Style) 2. Make some changes (this step is optional) 3. Press OK SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 6.0.80 KDE Frameworks Version: 5.249.0 KDE Gear Version: 24.04.70 Qt Version: 6.6.1 Graphics Platform: X11
Created attachment 165612 [details] Yet another crash
Created attachment 165613 [details] Crash 3
Cannot reproduce. I tried changing several different parameters, and then all the parameters, with no crash. Maybe a regression from 6.0? Operating System: KDE neon Testing Edition KDE Plasma Version: 6.0.0 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.1 Kernel Version: 6.5.0-15-generic (64-bit) Graphics Platform: Wayland Graphics Processor: AMD Radeon Pro WX 3200 Series
I can't reproduce either on Plasma 6. Can you send a screenshot of your Dolphin? I could try to make my Dolphin look similar, maybe there's some specific thing that crashes. Operating System: Fedora Linux 39 KDE Plasma Version: 6.0.80 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.0 Kernel Version: 6.7.3-200.fc39.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 15.5 GiB of RAM Graphics Processor: AMD Radeon RX 6600
Created attachment 165677 [details] More crashes I just found that Dolphin actually crashes only when I open this dialog via the command palette. So, to reproduce this issue: 1. Open command palette (press Ctrl+Alt+I or menu > Help > Find Action...) 2. Look up for the "Adjust View Display Style" and press Enter 3. Press OK in the View Display Style dialog
(In reply to popov895 from comment #5) > Created attachment 165677 [details] > More crashes > > I just found that Dolphin actually crashes only when I open this dialog via > the command palette. So, to reproduce this issue: > > 1. Open command palette (press Ctrl+Alt+I or menu > Help > Find Action...) > 2. Look up for the "Adjust View Display Style" and press Enter > 3. Press OK in the View Display Style dialog I can reproduce with those steps provided there is a 2.1- make a change to the view display style of some sort.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kconfigwidgets/-/merge_requests/229
Git commit 805baee2231e8e5742f5ee1343bba74caab1796e by Christoph Cullmann, on behalf of Eugene Popov. Committed on 16/02/2024 at 14:33. Pushed by cullmann into branch 'master'. [KCommandBar] Fixed a crash when triggering some actions Triggering some actions may cause the command bar to lose input focus and be destroyed too early. To avoid this, we should hide the command bar before triggering the action. M +5 -9 src/kcommandbar.cpp https://invent.kde.org/frameworks/kconfigwidgets/-/commit/805baee2231e8e5742f5ee1343bba74caab1796e