[Bug 786192] Re: Wrong rendering of some elements of interface

Harald Sitter apachelogger at ubuntu.com
Thu May 26 16:00:54 UTC 2011


** Changed in: amarok (Ubuntu Natty)
     Assignee: (unassigned) => Felix Geyer (debfx)

** Changed in: pkg-kde-tools (Ubuntu Natty)
     Assignee: (unassigned) => Felix Geyer (debfx)

** Description changed:

+ Testcase:
+ 1) Install amarok
+ 2) Open /usr/share/kde4/apps/amarok/images/default-theme-clean.svg with an editor
+ 3) Look for "#66ffff" -> no match
+ 4) Look for "#6ff" -> plenty of matches
+ 
  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.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to amarok in Ubuntu.
https://bugs.launchpad.net/bugs/786192

Title:
  Wrong rendering of some elements of interface




More information about the kubuntu-bugs mailing list