Remove a patch that prevented bonobo-activation from connecting to the

session-manager.  This may cause problems for some people that have been using
GNOME 2.0 since the beta releases.  If you run into a problem where GNOME 2.0
hangs when starting up, delete your ~/.gnome2/session file, then reboot.

This patch brings us in line with the intended functionality of
bonobo-activation.
This commit is contained in:
Joe Marcus Clarke 2003-01-19 23:09:09 +00:00
parent 514ef6190f
commit a0a4eef2a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73570
2 changed files with 1 additions and 9 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= bonobo-activation
PORTVERSION= 1.0.4
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}

View File

@ -9,12 +9,3 @@
}
g_strfreev (gnome_dirs);
g_string_append_c (real_od_source_dir, ':');
@@ -197,6 +197,8 @@
* terminal, etc.
*/
setsid ();
+
+ unsetenv ("SESSION_MANAGER");
/* internationalization. */
setlocale (LC_ALL, "");