mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user