From 90315d355d0437cca0b73e0c0e96edf46599d88a 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 ConsoleKit dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The patch `/src/mariux/patches/tigervnc-vncserver-Change-default-xstartup-to-xfce4-session.patch` contains the default xstartup code used by `/usr/bin/vncserver` to initialize the users `~/.vnc/xtstartup`. The used command is `ck-launch-session startxfce4` which requires ConsoleKit, 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 ConsoleKit. Increment the revision to 1. --- 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