Forgot to add this patch in previous.

This commit is contained in:
ajacoutot 2013-03-30 11:43:39 +00:00
parent 33e3599845
commit ec8bedc9b1
2 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.148 2013/03/30 09:52:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.149 2013/03/30 11:43:39 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,6 +6,7 @@ COMMENT= GNOME display manager
GNOME_PROJECT= gdm
GNOME_VERSION= 3.8.0
REVISION= 0
HOMEPAGE= http://projects.gnome.org/gdm/

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-data_gdm-shell-with-fallback_session_in,v 1.1 2013/03/30 11:43:39 ajacoutot Exp $
XXX push upstream
--- data/gdm-shell-with-fallback.session.in.orig Sat Mar 30 08:12:40 2013
+++ data/gdm-shell-with-fallback.session.in Sat Mar 30 08:13:08 2013
@@ -1,5 +1,5 @@
[GNOME Session]
Name=Display Manager
RequiredComponents=gnome-shell;gnome-settings-daemon;
-IsRunnableHelper=bash -c 'type -p gnome-shell >& /dev/null && @CHECK_ACCELERATED_DIR@/gnome-session-check-accelerated'
+IsRunnableHelper=sh -c 'type -p gnome-shell >/dev/null && @CHECK_ACCELERATED_DIR@/gnome-session-check-accelerated'
FallbackSession=gdm-fallback