GNOME Bugzilla – Bug 394264
Connection Information doesn't work
Last modified: 2007-12-05 22:26:11 UTC
Please describe the problem: If you display the "Connection Information" from the notification area applet and close it by way of the window close button (the X), and not the close button, it will fail to display again, giving this error: Error displaying connection information: Could not find some required resources (the glade file)! Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
I see this bug also. I can reproduce it every time. I'm using Ubuntu 6.10.
I can also reproduce this on Fedora 7.
As can I, on Ubuntu Gutsy Gibbon -- prerelease Tribe 5. $ nm-applet --version GNOME nm-applet 0.6.5 Also reported on Ubuntu bugtracker, see https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/126479
Created attachment 95303 [details] [review] n-m-a connection info fix It appears that the window is hidden when closed, not destroyed. The delete event did destroy it though. The attached patch fixes that and solves it for me. Note that I changed the order to first connect, then present the window. This avoids a (theoretical) race condition where the handler is not yet setup but the window is shown.
Note that this patch has been added to Ubuntu's package since version 0.6.5-ubuntu9 and seems to work fine. https://bugs.launchpad.net/network-manager/+bug/101978
(In reply to comment #5) > Note that this patch has been added to Ubuntu's package since version > 0.6.5-ubuntu9 and seems to work fine. > https://bugs.launchpad.net/network-manager/+bug/101978 > Indeed, it does seem to work fine.
r384, thanks!