diff options
Diffstat (limited to 'x11-themes/unity-greeter/files/unity-greeter-12.10.4-fix-at-spi-bus-launcher.patch')
-rw-r--r-- | x11-themes/unity-greeter/files/unity-greeter-12.10.4-fix-at-spi-bus-launcher.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-themes/unity-greeter/files/unity-greeter-12.10.4-fix-at-spi-bus-launcher.patch b/x11-themes/unity-greeter/files/unity-greeter-12.10.4-fix-at-spi-bus-launcher.patch new file mode 100644 index 0000000..e5fa454 --- /dev/null +++ b/x11-themes/unity-greeter/files/unity-greeter-12.10.4-fix-at-spi-bus-launcher.patch @@ -0,0 +1,24 @@ +diff -Naur unity-greeter-12.10.2/src/unity-greeter.c unity-greeter-12.10.2_2012-09-02T12:44:47+0200/src/unity-greeter.c +--- unity-greeter-12.10.2/src/unity-greeter.c 2012-08-30 17:11:03.000000000 +0200 ++++ unity-greeter-12.10.2_2012-09-02T12:44:47+0200/src/unity-greeter.c 2012-09-02 12:44:35.111888972 +0200 +@@ -1016,7 +1016,7 @@ + gchar** _tmp2_; + gint _tmp2__length1; + GPid _tmp3_ = 0; +- g_shell_parse_argv ("/usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately", &_tmp1_, &_tmp0_, &_inner_error_); ++ g_shell_parse_argv ("/usr/libexec/at-spi-bus-launcher --launch-immediately", &_tmp1_, &_tmp0_, &_inner_error_); + argv = (_vala_array_free (argv, argv_length1, (GDestroyNotify) g_free), NULL); + argv = _tmp0_; + argv_length1 = _tmp1_; +diff -Naur unity-greeter-12.10.2/src/unity-greeter.vala unity-greeter-12.10.2_2012-09-02T12:44:47+0200/src/unity-greeter.vala +--- unity-greeter-12.10.2/src/unity-greeter.vala 2012-08-30 15:53:02.000000000 +0200 ++++ unity-greeter-12.10.2_2012-09-02T12:44:47+0200/src/unity-greeter.vala 2012-09-02 12:44:35.112888971 +0200 +@@ -320,7 +320,7 @@ + { + string[] argv; + +- Shell.parse_argv ("/usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately", out argv); ++ Shell.parse_argv ("/usr/libexec/at-spi-bus-launcher --launch-immediately", out argv); + Process.spawn_async (null, + argv, + null, |