Bug 340285 - Konsole wrongly recognizes systemd service files as emails
Summary: Konsole wrongly recognizes systemd service files as emails
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.14.2
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-24 08:07 UTC by Moviuro
Modified: 2018-02-14 12:49 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moviuro 2014-10-24 08:07:11 UTC
Files ending in .service, .target, .timer, .path with a '@' in them are falsely recognized as email addresses.
Since systemd is becoming quite the common thing, I think it's not completely weird to (in case you don't try using http://ex-parrot.com/~pdw/Mail-RFC822-Address.html) blacklist those extensions from email recognition.

Reproducible: Always

Steps to Reproduce:
1. touch myservice@myvariable.service
2. ls
3. Ctrl + click myservice@myvariable.service

Actual Results:  
Opens mail composer for myservice@myvariable.service

Expected Results:  
Nothing
Comment 1 Ahmad Samir 2018-02-14 12:49:31 UTC
I don't think this bug can be fixed; those are _valid_ email addresses; there could be a domain out there with a .service, .target, whatever, in its name. If those are blacklisted it would be wrong...

IMHO, as long as it's a technically valid email address there's nothing konsole can do.