I cannot enable the "Open archives as folder" feature in Dolphin KF5 because the checkbox cannot be checked. It does not have the disabled appearance (at least with the Breeze theme), but it is completely unclickable and doesn't even become blue on hover as the other checkbox does. If it is indeed disabled then I would like to know why and what I should install to enable it. If it should work but doesn't then this is a bug here.
Thanks for the bug report. I can reproduce exactly the opposite problem: I could enable the checkbox, but disabling it does not work. This is definitely a bug.
I just noticed I can tab to the checbox and toggle it with space bar, yay for workarounds!
Yes, indeed, selecting it with Tab and pressing Space works. Sometimes it also works for me when I click the text next to the checkbox (but not the checkbox itself). I looked at the source and could not see any difference in the way the different checkboxes are set up. Very strange bug. The next idea would be to use gdb and set a breakpoint in the Qt code that should handle the mouse clicks.
This new QML thingie being HTML/CSS-ish, my distant web developer background suggests to first check if the "Navigation" heading isn't the one receiving these clicks and mousemoves instead.
Git commit 389c909affddb127b2e7af35422c21e55c0485b9 by Emmanuel Pescosta. Committed on 07/09/2015 at 20:57. Pushed by emmanuelp into branch 'Applications/15.08'. Remove the dummy widget, which assured that the dialog layout was not stretched vertically (vbox align top does the same), to make the uncheckable "Open archives as folder" checkbox checkable again. FIXED-IN: 15.08.1 REVIEW: 125077 M +0 -5 src/settings/navigation/navigationsettingspage.cpp http://commits.kde.org/dolphin/389c909affddb127b2e7af35422c21e55c0485b9