4e3b636ac2
- update patches - regen PLIST ok kevlo@
23 lines
999 B
Plaintext
23 lines
999 B
Plaintext
$OpenBSD: patch-data_autostart_sh_in,v 1.3 2010/05/02 09:10:56 benoit Exp $
|
|
--- data/autostart.sh.in.orig Sun Mar 14 15:40:37 2010
|
|
+++ data/autostart.sh.in Sat Apr 17 10:53:22 2010
|
|
@@ -17,13 +17,13 @@
|
|
test -z $BG || $BG -solid "#303030"
|
|
|
|
# D-bus
|
|
-if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
|
|
- eval `dbus-launch --sh-syntax --exit-with-session`
|
|
-fi
|
|
+#if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
|
|
+# eval `dbus-launch --sh-syntax --exit-with-session`
|
|
+#fi
|
|
|
|
# Make GTK apps look and behave how they were set up in the gnome config tools
|
|
-if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then
|
|
- @libexecdir@/gnome-settings-daemon &
|
|
+if test -x !!LOCALBASE!!/libexec/gnome-settings-daemon >/dev/null; then
|
|
+ !!LOCALBASE!!/libexec/gnome-settings-daemon &
|
|
elif which gnome-settings-daemon >/dev/null; then
|
|
gnome-settings-daemon &
|
|
# Make GTK apps look and behave how they were set up in the XFCE config tools
|