export HOME from Xsession script (see bug 292)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1549 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Tomas Frydrych
2007-04-25 10:15:45 +00:00
parent 6221a3f6ce
commit 2f90305f1c
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,9 @@
HOME_VOLATILE=/home/$USER/ramdisk
export HOME_VOLATILE
HOME=/home/$USER
export HOME
if [ -f /usr/bin/dbus-launch ]; then
## test for an existing bus daemon, just to be safe
if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then

View File

@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
PR = "r10"
PR = "r11"
SRC_URI = "file://etc"
S = ${WORKDIR}