diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-20 07:09:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-20 07:09:09 +0800 |
commit | 1a16535b95c403c9b9e6747bc89e58bc160eb89b (patch) | |
tree | 2de803e2eb11b7745da8c1680f8cce07b7ce3ec7 /devel | |
parent | 32494d9b8199ed299ff511bfe95b44177fc6a8f0 (diff) | |
download | freebsd-ports-gnome-1a16535b95c403c9b9e6747bc89e58bc160eb89b.tar.gz freebsd-ports-gnome-1a16535b95c403c9b9e6747bc89e58bc160eb89b.tar.zst freebsd-ports-gnome-1a16535b95c403c9b9e6747bc89e58bc160eb89b.zip |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bonobo-activation/Makefile | 1 | ||||
-rw-r--r-- | devel/bonobo-activation/files/patch-server::activation-server-main.c | 9 |
2 files changed, 1 insertions, 9 deletions
diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile index 815818894223..d8bcc040d8d7 100644 --- a/devel/bonobo-activation/Makefile +++ b/devel/bonobo-activation/Makefile @@ -7,6 +7,7 @@ PORTNAME= bonobo-activation PORTVERSION= 1.0.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} diff --git a/devel/bonobo-activation/files/patch-server::activation-server-main.c b/devel/bonobo-activation/files/patch-server::activation-server-main.c index 8aedba380e43..a6c4e34fa107 100644 --- a/devel/bonobo-activation/files/patch-server::activation-server-main.c +++ b/devel/bonobo-activation/files/patch-server::activation-server-main.c @@ -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, ""); |