diff --git a/web/support/FAQ.rst b/web/support/FAQ.rst index 738c53e9bf5f61358fe0332d567a81feca59d04d..1f2a7c8dfb8184cd2adde6fdd6cd69641b57e0c7 100644 --- a/web/support/FAQ.rst +++ b/web/support/FAQ.rst @@ -670,12 +670,12 @@ it depends on your SSH Client. 2. install XFCE4: `sudo apt-get install xfce4 xfce4-goodies gnome-icon-theme tigervnc-standalone-server` (if you need a more complete desktop environment then install also **xubuntu-desktop**) 3. create a .vnc folder in your user home: `mkdir .vnc` -4. create xstartup file in `~/.vnc/` and paste the following content: - :: +4. create xstartup file in `~/.vnc/` and paste the following content:: + #!/bin/bash xrdb $HOME/.Xresources startxfce4 & - :: + 5. run `vncpasswd` and set VNC password (you can skip the viewer password) 6. run `vncserver -geometry WIDTHxHEIGHT -localhost yes -rfbport PORT`, replace **WIDTH** and **HEIGHT** with desired values (ex: 1024x768) and PORT (ex: 5901, default port)