Bug 828573
| Summary: | Gnucash Tip of the Day window displays too many tips | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Josep <josep.puigdemont> | ||||
| Component: | gnucash | Assignee: | Bill Nottingham <notting> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 17 | CC: | info, notting, rvokal | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-06-22 18:53:59 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 834410 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Josep
2012-06-04 22:13:56 UTC
gnucash-2.4.10-4.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/FEDORA-2012-9562/gnucash-2.4.10-4.fc17 Package gnucash-2.4.10-4.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gnucash-2.4.10-4.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-9562/gnucash-2.4.10-4.fc17 then log in and leave karma (feedback). gnucash-2.4.10-4.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. Out of curiosity and to estimate if I have to fix this in the GnuCash upstream repository as well:
I have seen the patch to fix this. It replaces trailing whitespace with a newline. The original code only removes the trailing whitespace.
The original code works fine on my Fedora 16, 32-bit. So I wonder what is different on F17 that needs to add the newline in the sed script ?
The only thing I can think of would be that ${SED} expands to something else in F16 and F17.
Do you have more details on this ?
Crap, I should send that upstream. Thanks for the reminder. |