1
0
forked from mir/linux-vm-tools

Keep ubuntu-desktop running

Fix a bug where ubuntu-desktop stops running and "basic mode" is lost.
This commit is contained in:
Craig Wilhite 2018-02-28 11:03:26 -08:00 committed by GitHub
parent 5927c9de2e
commit 2046f6af53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
###############################################################################