We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381a472 commit dd1fda6Copy full SHA for dd1fda6
ubuntu/bootstrap_gnome.sh
@@ -56,14 +56,21 @@ unsetenv DBUS_SESSION_BUS_ADDRESS
56
# Set VNCSESSION to tell /etc/xdg/xfce4/xinitrc to not run xscreensaver
57
# http://vstone.eu/2009/04/disabling-xscreensaver-when-using-xfce-vnc/
58
setenv VNCSESSION yes
59
+setenv DISPLAY :1
60
gnome-session &
61
+gnome-panel &
62
+gnome-settings-daemon &
63
+metacity &
64
+nautilus &
65
# Make sure that copy / paste are correctly forwarded to the VNC viewer
66
vncconfig -nowin &
67
EOF
68
chmod +x /home/work/.vnc/xstartup
69
70
mkdir -p $HOME/.config/nautilus
71
chown -R $USER:$USER $HOME/.config/nautilus
72
+mkdir -p $HOME/.gtk-bookmarks
73
+chown -R $USER:$USER $HOME/.gtk-bookmarks
74
75
cat >/home/work/.xscreensaver <<EOF
76
mode: off
0 commit comments