Created attachment 161786 [details] Crash report SUMMARY Right-click in a directory that is NOT a CVS repository causes a crash if any of the CVS is checked in the settings. STEPS TO REPRODUCE 1. In the Dolphin Preferences dialog (Services tab) check any of control version system checkbox (for example - Git). 2. Save changes and close Dolphin Preferences dialog. 3. Right click in any folder that is NOT repository. OBSERVED RESULT Crash. EXPECTED RESULT Context menu. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Debian 11 KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2
The problem was that after a complete update of the operating system (Debian10 -> Debian 11), old versions (20.04) of dolphin plugins remained. And the new version (20.12) of dolphin loaded the old versions (20.04) of plugins. It probably makes sense to implement compliance control of the plugins version and the version of the main program.