From f057593692f02d3214581cbc376fe6983cd44b0a Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sun, 25 Jul 2021 14:00:50 +0200 Subject: [PATCH] write xinit stderr output to xinit.log Signed-off-by: Stacy Harper --- scripts/core/sxmo_xinit.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/core/sxmo_xinit.sh b/scripts/core/sxmo_xinit.sh index 0c01e71..9e6d2ac 100755 --- a/scripts/core/sxmo_xinit.sh +++ b/scripts/core/sxmo_xinit.sh @@ -117,8 +117,7 @@ xinit() { . "$(dirname "$0")/sxmo_common.sh" envvars - # set device env vars here to allow potentially overriding envvars - device_envvars + device_envvars # set device env vars here to allow potentially overriding envvars setupxdgdir xdefaults daemons @@ -126,7 +125,7 @@ xinit() { } if [ -z "$1" ]; then - xinit + xinit 2> ~/.xinit.log #hard-coded location because at this stage we're not sure the xdg dirs exist yet else "$1" fi