summaryrefslogtreecommitdiffstats
path: root/devel/bonobo-activation/files/patch-server::activation-server-main.c
blob: 7fd8bfef8e686778288c4e348199984590337dbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- server/activation-server-main.c.orig    Fri Oct 18 06:15:12 2002
+++ server/activation-server-main.c Sat Nov  9 01:50:36 2002
@@ -127,7 +127,7 @@
                         g_string_append (gnome_od_source_dir,
                                          gnome_dirs[i]);
                         g_string_append (gnome_od_source_dir,
-                                         "/lib/bonobo/servers:");
+                                         "/libdata/bonobo/servers:");
                 }
                 g_strfreev (gnome_dirs);
                 g_string_append_c (real_od_source_dir, ':');
@@ -194,6 +194,8 @@
          * terminal, etc.
          */
         setsid ();
+
+   unsetenv ("SESSION_MANAGER");
         
    /* internationalization. */
    setlocale (LC_ALL, "");