Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cje-production/dockerfiles/centos-gtk3-metacity/8-swtBuild/scripts/xstartup_mutter.sh')
-rw-r--r--cje-production/dockerfiles/centos-gtk3-metacity/8-swtBuild/scripts/xstartup_mutter.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/cje-production/dockerfiles/centos-gtk3-metacity/8-swtBuild/scripts/xstartup_mutter.sh b/cje-production/dockerfiles/centos-gtk3-metacity/8-swtBuild/scripts/xstartup_mutter.sh
deleted file mode 100644
index 1c5858e68..000000000
--- a/cje-production/dockerfiles/centos-gtk3-metacity/8-swtBuild/scripts/xstartup_mutter.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env /bin/sh
-
-[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
-[ -r ${HOME}/.Xresources ] && xrdb ${HOME}/.Xresources
-
-Xvnc ${DISPLAY} -geometry 1440x900 -depth 16 -dpi 100 -PasswordFile ${HOME}/.vnc/passwd &
-sleep 2
-xsetroot -solid grey
-vncconfig -iconic &
-xhost +
-mutter --replace --sm-disable --display=${DISPLAY} & \ No newline at end of file

Back to the top