Skip to content

Commit

Permalink
tigervnc: Rebuild to remove ConsoleKit dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald authored and pmenzel committed Oct 14, 2019
1 parent a3cd813 commit 90315d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tigervnc.be0
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 90315d3

Please sign in to comment.