Bug 184017

Summary: font rendering problem with rssnow plasmoid
Product: [Plasma] plasma4 Reporter: Ritesh Raj Sarraf <kde-bugs>
Component: widget-miscAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: sebas
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: rssnow font rendering problem

Description Ritesh Raj Sarraf 2009-02-11 13:32:03 UTC
Version:            (using KDE 4.2.0)
OS:                Linux
Installed from:    Debian testing/unstable Packages

When I add rssnow plasmoid to the panel, I can't read the news because the font rendering is bad.

The attached screenshot should be able to explain the details.
Comment 1 Ritesh Raj Sarraf 2009-02-11 13:32:45 UTC
Created attachment 31222 [details]
rssnow font rendering problem
Comment 2 Ritesh Raj Sarraf 2009-03-13 07:38:01 UTC
Hi, Do you ACK this as a problem?

Currently, both the widgets are in kdebase-plasma and are unusable.
Comment 3 Sebastian Kügler 2009-07-31 00:20:32 UTC
This bug still exists in 4.3.60, I'm not sure why it's closed invalid.

Using the rssnow applet in the panel is not possible for two reasons:

- the font is too small, smallestReadableFont is not respected
- the logo is painted over the news feed, making it hard to read
Comment 4 Sebastian Kügler 2009-07-31 00:32:00 UTC
SVN commit 1004799 by sebas:

Use the smallestReadableFont instead of some hand-rolled size

- Dont display the logo in the panel when there's not enough space
- Also save the feedList after a feed has been dropped. In this case, it's
  OK to call configNeedsSaving().

BUG:184017

Will backport for 4.3.1

 M  +10 -4     news.cpp  
 M  +2 -7      single-feed.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1004799
Comment 5 Sebastian Kügler 2009-07-31 00:37:51 UTC
SVN commit 1004800 by sebas:

Use the smallestReadableFont instead of some hand-rolled size

- Dont display the logo in the panel when there's not enough space
- Also save the feedList after a feed has been dropped. In this case, it's
  OK to call configNeedsSaving().

CCBUG:184017

backported from trunk



 M  +10 -4     news.cpp  
 M  +2 -7      single-feed.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1004800