From 2046f6af53199372930e9d844b81fd46c3868b11 Mon Sep 17 00:00:00 2001 From: Craig Wilhite Date: Wed, 28 Feb 2018 11:03:26 -0800 Subject: [PATCH] Keep ubuntu-desktop running Fix a bug where ubuntu-desktop stops running and "basic mode" is lost. --- ubuntu/16.04/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ubuntu/16.04/install.sh b/ubuntu/16.04/install.sh index ad10bac..52353f2 100644 --- a/ubuntu/16.04/install.sh +++ b/ubuntu/16.04/install.sh @@ -125,6 +125,9 @@ cd $XORGXRDP_PATH make sudo make install +#Installing xorgxrdp knocks out ubuntu-desktop from running. We need to reinstall it +sudo apt-get install --reinstall ubuntu-desktop + # # End XORGXRDP ###############################################################################