From 6575b9ed270633a44a166ef4c187bc036a94c8d1 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 30 Mar 2018 10:20:26 -0400 Subject: [PATCH] Removed the commented out sed for lightdm --- ubuntu/18.04/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ubuntu/18.04/install.sh b/ubuntu/18.04/install.sh index 6df5b33..e66b3bb 100644 --- a/ubuntu/18.04/install.sh +++ b/ubuntu/18.04/install.sh @@ -58,9 +58,6 @@ fi # use the script to setup the ubuntu session sed -i_orig -e 's/startwm/startubuntu/g' /etc/xrdp/sesman.ini -# use the default lightdm x display -# sed -i_orig -e 's/X11DisplayOffset=10/X11DisplayOffset=0/g' /etc/xrdp/sesman.ini - # rename the redirected drives to 'shared-drives' sed -e 's/FuseMountName=thinclient_drives/FuseMountName=shared-drives/g' /etc/xrdp/sesman.ini