By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2004 - some icons not shown due to not compatiable with "libpng-1.6" in Fedora 20
Summary: some icons not shown due to not compatiable with "libpng-1.6" in Fedora 20
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: fedora (show other bugs)
Version: 3.5.13.x [Trinity]
Hardware: i386 Linux
: P5 normal
Assignee: Timothy Pearson
URL:
: 2295 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-08 04:01 CST by yehjj
Modified: 2018-08-02 20:55 CDT (History)
5 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yehjj 2014-03-08 04:01:27 CST
After upgrade to Fedora 20, run command "kttsmgr", a blnk icon shown in kicker. After google this issue, it seems original icons only compatiable with "libpng-1.2" not "libpng-1.6".

To workaround this, Install package "kde-dev-scripts" first, then execute the following command to : 
$ (cd /opt/trinity/share/icons/ ;/usr/bin/optimizegraphics)

After "optimizegraphics" convert all icons under directory "/opt/trinity/share/icons/", run command "kttsmgr", The icon shown in kicker again now. But it seems not fix all the issue due to not all icons are under directory "/opt/trinity/share/icons/".

Perhaps the better way to fix this issue is rebuild packages for Fedora 20 by Modify the "*.spec" file:
+BuildRequires: kde-dev-scripts
%install:
(...........)
+(cd %{buildroot} ;/usr/bin/optimizegraphics)

I do not known if the convertd icon should also compatiable with other distribution. If so, the best way to solve the issue is to run "optimizegraphics" under TDE's source code tree and commit it as a patch to fix it permanently.
Comment 1 Francois Andriot 2014-03-08 10:25:03 CST
I confirm the icon display issue.
I guess this will occur on any distribution using libpng >= 1.6

Maybe we should simply "repair" all the PNG image the git tree...
Comment 2 yehjj 2014-03-09 03:11:43 CDT
Sounds like a good idea. Thank you very much!!
Comment 3 Francois Andriot 2015-01-01 04:08:15 CST
*** Bug 2295 has been marked as a duplicate of this bug. ***
Comment 4 Darrell 2015-01-01 11:08:05 CST
Perhaps add this bug report to the R14.0.1/R14.1.0 meta bug tracker?
Comment 5 Darrell 2015-01-25 22:12:53 CST
Francois,

In bug 2295 you mentioned a conversion script. Do you have access to the script?
Comment 6 Michele Calgaro 2018-08-02 01:28:09 CDT
Francois. does this bug applies to recent version of Fedora too? Is it still valid?
Comment 7 Francois Andriot 2018-08-02 12:32:16 CDT
I believe all PNG images in TDE were fixed some time ago.
Also, today all Linux distribution use libpng >= 1.6, so if this bug still existed, it would affect everyone.
Comment 8 Michele Calgaro 2018-08-02 20:55:19 CDT
Thanks!