SHA256
7
0
forked from pool/lxde-common
andrea florio
2010-02-09 12:40:16 +00:00
committed by Git OBS Bridge
parent 08a1924dda
commit 7d42c7868c
2 changed files with 10 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
diff -uNr old-lxde-common-0.5.0//startlxde.in lxde-common-0.5.0/startlxde.in
--- old-lxde-common-0.5.0//startlxde.in 2009-09-04 11:46:53.000000000 +0200
+++ lxde-common-0.5.0/startlxde.in 2010-01-06 01:45:11.554944495 +0100
@@ -21,8 +21,29 @@
+++ lxde-common-0.5.0/startlxde.in 2010-02-09 13:36:27.143488330 +0100
@@ -21,8 +21,26 @@
# Clean up after GDM (GDM sets the number of desktops to one)
xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _NET_CURRENT_DESKTOP 2> /dev/null
@@ -23,11 +23,8 @@ diff -uNr old-lxde-common-0.5.0//startlxde.in lxde-common-0.5.0/startlxde.in
# Enable GTK+2 integration for OpenOffice.org, if available.
export SAL_USE_VCLPLUGIN=gtk
+# allow LXDE to use gnome-keyring
+eval "`gnome-keyring-daemon`"
+export GNOME_KEYRING_PID
+export GNOME_KEYRING_SOCKET
+export SSH_AUTH_SOCK
+# start dbus
+eval `dbus-launch --sh-syntax`
+
# Start the LXDE session
-exec @prefix@/bin/lxsession -s LXDE

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 9 12:40:40 UTC 2010 - andrea@opensuse.org
- lxsession export dbus information now, keyring work without
manual work now
-------------------------------------------------------------------
Thu Dec 24 14:35:13 UTC 2009 - andrea@opensuse.org