GNOME Bugzilla – Bug 676330
no error indication if vpn fails
Last modified: 2012-06-01 20:40:33 UTC
if I enter a wrong passphrase or something else goes wrong with starting a vpn connection, the only error indication I get is that the network icon jumps back to 'wifi'. It would be nicer to have some acutal error indication, imo. Maybe with a 'retry' button.
Created attachment 214390 [details] [review] NetworkMenu: show notifications for failed VPN connections Refactor NMDeviceVPN to be more like the other NMDevices, including having a valid getSectionTitle() and emitting signals when the underlying connection changes state. Use the existing notification infrastructure to hook these signals to actual notifications (including some code consolidation).
Thats an improvement, thanks ! Small wart: I also get the notification when I hit cancel.
Review of attachment 214390 [details] [review]: This looks fine to me.
Attachment 214390 [details] pushed as 7911154 - NetworkMenu: show notifications for failed VPN connections