Bug 659782
| Summary: | xdg-email cannot create attachments for thunderbird | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Matthew Mosesohn <mmosesoh> |
| Component: | xdg-utils | Assignee: | Tomáš Bžatek <tbzatek> |
| Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.1 | CC: | jhunt, msanders, pkovar, tpelka, tsmetana |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | xdg-utils-1.0.2-17.20091016cvs.el6 | Doc Type: | Bug Fix |
| Doc Text: |
Previously, a trailing comma was passed in the "thunderbird" command. As a result, Thunderbird was unable to open a compose window. With this update, the trailing comma has been stripped so that Thunderbird now works properly.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-31 09:17:55 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
Matthew Mosesohn
2010-12-03 16:43:31 UTC
This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. If you would like it considered as an exception in the current release, please ask your support representative. This upstream commit might help: http://cgit.freedesktop.org/portland/xdg-utils/commit/?id=a17733d3865584fda5b191f9061468d1c613271e
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
Cause: trailing comma was passed in the thunderbird command line
Consequence: Thunderbird was unable to open a compose window
Fix: trailing comma is now stripped
Result: Thunderbird now works properly
Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
Diffed Contents:
@@ -1,7 +1 @@
-Cause: trailing comma was passed in the thunderbird command line
+Previously, a trailing comma was passed in the "thunderbird" command. As a result, Thunderbird was unable to open a compose window. With this update, the trailing comma has been stripped so that Thunderbird now works properly.-
-Consequence: Thunderbird was unable to open a compose window
-
-Fix: trailing comma is now stripped
-
-Result: Thunderbird now works properly
Please see https://bugzilla.redhat.com/show_bug.cgi?id=659786#c11 Apart of https://bugs.freedesktop.org/show_bug.cgi?id=40041 we need another patch from https://bugs.freedesktop.org/show_bug.cgi?id=13139 An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-1229.html |