After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 83932 - Disables auto-check when off-line; does not re-enable when back on-line
Disables auto-check when off-line; does not re-enable when back on-line
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: mailcheck
unspecified
Other Linux
: Normal major
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
: 80853 89598 100565 101103 108357 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-06-03 03:07 UTC by beansack
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4


Attachments
Patch to disable checking on errors (4.94 KB, patch)
2003-01-10 07:53 UTC, bg.misc
none Details | Review

Description beansack 2002-06-03 03:07:51 UTC
I use a dial-up connection and this applet disables the auto-check when 
I'm not connected.  It does not enable it again when I connect again (not 
a good answer) or give me an option to not have this happen (a good fix). 
 This problem makes the appket useless for people with dial-ups.
Comment 1 Luis Villa 2002-06-03 15:20:05 UTC
Would be nice to fix, agreed, but not Urgent by any stretch.
Comment 2 Luis Villa 2002-08-07 16:51:22 UTC
*** Bug 89598 has been marked as a duplicate of this bug. ***
Comment 3 Antonio M. D'souza 2002-08-07 17:58:48 UTC
I beg to differ about this not being urgent. For anybody affected by
this problem, the applet is virtually unusable. While the problem is
easy to dismiss if it does not affect you, that does not change the
fact that it is a serious problem. Since this did not happen in the
applet that came with Gnome1.4, this manifests itself as a loss of
functionality to people affected by the problem. 
Adding a simple checkbox to the config dialog that allows the user to
tell the applet to ignore failures would go a long way to making
everyone happier.
Comment 4 Vincent Untz 2002-08-30 22:03:29 UTC
*** Bug 80853 has been marked as a duplicate of this bug. ***
Comment 5 Hakon 2002-10-10 11:52:23 UTC
Yes, and there could be some special icon that indicates that the
connection is broken. There could be a default icon to be used, if the
respective "themes" haven't yet supplied a connection-broken-icon of
their own.
Comment 6 David Kennedy 2002-12-06 22:46:56 UTC
*** Bug 100565 has been marked as a duplicate of this bug. ***
Comment 7 David Kennedy 2002-12-13 23:32:59 UTC
*** Bug 101103 has been marked as a duplicate of this bug. ***
Comment 8 bg.misc 2003-01-10 07:53:50 UTC
Created attachment 13463 [details] [review]
Patch to disable checking on errors
Comment 9 bg.misc 2003-01-10 07:56:37 UTC
I just added a patch that I believe should fix this problem.  It
includes a boolean to hold the pref, a pref setting to control it, and
changes to the help file to document the change.
Comment 10 Vincent Untz 2003-01-10 23:29:50 UTC
Adding PATCH keyword.
Comment 11 nospam 2003-01-30 17:01:10 UTC
I can also confirm that this bug makes this applet essentially useless
to me.  It'd be nice to get the patch in.

It seems if I'm downloading a large file it "goes offline" even more
often.  Usually within minutes of the download starting.  If I had a
nickel everytime I rechecked that box... well... I'd have a couple
dollars at least.  :)
Comment 12 Mark McLoughlin 2003-03-07 00:54:49 UTC
Moving mailcheck bugs to gnome-applets
Comment 13 Kevin Vandersloot 2003-03-14 16:08:12 UTC
*** Bug 108357 has been marked as a duplicate of this bug. ***
Comment 14 Kevin Vandersloot 2003-03-14 17:48:27 UTC
I think the patch is wrong. We shouldn't have a pref for this
behavior. This behavior should just not occur (like any other applet
that grabs stuff from the network). If the network is down then the
applet should still try to fecth the information, but do nothing (or
indicate a failure) if the retreival fails (nobody wants every
application to pop up a dialog when the network is down). Removing the
PATCH keyword.

So the first step is to remove the error dialog and let the applet
continue to try to retrieve the data. Then we can look into providing
an indication that an error occured.
Comment 15 Kevin Vandersloot 2003-05-23 02:44:04 UTC
Fixed in cvs. The applet no longer pops up an error dialog and
indicates the error in the tooltip and the label. I put in a FIXME
about adding an icon for an error (or some other indication)
Comment 16 beansack 2003-05-23 03:04:30 UTC
Does it still disable the checking for mail after it can't connect? 
The error message was not the problem.
Comment 17 Kevin Vandersloot 2003-05-23 14:00:12 UTC
No, it does not disable auto checking :)