Bug 474772 - Right-click in a directory that is not a cvs repository causes a crash if any of the cvs is checked in the settings
Summary: Right-click in a directory that is not a cvs repository causes a crash if any...
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 20.12.2
Platform: Debian stable Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-21 19:19 UTC by devs
Modified: 2023-09-23 08:48 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Crash report (5.68 KB, text/vnd.kde.kcrash-report)
2023-09-21 19:19 UTC, devs
Details

Note You need to log in before you can comment on or make changes to this bug.
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.