GNOME Bugzilla – Bug 534427
notify of available wireless network
Last modified: 2008-06-06 01:37:57 UTC
Hi, this patch should notify the user in the case where there are available networks, but none of them are autoconnect. The intended use cases are: * New user to the system who doesn't know where to click to connect to a network * Roaming user in a new area gets notified when they have a signal
Created attachment 111377 [details] [review] notify on ap availability This patch also adds some machinery to avoid displaced notifications on login; once I figure out how to make it truly robust my plan is to move it into libnotify.
Created attachment 111570 [details] [review] AP notification, cleaner version This patch is a lot cleaner - I fixed the libnotify/notification-daemon stuff *right* in a separate patch now sent upstream. I also fixed some style things (braces on new line), though much of other parts of the code don't seem to do that?
Created attachment 111980 [details] [review] don't crash on new network This version of the patch avoids crashing when you actually connect to a new network =) Another tweak I hope to do soon for this is close the notification when you click on the applet too.
r743