[Bug 486631] Re: FlashingLabel text is always black in Microblogging widget.

Philip Muskovac yofel at gmx.net
Tue Nov 24 19:16:32 UTC 2009


** Description changed:

  Binary package hint: kdeplasma-addons
  
- The KDEµBlog Widget has a FlashingLabel on top that shows notifications about new tweets/characters left/etc. 
+ The KDEµBlog Widget has a FlashingLabel on top that shows notifications about new tweets/characters left/etc.
  The bug is that the notification text is ALWAYS black. That makes it hard/impossible to read if you're using dark themese like oxygen.
  
  The cause is following line in applets/microblog/microblog.cpp:
  m_flash->setColor( Plasma::Theme::TextColor );
  
- this is an attempt to set the color to the theme text color. BUT TextColor is an enum value used by the Theme indicating what color value is used, not the actual color value. The correct way to set the color would be:
- m_flash->setColor( Plasma::Theme::defaultTheme()->color(Plasma::Theme::TextColor) );
- 
- With that the correct text color for the current theme is used (on
- initialization).
+ this line is now obsolete and the issue has been fixed in libplasma by
+ adding plasma theme support to the flashinglabel widget.
  
  ProblemType: Bug
  Architecture: i386
  Date: Sun Nov 22 13:19:44 2009
  DistroRelease: Ubuntu 10.04
  Package: kdeplasma-addons 4:4.3.2-0ubuntu6
  PackageArchitecture: all
  ProcEnviron:
-  LANGUAGE=en_US.UTF-8
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US.UTF-8
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
  SourcePackage: kdeplasma-addons
  Uname: Linux 2.6.31-15-generic i686

-- 
FlashingLabel text is always black in Microblogging widget.
https://bugs.launchpad.net/bugs/486631
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeplasma-addons in ubuntu.




More information about the kubuntu-bugs mailing list