- show splash screen by default

requested by and ok jasper@
This commit is contained in:
ajacoutot 2009-02-17 10:22:02 +00:00
parent 2e35ed56dc
commit 64c133fb00
2 changed files with 17 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.68 2009/02/11 15:47:51 jasper Exp $
# $OpenBSD: Makefile,v 1.69 2009/02/17 10:22:02 ajacoutot Exp $
COMMENT= GNOME session
GNOME_PROJECT= gnome-session
GNOME_VERSION= 2.24.3
PKGNAME= ${DISTNAME}p3
PKGNAME= ${DISTNAME}p4
CATEGORIES= x11

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-data_gnome-session_schemas_in,v 1.1 2009/02/17 10:22:02 ajacoutot Exp $
Show splash screen by default.
--- data/gnome-session.schemas.in.orig Tue Feb 17 11:22:57 2009
+++ data/gnome-session.schemas.in Tue Feb 17 11:23:10 2009
@@ -7,7 +7,7 @@
<applyto>/apps/gnome-session/options/show_splash_screen</applyto>
<owner>gnome</owner>
<type>bool</type>
- <default>false</default>
+ <default>true</default>
<locale name="C">
<short>Show the splash screen</short>
<long>Show the splash screen when the session starts up</long>