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 455250 - Notification balloon should be optional
Notification balloon should be optional
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: nm-applet
0.7.x
Other All
: Normal enhancement
: ---
Assigned To: Dan Williams
Dan Williams
: 555716 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-07-09 18:58 UTC by Tony Houghton
Modified: 2009-11-22 23:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds option to disable non-critical notification balloons (2.17 KB, patch)
2007-07-15 21:22 UTC, Tony Houghton
none Details | Review
Adds gconf option and button in balloon to disable further notifications (8.93 KB, patch)
2008-07-11 22:00 UTC, Tony Houghton
none Details | Review
Adds an option to disable connected notifications in nm-applet 0.7 (6.13 KB, patch)
2008-11-22 21:12 UTC, Tony Houghton
none Details | Review

Description Tony Houghton 2007-07-09 18:58:37 UTC
I find the notification balloons annoying. They're kind of redundant because the icon shows the status anyway. Please may we have an option to turn them off. A simple "hidden" gconf setting would be enough to keep me happy.
Comment 1 Tony Houghton 2007-07-15 21:22:48 UTC
Created attachment 91834 [details] [review]
Adds option to disable non-critical notification balloons

This is a "hidden" gconf option with key /apps/NetworkManagerApplet/no_popups. Critical notifications are still shown; only normal and low urgency popups are disabled.
Comment 2 Tony Houghton 2008-07-11 21:59:11 UTC
I wrote a new version of the patch and submitted it to bugs.debian.org. This version adds a button to the notification balloon to disable further notifications. Please could you consider incorporating it and adding translations.
Comment 3 Tony Houghton 2008-07-11 22:00:35 UTC
Created attachment 114417 [details] [review]
Adds gconf option and button in balloon to disable further notifications
Comment 4 Dan Williams 2008-11-14 21:28:28 UTC
need to get this ported to 0.7.  I'd suggest "Show notifications" as the menu item, and "disable_notifications" as the GConf key.  Thanks!
Comment 5 Dan Williams 2008-11-21 18:54:17 UTC
*** Bug 555716 has been marked as a duplicate of this bug. ***
Comment 6 Tony Houghton 2008-11-22 21:12:10 UTC
Created attachment 123239 [details] [review]
Adds an option to disable connected notifications in nm-applet 0.7

This version applies only to the connection established notifications. A single option "disable-connected-notifications" applies to all types of connection.

As version 0.7 has gained a "Don't show this again" option/button for when wireless networks become available I've written my option the same way, not bothering with a menu item or gconf schema.
Comment 7 Dan Williams 2008-11-24 17:50:28 UTC
fixed in applet svn r1046, thanks!
Comment 8 Krešimir Bojčić 2009-01-05 13:36:45 UTC
So how exacly can I get it in Ibex? I hava 0.7.0 applet, and I can see popup every time I login.
Comment 9 Dan Williams 2009-01-06 14:57:27 UTC
What SVN revision is your NM 0.7.0 applet based off of?  If it's based off of something earlier than r1046, and hasn't had the patch backported, you won't have this.  Talk to the Ubuntu maintainer and get them to backport the patch if you like.
Comment 10 Tony Houghton 2009-08-19 23:00:33 UTC
Did the patch actually make it to release? I'm using 0.7.1 (in Debian unstable) and there's no trace of the option to disable the popups.
Comment 11 Dan Williams 2009-10-16 02:51:41 UTC
We have GConf schemas now (so you can easily find out the keys you need to set), so you can certainly turn off the balloons if you like with GConf keys.  It's not exposed in the UI as checkbox or anything since the people who care can figure out how to turn it off, distros like Fedora and Ubuntu customize the schema themselves, and it's not an option you use more than once and thus shouldn't be in a top-level menu.  So I think we're OK?
Comment 12 nerdychick 2009-11-22 01:51:45 UTC
Hate to say, but those notifications are pretty annoying to the unwashed masses, too. Can you give a step-by-step for turning them off, for those of us who don't know anything about gconf or schemas or backporting patches? It would be much appreciated- thanks!
Comment 13 Tony Houghton 2009-11-22 16:02:59 UTC
gconftool-2 --set --type bool /apps/nm-applet/disable-connected-notifications true
gconftool-2 --set --type bool /apps/nm-applet/disable-disconnected-notifications true

It doesn't seem to be working in Ubuntu currently :-(.
Comment 14 Dan Williams 2009-11-22 23:15:23 UTC
Ubuntu has some custom patches for NetworkManager notifications.  You may want to file a bug in launchpad to ensure that the custom Ubuntu patches are not interfering with the normal notification disable ability.
Comment 15 Tony Houghton 2009-11-22 23:24:44 UTC
It's already been filed at <https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/445872>. It looks like they don't want to fix it unless/until you accept their patches; but why would you if they're broken?