Created attachment 3568 Support-NetworkManager-0.9.patch sleep() and wake() methods are deprecated since NM 0.7 and removed in NM 0.9. This patch replaces them with Sleep() method. But if it is desirable to support NM versions < 0.7 then there is needed to do something in addition.
Thanks for the patch, i'm hesitating a bit to apply it, since i want to support older version of nm < 0.9...
The Sleep() method was added in NM-0.7, so it will break compatibility only with NM < 0.7. I'm not sure that anyone uses the latest Xfce with so old NM.
(In reply to comment #2) > The Sleep() method was added in NM-0.7, so it will break compatibility only > with NM < 0.7. I'm not sure that anyone uses the latest Xfce with so old NM. Okay convinced! patch applied, thanks!