GNOME Bugzilla – Bug 738485
Commit 36f051044c4653161ed844dff17df81a8d31fc13 breaks run against NetworkManager 0.9.8.8
Last modified: 2014-10-31 14:29:09 UTC
I forget the exact error I get, but the changes in 36f051044c4653161ed844dff17df81a8d31fc13 causes GnomeShell to no longer run when using NetworkManager 0.9.8.8, which unfortunately is still used in the yet to be released Ubuntu 14.10
Affecting 3.12 and 3.14. Introduced in bug 737592.
Any update on this? I think I still need to run git revert -n 36f051044c4653161ed844dff17df81a8d31fc13 to compile gnome-shell master on Ubuntu 14.10, as it is still using NetworkManager 0.9.8.8 (I haven't tried it without it since I reported)
Created attachment 289727 [details] [review] networkAgent: Support NM versions without :capabilities Commit 36f051044c465316 bumped the requirement for NetworkManager, which is problematic on a stable branch; optionally fall back to the previous code. Does this patch work for you? I think there is a valid point in not bumping the NetworkManager requirement on the stable gnome-3-12 and gnome-3-14 branches (it's kinda rude), so degrading gracefully looks like the best option. I don't see a strong reason to apply this to master though.
Dan, does this make sense to you?
Yeah, sorry about that. It wasn't my intent to require a newer version of NM; the patch looks correct.
Attachment 289727 [details] pushed as ffa8ff7 - networkAgent: Support NM versions without :capabilities Pushed to both gnome-3-12 and gnome-3-14 after IRC review.