mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +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
|
HOME_VOLATILE=/home/$USER/ramdisk
|
||||||
export HOME_VOLATILE
|
export HOME_VOLATILE
|
||||||
|
|
||||||
|
HOME=/home/$USER
|
||||||
|
export HOME
|
||||||
|
|
||||||
if [ -f /usr/bin/dbus-launch ]; then
|
if [ -f /usr/bin/dbus-launch ]; then
|
||||||
## test for an existing bus daemon, just to be safe
|
## test for an existing bus daemon, just to be safe
|
||||||
if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
|
if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
|
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
|
||||||
PR = "r10"
|
PR = "r11"
|
||||||
|
|
||||||
SRC_URI = "file://etc"
|
SRC_URI = "file://etc"
|
||||||
S = ${WORKDIR}
|
S = ${WORKDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user