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 578951 - gnome-applets automagic networkmanager fix
gnome-applets automagic networkmanager fix
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: general
2.26.x
Other All
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-14 17:26 UTC by Romain Perier
Modified: 2009-05-31 08:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
patch which solves the problem (1.56 KB, patch)
2009-04-14 17:27 UTC, Romain Perier
committed Details | Review

Description Romain Perier 2009-04-14 17:26:19 UTC
Please describe the problem:
Hi,

this is an upstream bug, in configure script networkmanager is automagic support, i've written a patch to solve the problem.

this bug refers to https://bugs.gentoo.org/show_bug.cgi?id=266056.

You'll find in attachment the patch which solve the problem

mrpouet ;)

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Romain Perier 2009-04-14 17:27:14 UTC
Created attachment 132647 [details] [review]
patch which solves the problem

patch which solves the problem for gnome-applets 2.26.1 release bugfix
Comment 2 Callum McKenzie 2009-05-31 01:14:28 UTC
It took me a little while to figure out what the actual problem is: I assume you're complaining that there is no explicit enable/disable for network manager support, just the automagic detection.

The patch has been applied to git master.
Comment 3 Gilles Dartiguelongue 2009-05-31 08:30:27 UTC
yes, that was the problem. Thanks for looking into it.