Last active
May 30, 2016 14:31
-
-
Save Mambix/339bf108ae7e6e58fd6040a3f4c4940d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
apt-get install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal | |
sudo apt-get install lbuntu-desktop | |
sudo apt-get install vnc4server | |
vncserver | |
vncserver -kill :1 | |
#vim awsgui/.vnc/xstartup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export XKL_XMODMAP_DISABLE=1 | |
unset SESSION_MANAGER | |
unset DBUS_SESSION_BUS_ADDRESS | |
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup | |
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources | |
xsetroot -solid grey | |
vncconfig -iconic & | |
gnome-panel & | |
gnome-settings-daemon & | |
metacity & | |
nautilus & | |
gnome-terminal & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment