Changes

From Amahi Wiki
Jump to: navigation, search
245 bytes added ,  17:08, 7 May 2016
= Setup Desktop Environment Access =
* Modification of the ~/.vnc/xstartup will be required to run the Cinnamon Desktop-Environment. At this point the xstartup file doesn't exist so we do the following. 
For this example we need to login as the user.
nano ~/.vnc/xstartup
Modify For the Cinnamon Desktop on Amahi 8 (Fedora 21), modify the xstartup to the below.
#!/bin/sh
#
exec /usr/bin/cinnamon-session
 
For the LXDE Desktop on Amahi 9 (Fedora 23), modify the xstartup to the below.
 
#!/bin/sh
#
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
lxterminal &
/usr/bin/lxsession -s LXDE &lxterminal &
= Starting Tiger VNC =