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 394264 - Connection Information doesn't work
Connection Information doesn't work
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: nm-applet
0.6.6
Other All
: Normal normal
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2007-01-08 15:41 UTC by Riccardo Setti
Modified: 2007-12-05 22:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
n-m-a connection info fix (452 bytes, patch)
2007-09-10 20:20 UTC, gnome
none Details | Review

Description Riccardo Setti 2007-01-08 15:41:30 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:
Comment 1 Trey Ethridge 2007-03-02 14:46:19 UTC
I see this bug also.  I can reproduce it every time.  I'm using Ubuntu 6.10.
Comment 2 VF 2007-07-05 06:15:50 UTC
I can also reproduce this on Fedora 7.
Comment 3 Hugo Heden 2007-09-02 11:11:27 UTC
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
Comment 4 gnome 2007-09-10 20:20:59 UTC
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.
Comment 5 gnome 2007-11-04 22:42:35 UTC
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
Comment 6 Hugo Heden 2007-11-05 00:00:10 UTC
(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.
Comment 7 Dan Williams 2007-12-05 22:26:11 UTC
r384, thanks!