These days, I installed desktop environment on Ubuntu 18.04 server LTS that is based on Gnome,
Firstly, I use command to install desktop
sudo apt install ubuntu-desktop
when it was finished and reboot, it was strange that machine stops at booting step.
Checking the command information, I found that GDM3 cannot be reloaded correctly. So I switch to lightdm and reboot it: problem fixed.
The session information will be like:
Another way.i use another command to install desktop
sudo apt install ubuntu-unity-desktop
the process of installation is success and smooth with no errors.
check the session like it:
So, I wonder ask u about the relationship between ubuntu.desktop and unity.desktop, though some answers can be searched but not clearly.