You are not logged in.
How do i fix this. I use the Tango icon set (in kde 3.5.3) because the icons are easy to recognize, especially at 16x16.
if you look at this:
[URL=http://img121.imageshack.us/my.php?image=tangoinkde7wy.png][/URL]
i enlarged the icons for the purpose of this post. In the screenshot, the window below konqueror is Thunar (a gtk2 app). In konqueror and the rest of kde, svg Tango icons are rendered incorectly, it seems with only a limited color palette. If you notice the gradients and shadows are abrupt, not smooth. But in gtk2 apps tango looks fine.
(although at the small sizes tango icons look fine in kde because they're in PNG format).
ps. im using the tango package in the repos.
Offline
yeah i thought so
Offline
looks like KDE's SVG renderer doesnt handle gradients with transparencies.
Offline
there's a workaround at kdelook, but it's not a pretty option
Offline
I was wondering if I was alone with this problem because I could not google this problem, but it happened on both computers I installed Arch on.
manicka, what workaround is that? On that page I could not find anything referencing the kind of problem I have.
Offline
sorry, that page had a link on it to the install instructions at the tango project. You need to patch several kde files to get the library to work properly
Offline
hmm, i think that may not be what Im looking for. Regarding the kde patches, the page says:
Without these patches, a number of icons will be missing from the [KDE] UI.
but it does not refer to any errors in SVG rendering, which is what I am experiencing (on two computers).
Offline
but it does not refer to any errors in SVG rendering, which is what I am experiencing (on two computers).
ah ok, I had the same problem as well and just started using the sparkling iconset instead. For the number of times I use kde apps it's not to bad.
Offline
thanks for the tips manicka. anyway it turns out that the faulty svg-icon rendering of kde is a known issue, i just didnt google enough. the way around this is to use
--prefix=`kde-config --prefix` --enable-png-creation
during tango package building so that png versions of the svg's are created.
[edited]
Offline
KDE in archlinux is patched with tango patches BTW, so you don't need to apply them anymore.
Offline
oh that's great. thanks.
Offline
latest packages make no difference here. SVG problem still occurs
Offline
yes, it seems we need to wait for kde4 for proper svg icons. (the tango patches do not address the kde svg issue, btw.) tango pkg needs to be built with "--enable-png-creation" so kde will use the png's instead.
Offline