Summary: | xdg-email should at least check for assigned mailto instead of going straight to browser | ||
---|---|---|---|
Product: | Portland | Reporter: | dodo <dodo3773> |
Component: | xdg-utils | Assignee: | Portland Bugs <portland-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | flammie, rtobarc |
Version: | 1.1.0 rc1 | Keywords: | patch |
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | email should be checked for non DE environments |
I agree with this approach, thanks. (In reply to comment #1) > I agree with this approach, thanks. Okay great. Is there anything else you would like me to do to test or anything else? I tried removing gvfs and libgnome to make sure that the function would still work (it did here). committed, thanks! (In reply to comment #3) > committed, thanks! Thank you. I was running into this same issue and after much searching I stumbled upon this bug report. It is marked as resolved, and Rex Dieter reported that the patch was committed, but I couldn't find neither the commit in the git repository nor the contents of the patch in the script in the current master branch. Maybe it was committed but got lost during some push? Thanks! indeed, looks like I made a snafu here, will fix shortly. thanks for catching my error Committed for real this time: http://cgit.freedesktop.org/xdg/xdg-utils/commit/?id=c7f40a509c18894ed85e0be9013a5bc31f16537e |
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.
Created attachment 100904 [details] email should be checked for non DE environments without exporting DE variable there should be a check to see if user has set a mailto. Attached is a proposed change to xdg-email open_generic function. Probably needs to be looked at. Let me know what you guys think.