diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-08 04:33:52 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-08 04:33:52 +0800 |
commit | 069a17e8de225462c7767998a50ddcd0a8f368cf (patch) | |
tree | 4cad90563c1aaefd9d09fbbfbed971a1e3c427a2 | |
parent | 31a96f5d0c7503a6945266c363de14ac5ae2a22f (diff) | |
download | marcuscom-ports-069a17e8de225462c7767998a50ddcd0a8f368cf.tar marcuscom-ports-069a17e8de225462c7767998a50ddcd0a8f368cf.tar.gz marcuscom-ports-069a17e8de225462c7767998a50ddcd0a8f368cf.tar.bz2 marcuscom-ports-069a17e8de225462c7767998a50ddcd0a8f368cf.tar.lz marcuscom-ports-069a17e8de225462c7767998a50ddcd0a8f368cf.tar.xz marcuscom-ports-069a17e8de225462c7767998a50ddcd0a8f368cf.tar.zst marcuscom-ports-069a17e8de225462c7767998a50ddcd0a8f368cf.zip |
It is once again up to someone else to start dbus before running
gnome-session. Add the necessary command to the GDM gnome.desktop file.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11260 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-session/Makefile | 3 | ||||
-rw-r--r-- | x11/gnome-session/files/patch-data_gnome.desktop.in | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 694fdfbd1..2827b6c32 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-session/Makefile,v 1.152 2008/07/23 04:54:21 marcus Exp $ +# $MCom: ports/x11/gnome-session/Makefile,v 1.153 2008/08/06 02:30:33 marcus Exp $ # PORTNAME= gnome-session PORTVERSION= 2.23.6 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://www.marcuscom.com/downloads/:local diff --git a/x11/gnome-session/files/patch-data_gnome.desktop.in b/x11/gnome-session/files/patch-data_gnome.desktop.in new file mode 100644 index 000000000..e018e7a70 --- /dev/null +++ b/x11/gnome-session/files/patch-data_gnome.desktop.in @@ -0,0 +1,11 @@ +--- data/gnome.desktop.in.orig 2008-08-07 16:32:08.000000000 -0400 ++++ data/gnome.desktop.in 2008-08-07 16:32:17.000000000 -0400 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=GNOME + _Comment=This session logs you into GNOME +-Exec=gnome-session ++Exec=dbus-launch --exit-with-session gnome-session + TryExec=gnome-session + Icon= + Type=Application |