Bug 429280
Summary: | xdg-open doesn't open URLs | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miroslav Lichvar <mlichvar> |
Component: | xdg-utils | Assignee: | Rex Dieter <rdieter> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | pertusus |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 1.0.2-3.fc8 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-01-22 15:54:15 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Miroslav Lichvar
2008-01-18 14:31:48 UTC
Try this patch (to /usr/bin/xdg-open): --- xdg-open.mimeopen 2008-01-18 08:39:40.000000000 -0600 +++ xdg-open 2008-01-18 08:38:10.000000000 -0600 @@ -364,8 +364,8 @@ mimeopen -n "$1" if [ $? -eq 0 ]; then exit_success - else - exit_failure_operation_failed +# else +# exit_failure_operation_failed fi fi With the patch it works as expected. Thanks. %changelog * Fri Jan 18 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-3 - fix mimeopen support (#429280) This looks good. If no application is found or the application doesn't understand urls and exits (I tested with xpdf) the browser is used. We have plans (with the mimeopen maintainer) to add support for urls, by adding a Protocol entry in the desktop files to have applications register which url protocol they understand, and I submitted it to the xdg mailing list but so far there hasn't been many feedback. Patrice, thx, fyi, I've pushed the mimeinfo patch/changes (as-is now anyway) upstream already. Patrice, any links/references to the aforementioned submission(s) to the xdg list? This is my proposal http://lists.freedesktop.org/archives/xdg/2007-November/009016.html And Jaap mail http://lists.freedesktop.org/archives/xdg/2007-November/009020.html xdg-utils-1.0.2-3.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. xdg-utils-1.0.2-3.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |