From 1a5ad59cb2c2c48b5eaecc4f48be4814d9292c1e Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 14 Oct 2019 17:26:22 +0200 Subject: [PATCH] tigervnc: Rebuild to remove console kit dependency The patch /src/mariux/patches/tigervnc-vncserver-Change-default-xstartup-to-xfce4-session.patch contains the default xtartup code used by /usr/bin/vncserver to initalize the users ~/.vnc/xtstartup. The used command is `ck-launch-session startxfce4` which requires console git, which we recently removed. Use a new patch /src/mariux/patches/tigervnc-vncserver-Change-default-xstartup-to-xfce4-session-v2.patch instead, which uses the command 'startxfce4' and thus doesn't depend on the availability of console kit. --- tigervnc.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tigervnc.be0 b/tigervnc.be0 index eccf17b23..f9180bb97 100755 --- a/tigervnc.be0 +++ b/tigervnc.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION tigervnc-1.9.0-0 +# BEE_VERSION tigervnc-1.9.0-1 XORG_SERVER_VERSION=1.20.2 XORG_SERVER_NNN=120 @@ -19,7 +19,7 @@ SRCURL[1]="https://ftp.x.org/pub/individual/xserver/xorg-server-$XORG_SERVER_VER ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=(/src/mariux/patches/tigervnc-vncserver-Change-default-xstartup-to-xfce4-session.patch) +PATCHURL+=(/src/mariux/patches/tigervnc-vncserver-Change-default-xstartup-to-xfce4-session-v2.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not