Bug 474772

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
Product: [Applications] dolphin Reporter: devs
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: crash CC: devs, kfm-devel
Priority: NOR    
Version: 20.12.2   
Target Milestone: ---   
Platform: Debian stable   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Crash report

Description devs 2023-09-21 19:19:10 UTC
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
Comment 1 devs 2023-09-23 08:48:31 UTC
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.