Bug 828573

Summary: Gnucash Tip of the Day window displays too many tips
Product: [Fedora] Fedora Reporter: Josep <josep.puigdemont>
Component: gnucashAssignee: Bill Nottingham <notting>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: 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 Flags
GnuCash Tip of the Day window none

Description Josep 2012-06-04 22:13:56 UTC
Created attachment 589283 [details]
GnuCash Tip of the Day window

When opening GnuCash, the Tip of the Day window appears but is very many pixels tall and contains too much text (perhaps all possible tips).

This is a regression of bug 702391, which was fixed in gnucash-2.4.5-2, but it has reappeared in the current version of Fedora 17, 2.4.10-1:

$ rpm -q gnucash
gnucash-2.4.10-1.fc17.x86_64

The screenshot attached is from F17, apparently identical as in attachment 497113 [details] in bug 702391.

Comment 1 Fedora Update System 2012-06-21 20:27:15 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

Comment 2 Fedora Update System 2012-06-22 08:26:05 UTC
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).

Comment 3 Fedora Update System 2012-06-22 18:53:59 UTC
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.

Comment 4 info@kobaltwit.be 2012-06-27 16:53:27 UTC
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 ?

Comment 5 Bill Nottingham 2012-06-27 17:17:12 UTC
Crap, I should send that upstream. Thanks for the reminder.