aboutsummaryrefslogtreecommitdiffstats
path: root/s2u.c
diff options
context:
space:
mode:
Diffstat (limited to 's2u.c')
-rw-r--r--s2u.c4
1 files changed, 2 insertions, 2 deletions
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