Bug 241040 - Comic applet treats automatic WLAN connection as a network error
Summary: Comic applet treats automatic WLAN connection as a network error
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: widget-comic (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Tobias Koenig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-07 20:30 UTC by Toni Helenius
Modified: 2010-06-14 13:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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