Bug 107997 - Improper mailto check in xcheck_url_scheme_handler_kde
Summary: Improper mailto check in xcheck_url_scheme_handler_kde
Status: RESOLVED MOVED
Alias: None
Product: Portland
Classification: Unclassified
Component: xdg-utils (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Portland Bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-20 07:50 UTC by Alexander Larsson
Modified: 2019-02-16 13:40 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Alexander Larsson 2018-09-20 07:50:35 UTC
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.
Comment 1 GitLab Migration User 2019-02-16 13:40:35 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xdg/xdg-utils/issues/136.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.