Improper mailto check in xcheck_url_scheme_handler_kde
@alexl
Submitted by Alexander Larsson Assigned to Portland Bugs
Link to original bug (#107997)
Description
This:
https://github.com/freedesktop/xdg-utils/blob/master/scripts/xdg-settings.in#L584
if [ x"$1" = "mailto" ]; then
Can never be equal. Either compare to "xmailto" or drop the initial x.