From: root Date: Tue, 10 Dec 2019 10:55:03 +0000 (+0100) Subject: committing changes in /etc made by "apt-get install tigervnc-standalone-server tigerv... X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=8de27a0c23e3e208bfe40e1d35920b2a03a624e1;p=zenbook committing changes in /etc made by "apt-get install tigervnc-standalone-server tigervnc-common tigervnc-xorg-extension tigervnc-viewer" Package changes: +libfile-readbackwards-perl 1.05-2 all +libfltk-images1.3 1.3.4-9ubuntu1 amd64 +tigervnc-common 1.9.0+dfsg-3 amd64 +tigervnc-standalone-server 1.9.0+dfsg-3 amd64 +tigervnc-viewer 1.9.0+dfsg-3 amd64 +tigervnc-xorg-extension 1.9.0+dfsg-3 amd64 --- diff --git a/.etckeeper b/.etckeeper index 2d7e78f..8e57efd 100755 --- a/.etckeeper +++ b/.etckeeper @@ -225,6 +225,7 @@ maybe chmod 0644 'X11/Xsession.d/95dbus_update-activation-env' maybe chmod 0644 'X11/Xsession.d/99x11-common_start' maybe chmod 0644 'X11/Xsession.options' maybe chmod 0644 'X11/XvMCConfig' +maybe chmod 0755 'X11/Xvnc-session' maybe chmod 0644 'X11/Xwrapper.config' maybe chmod 0755 'X11/app-defaults' maybe chmod 0644 'X11/app-defaults/Bitmap' @@ -2548,6 +2549,7 @@ maybe chmod 0644 'pam.d/su' maybe chmod 0644 'pam.d/su-l' maybe chmod 0644 'pam.d/sudo' maybe chmod 0644 'pam.d/systemd-user' +maybe chmod 0644 'pam.d/tigervnc' maybe chmod 0664 'papersize' maybe chmod 0755 'parallel' maybe chmod 0644 'passwd' @@ -3131,6 +3133,9 @@ maybe chmod 0644 'thermald/thermal-conf.xml' maybe chmod 0644 'thermald/thermal-cpu-cdev-order.xml' maybe chmod 0755 'thunderbird' maybe chmod 0644 'thunderbird/syspref.js' +maybe chmod 0755 'tigervnc' +maybe chmod 0644 'tigervnc/ecparams.pem' +maybe chmod 0644 'tigervnc/ssleay.cnf' maybe chmod 0644 'timezone' maybe chmod 0755 'timidity' maybe chmod 0644 'timidity/freepats.cfg' @@ -3196,6 +3201,7 @@ maybe chmod 0755 'vim' maybe chmod 0644 'vim/gvimrc' maybe chmod 0644 'vim/vimrc' maybe chmod 0644 'vim/vimrc.tiny' +maybe chmod 0644 'vnc.conf' maybe chmod 0755 'vulkan' maybe chmod 0755 'vulkan/explicit_layer.d' maybe chmod 0755 'vulkan/icd.d' diff --git a/X11/Xvnc-session b/X11/Xvnc-session new file mode 100755 index 0000000..8097bf7 --- /dev/null +++ b/X11/Xvnc-session @@ -0,0 +1,10 @@ +#! /bin/sh + +test x"$SHELL" = x"" && SHELL=/bin/bash +test x"$1" = x"" && set -- default + +vncconfig -iconic & +"$SHELL" -l <