Comment 0 for bug 786192

Revision history for this message
Evgeny Brazgin (xapienz) wrote :

Binary package hint: amarok

I have amarok-2.4.1.

SVG file default-theme-clean.svg is changed in (k)ubuntu and it is different from upstream.
That's why some elements of interface (now playing track) are rendered incorrectly: they have cyan colors while they should use system colors.

The color "#66ffff" is changed in this file to "#6ff" everywhere (I know, they're the same, but SvgTinter in Amarok doesn't provide a possibility to change "#6ff" to highlight color as it is implied).

There are some ways to correct this.
1. Restore the original default-theme-clean.svg.
2. Add "m_tintMap.insert( "#6ff", App::instance()->palette().highlight().color().name() );" to SvgTinter::init() in src/SvgTinter.cpp.
3. Replace all "#6ff" to "#66ffff" in svg.