Bug 241040

Summary: Comic applet treats automatic WLAN connection as a network error
Product: [Plasma] plasma4 Reporter: Toni Helenius <helenius.toni>
Component: widget-comicAssignee: Tobias Koenig <tokoe>
Status: RESOLVED FIXED    
Severity: normal CC: mat69
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Toni Helenius 2010-06-07 20:30:07 UTC
Version:           unspecified (using KDE 4.4.2) 
OS:                Linux

I have a laptop with Kubuntu 10.04. The Kubuntu is set to to connect to our WLAN network automatically on startup. This however takes some time.

While connecting the comic widget doesn't display anything, which might be correct behavior. After the connection is made, the comic widget downloads the comic strip automatically (hooray).

BUT the comic strip remains "grayed out" with "settings" button on it. As to imply a possible problem. Correct behavior would be not to show the settings button and not to gray out the strip since everything is working.

If I connect the laptop to a normal ADSL cable and the Internet connection is available immediately, this problem doesn't occur. After switching back to WLAN and restart -> boom, there it is again. Annoying...

Reproducible: Always
Comment 1 Matthias Fuchs 2010-06-14 13:28:13 UTC
SVN commit 1137818 by mfuchs:

First always turn off configurationRequired if data comes in.
BUG:241040

 M  +1 -0      applets/comic/comic.cpp  
 M  +4 -0      dataengines/comic/comic.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1137818
Comment 2 Matthias Fuchs 2010-06-14 13:37:09 UTC
SVN commit 1137820 by mfuchs:

Fowardport r1137818
First always turn off configurationRequired if data comes in.
CCBUG:241040

 M  +1 -0      applets/comic/comic.cpp  
 M  +4 -0      dataengines/comic/comic.cpp  


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