X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=experiments%2Fhome-.vnc%2Fxstartup.001;fp=experiments%2Fhome-.vnc%2Fxstartup.001;h=0000000000000000000000000000000000000000;hb=52fa1f567127cd47e446c68deb29a6d6fe20ce82;hp=40b174bfc0472b993ee8c9f1e630a159017981ab;hpb=e1127a793a9bfe64df1b3a5209c86bb66505fe28;p=feisty_meow.git diff --git a/experiments/home-.vnc/xstartup.001 b/experiments/home-.vnc/xstartup.001 deleted file mode 100755 index 40b174bf..00000000 --- a/experiments/home-.vnc/xstartup.001 +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh - -# set up gnome desktop environment for vnc. - -# references: -# https://www.digitalocean.com/community/tutorials/how-to-setup-vnc-for-ubuntu-12 -# https://www.digitalocean.com/community/questions/how-to-install-ubuntu-desktop-and-vnc -# https://www.centos.org/docs/5/html/5.2/Virtualization/sect-Virtualization-Tips_and_tricks-Configuring_a_VNC_Server.html -# https://ubuntuforums.org/showthread.php?t=1903220 -# https://askubuntu.com/questions/800302/vncserver-grey-screen-ubuntu-16-04-lts - -[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup -[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources - -xsetroot -solid darkgreen -vncconfig -iconic & - -####### -gnome-session --session=ubuntu & -#valid values for session that we've seen: -# ubuntu -# gnome -# 2d-gnome (?) -# unity -####### - -x-terminal-emulator -geometry 100x32 -ls -title "$VNCDESKTOP Desktop" & - -####### -# are these alternatives also? -x-session-manager & -#x-window-manager & -####### - -# we don't see this running at home, but it sure seems needed on vmbuilder. -gnome-panel & - -#gnome-settings-daemon & -#gnome-shell & - -####### -# one or the other of the window managers here. -#hmmm: but mutter doesn't work at all. -metacity & -#mutter & -####### - -nautilus & -