Skip to content
Commit 2e6980e9 authored by David Faure's avatar David Faure
Browse files

Remove kmailservice5, it can only do harm at this point.

With no other mail client installed, it would trigger an infinite loop:
kde-open5 => kmailservice5 => xdg-open => kde-open5 ...

The mechanism defined by XDG (looking up what is associated with x-scheme-handler/mailto)
and used by the KCM (it saves the chosen app into mimeapps.list using that 'mimetype'),
and by KRun to pick up the app... means that there is no need for a generic executable
like kmailservice5 anymore. It was only useful for kdelibs4's .protocol files, which
the x-scheme-handler mechanism replaces.

FIXED-IN: 5.22
BUG: 354151
parent a030f90f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment