the fix for zthe applet to not run on ltsp clients:
[EMAIL PROTECTED]:~/packages/network-manager-applet-0.6.5$ diff -ruN
../applet.c src/applet.c
--- ../applet.c 2007-09-07 17:22:37.000000000 +0200
+++ src/applet.c 2007-04-19 20:01:12.000000000 +0200
@@ -132,7 +132,7 @@
applet->animation_step = 0;
glade_gnome_init ();
- if ((!nma_icons_init (applet)) || (g_getenv("LTSP_CLIENT")))
+ if (!nma_icons_init (applet))
return;
/* gtk_window_set_default_icon_from_file
(ICONDIR"/NMApplet/wireless-applet.png", NULL); */
--
NetworkManager Applet does not recognize ethernet bonding.
https://bugs.launchpad.net/bugs/123808
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs