Dolphin no right click menu if dual panes are enabled at launch

Im running Cachy OS and have all the latest updates for KDE which relkeased the other day. Dolphin ver 25.08.0. Since this update the right click menu no longer appeared. After some poking around I discovered that if I disabled dual pane on launch the right click menu works again. But I like to have dual panes. If dual panes are enabled after launch the right click menu still works. It just seems to break if launching Dolphin in dual pane mode.

Im not sure if its a bug on my system or if it is a Dolphin bug.

I tried and works ok.

You tried to make a new user?

Regards

I created a new user and set some of the same settings as I have them configured and yes context menu still works. Which settings should I copy across from the new account to my main? Or even just delete to fix this issue.

Sorry, but I don’t know the answer. I have only pointed you towards a possible solution. :sweat_smile:

Somebody of the forum helps you better.

Regards

# brute force troubleshooting...
mv ~/.config ~/.configBORKED
# logout and log back in again to force plasma to recreate the folder with default settings
dolphin --split ~/.config ~/.configBORKED
# copy back half of the BORKED folder contents at a time and relog to see if issue returns
# if it does, then delete the folder again, relog, and only copy half of that previous half
# repeat until the culprit is found, then finally, copy back everything BUT that culprit bit
1 Like

Thank you. I figured it out and recreated the settings. All seems to be fixed now.

For anyone stumbling across this topic. I deleted home/username/.config/dolphinrc and /home/username/.local/share/kxmlgui5.

The latter seemed to do the trick.

2 Likes

Actually I spoke too soon. Problem is back.

if you can identify the file or the entry in the file that is being recreated after deletion fixed the problem then please file a bug report bugs.kde.org and include the details you found.

i use this command line to help me find files that have been changed in the last minute

# to find files modified <1m ago in $HOME, excluding the noisy ~/snap and ~.cache directories
find -not  \( -path './snap' -prune \) -not \( -path './.cache'  -prune \) -type f -mmin -1  -printf "%C+ %p\n" | sort -n | tail -10
1 Like

I ran some more tests on both a fresh .config and my current .config. Both fresh and current break after some configuration.

context menu becomes dead. But if I click outside the window and back in it works again.

The recent files that were accessed before the breakage are

2025-08-18+16:04:33.3834207580 ./.zen/sxaprz39.Databug/datareporting/glean/db/data.safe.bin
2025-08-18+16:04:47.1256656390 ./.config/dolphinrc
2025-08-18+16:04:47.1278380760 ./.config/kdeglobals
2025-08-18+16:04:47.1297444250 ./.config/ktrashrc
2025-08-18+16:04:47.2678864350 ./.local/share/kactivitymanagerd/resources/database-shm
2025-08-18+16:04:50.1956602490 ./.local/state/dolphinstaterc
2025-08-18+16:04:50.2149846160 ./.config/kde.org/UserFeedback.org.kde.dolphin.conf
2025-08-18+16:04:52.1480489560 ./.local/share/baloo/index-lock
2025-08-18+16:04:53.0900802990 ./.local/share/kactivitymanagerd/resources/database-wal
2025-08-18+16:04:55.7631691670 ./.local/share/baloo/index

I have been struggling with this bug, and I think I’ve made progress on the cause:

In the Dolphin options, if I have both of these options set:

  • “Show on startup” chosen to be my home folder, instead of “folders … from last time”
  • “Begin in split view mode” enabled,

then I cannot right click in Dolphin when I start it until I activate some other window and return to the Dolphin window. (And there are other flabbergasting issues, like if I select multiple files in the left pane and press Delete, the files are not deleted, but instead “Selection Mode” is enabled in the other pane.)

If either of those two options are different, I don’t have the bug. It’s only when both options are set that way.

I have the exact same problem - the right click, the random selection mode in the other pane. However “Show on startup” for me is already set to “folders … from last time” and “Begin in split view mode” is disabled and changing them does not affect the problem.

I have found out that the problem disappears when I press TAB and appears again when I go to another Dolphin tab with split view