Summary: | user is "overnotified" when signal strength is nearly low. | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | Davide Bettio <davide.bettio> |
Component: | Plasma Widget | Assignee: | Sebastian Kügler <sebas> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lamarque, mail, wstephenson |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Davide Bettio
2011-06-03 19:26:26 UTC
The user should not be notified of this at all. Why should he care? It's also visible easily on the panel, in case he cares. I even doubt that he should be notified of the network being down, because as soon as he needs to know, it's pretty obvious anyway. The notification in question should be off by default. Git commit dd7a452ae793c769a7f939a307c775b3868f5c5f by Lamarque V. Souza. Committed on 04/06/2011 at 02:32. Pushed by lvsouza into branch 'master'. Disable "Low signal strength" notification by default. CCBUG: 274859 (cherry picked from commit 42e9cc3b2b14f774e07e17817b726b332201190a) M +1 -1 networkmanagement.notifyrc http://commits.kde.org/networkmanagement/dd7a452ae793c769a7f939a307c775b3868f5c5f Git commit 42e9cc3b2b14f774e07e17817b726b332201190a by Lamarque V. Souza. Committed on 04/06/2011 at 02:32. Pushed by lvsouza into branch 'nm09'. Disable "Low signal strength" notification by default. CCBUG: 274859 M +1 -1 networkmanagement.notifyrc http://commits.kde.org/networkmanagement/42e9cc3b2b14f774e07e17817b726b332201190a (In reply to comment #1) > The user should not be notified of this at all. Why should he care? It's also > visible easily on the panel, in case he cares. Only wireless connections change the system tray icon, for mobile broadband connections notifications is the only way to know the signal quality is low. > I even doubt that he should be notified of the network being down, because as > soon as he needs to know, it's pretty obvious anyway. People who use VPN requested this notification since the tray icon does not indicate when a VPN connection is active. > The notification in question should be off by default. Done. Git commit 9d50f5a41e7151a19054ff5e83e1164cf2e02978 by Lamarque V. Souza. Committed on 04/06/2011 at 05:39. Pushed by lvsouza into branch 'master'. Add 30 seconds interval between signal strength notifications. BUG: 274859 M +14 -6 libs/service/notificationmanager.cpp M +5 -0 libs/service/notificationmanager.h http://commits.kde.org/networkmanagement/9d50f5a41e7151a19054ff5e83e1164cf2e02978 Git commit 623ffd37c1f2ea9bfacb59fc771aef1e9a49e482 by Lamarque V. Souza. Committed on 04/06/2011 at 05:39. Pushed by lvsouza into branch 'nm09'. Add 30 seconds interval between signal strength notifications. BUG: 274859 M +14 -6 libs/service/notificationmanager.cpp M +5 -0 libs/service/notificationmanager.h http://commits.kde.org/networkmanagement/623ffd37c1f2ea9bfacb59fc771aef1e9a49e482 30 seconds time interval is still too low, 5 minutes are still better and the notification shouldn't be displayed if the signal remains nearly low.
>I even doubt that he should be notified of the network being down, because as
>soon as he needs to know, it's pretty obvious anyway.
I don't agree: if you are working on some offline applications you might not notice that your computer has gone offline and you will not receive any notification from some webapps.
(In reply to comment #7) > 30 seconds time interval is still too low, 5 minutes are still better and the > notification shouldn't be displayed if the signal remains nearly low. Ok, I will increase the interval to 5 minutes but that is it. I will not do the second request because it does not make much sense. One notification at each 5 minutes does not disturb anybody and if the user enabled the notification he/she wants to know when the signal is low. In you case it is better you disable the notification if you are not interested in it. Git commit 9225da66d7f3744ae703b23fc4abacec1835cec7 by Lamarque V. Souza. Committed on 04/06/2011 at 19:51. Pushed by lvsouza into branch 'master'. Increase signal strength notification interval to 5 minutes. CCBUG: 274859 (cherry picked from commit c12c15cdee841718fc7969441bdddd0021f786a8) M +2 -1 libs/service/notificationmanager.cpp http://commits.kde.org/networkmanagement/9225da66d7f3744ae703b23fc4abacec1835cec7 Git commit c12c15cdee841718fc7969441bdddd0021f786a8 by Lamarque V. Souza. Committed on 04/06/2011 at 19:51. Pushed by lvsouza into branch 'nm09'. Increase signal strength notification interval to 5 minutes. CCBUG: 274859 M +2 -1 libs/service/notificationmanager.cpp http://commits.kde.org/networkmanagement/c12c15cdee841718fc7969441bdddd0021f786a8 *** Bug 277639 has been marked as a duplicate of this bug. *** |