Some installations may require graphical tools to be operated on the target server.
Important dependencies
- xrdp uses vnc
 - vnc uses X11 and window managers
 
Software Installation
AWS installations come by default without a GNOME desktop environment. The following commands will install a GNOME desktop and an xrdp service to connect to the systems:
SLES 11 & 12
$ sudo zypper install -t pattern gnome-basic
SLES 15
Use yast and the install pattern "Gnome basic"
- $ sudo yast
- Select "Software", enter "tab"
 - Select "Software Management", enter "cr"
 - Move active field to "Filter Search", enter "Shift"+"tab"
 - Use down keyboard key to unfold selection list
 - Select "Patterns"
 - Select "GNOME Desktop Environment (Basic)"
 - Select "Accept"
 
 
Ubuntu
$ sudo apt update $ sudo apt install ubuntu-desktop
Install xRDP
SUSE
$ sudo zypper install xrdp
UBUNTU
sudo apt install xrdp sudo systemctl status xrdp # Output # xrdp.service - xrdp daemon... sudo adduser xrdp ssl-cert sudo systemctl restart xrdp
Enable VNC Remote Login
SUSE
- $ sudo yast
 - Select " Network Services"
 - Select first entry "Remote Administration with VNC"
 - Enable service
 
SUSE: Configure Window Manager to use Gnome
- Edit file /etc/sysconfig/windowmanager
 - Change entry DEFAULT_WM="" to DEFAULT_WM="gnome"
 
Ubuntu: Configure PolKit-Framework
sudo bash -c "cat >/etc/polkit-1/localauthority/50-local.d/45-allow.colord.pkla" <<EOF [Allow Colord all Users] Identity=unix-user:* Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile ResultAny=no ResultInactive=no ResultActive=yes EOF
Startup the RDP service and make it start automatically after Reboot
These commands need to be executed with the sudo command from the ec2-user.
SLES 11
# service xrdp start # chkconfig --set xrdp on
SLES 12 & 15, Ubuntu
# sudo systemctl start xrdp # sudo systemctl enable xrdp
- Printer-friendly version
 - Log in to post comments
 - 77640 views
 
software installation
I try this command it's nort answer.
But i try this : zypper install -t pattern gnome
it works!!!
thanks to make correction for SLES 15
harolpir@yahoo.fr
SUSE 12
Works perfectly, thank you so much !
SLES15 GNOME
Please add steps to install GNOME on SLES15:
1. Activate "Desktop Applications Module 15 SP3 x86_64"
2. sudo zypper in -t pattern gnome_basic