Bug 746892 - Icon image files not found
Summary: Icon image files not found
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: zyGrib
Version: 15
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Pavel Zhukov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-18 06:37 UTC by Ken
Modified: 2011-11-21 04:32 UTC (History)
1 user (show)

Fixed In Version: zyGrib-5.0.6-4.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-20 23:58:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ken 2011-10-18 06:37:44 UTC
Description of problem:

Icon image files not found.  For example, for the "down" icon, if I do an "strace", it see:

stat64("/home/kjh/img/down.png", 0xa66d784) = -1 ENOENT (No such file or directory)

It is looking for the image file under my home directory. It should look for the image file at /usr/share/zyGrib/img/down.png


This seems to be a problem in the source file src/util/Util.h , method "Util::pathImg"



Version-Release number of selected component (if applicable): zyGrib-5.0.4-2.fc15.i686



How reproducible: very


Steps to Reproduce:
1. run zyGrib
2. notice that there are no icons
3. disappointment
  
Actual results:

no icons

Expected results:

shiny icons

Additional info:

Comment 1 Pavel Zhukov 2011-10-18 06:44:49 UTC
Thank you for your bug report.

Comment 2 Fedora Update System 2011-11-07 07:28:04 UTC
zyGrib-5.0.6-4.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/zyGrib-5.0.6-4.fc16

Comment 3 Fedora Update System 2011-11-07 07:52:57 UTC
zyGrib-5.0.6-4.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/zyGrib-5.0.6-4.fc15

Comment 4 Fedora Update System 2011-11-10 17:25:10 UTC
Package zyGrib-5.0.6-4.fc16:
* should fix your issue,
* was pushed to the Fedora 16 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing zyGrib-5.0.6-4.fc16'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2011-15566
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2011-11-20 23:58:11 UTC
zyGrib-5.0.6-4.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2011-11-20 23:58:53 UTC
zyGrib-5.0.6-4.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Ken 2011-11-21 04:32:28 UTC
This is still broken.

I just installed zyGrib-5.0.6-4.fc16.i686 (on Fedora 16).

The icon buttons are still missing.

"strace" still tells me : stat64("/home/kjh/img/down.png", 0xbf8997f8) = -1 ENOENT (No such file or directory)

The workaround fixed it: ln -s /usr/share/zyGrib/data/img/ .

FYI, the other 2 bugs are fixed (the problem w/ "colors" and "gis").


Note You need to log in before you can comment on or make changes to this bug.