nm-libexecdir.patch 793 B

12345678910111213
  1. diff -u -Nr gnome-shell-3.6.3.1/js/ui/components/networkAgent.js gnome-shell-3.6.3.1-nmlibexecdir/js/ui/components/networkAgent.js
  2. --- gnome-shell-3.6.3.1/js/ui/components/networkAgent.js 2013-02-20 20:31:03.000000000 +0100
  3. +++ gnome-shell-3.6.3.1-nmlibexecdir/js/ui/components/networkAgent.js 2013-03-10 17:13:46.120907065 +0100
  4. @@ -686,7 +686,7 @@
  5. } catch(e) { } // ignore errors if key does not exist
  6. let path = binary;
  7. if (!GLib.path_is_absolute(path)) {
  8. - path = GLib.build_filenamev([Config.LIBEXECDIR, path]);
  9. + path = GLib.build_filenamev(["/usr/lib/networkmanager", path]);
  10. }
  11. if (GLib.file_test(path, GLib.FileTest.IS_EXECUTABLE))