From e473dbe6f56cbc7dd9c656097e2046e58d8c43b4 Mon Sep 17 00:00:00 2001 From: fcrozat Date: Mon, 29 May 2006 12:29:19 +0000 Subject: - Fix for modular xorg git-svn-id: svn+ssh://svn.mandriva.com/svn/soft/s2u/trunk@179827 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- s2u.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 's2u.c') diff --git a/s2u.c b/s2u.c index f8d7ce1..b3904f5 100644 --- a/s2u.c +++ b/s2u.c @@ -118,7 +118,7 @@ filter_function (DBusConnection * connection, "/com/mandriva/user") == 0) { gchar* args[] = { - "/usr/X11R6/bin/xauth", + "/usr/bin/xauth", "add", NULL, ".", @@ -178,7 +178,7 @@ main (int argc, char *argv[]) { GMainLoop *loop; gchar* args[] = { - "/usr/X11R6/bin/xauth", + "/usr/bin/xauth", "list", NULL, NULL -- cgit v1.2.1