Hello community, here is the log from the commit of package tigervnc for openSUSE:Factory checked in at 2020-09-18 14:33:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tigervnc (Old) and /work/SRC/openSUSE:Factory/.tigervnc.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tigervnc" Fri Sep 18 14:33:10 2020 rev:69 rq:835044 version:1.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes 2020-08-27 14:41:59.181232410 +0200 +++ /work/SRC/openSUSE:Factory/.tigervnc.new.4249/tigervnc.changes 2020-09-18 14:36:26.675736964 +0200 @@ -1,0 +2,5 @@ +Wed Sep 16 10:01:17 UTC 2020 - Stefan Dirsch <[email protected]> + +- vnserver: fix startup of Plasma desktop (boo#1176571) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ u_tigervnc_update_default_vncxstartup.patch ++++++ --- /var/tmp/diff_new_pack.qztTwn/_old 2020-09-18 14:36:28.187738313 +0200 +++ /var/tmp/diff_new_pack.qztTwn/_new 2020-09-18 14:36:28.187738313 +0200 @@ -33,12 +33,12 @@ - " exec /etc/X11/xinit/xinitrc\n". + "\n". + "if [ -x \"\$client\" ]; then\n". -+ " exec \"\$client\"\n". ++ " exec dbus-launch --exit-with-x11 \"\$client\"\n". "fi\n". - "if [ -f /etc/X11/xinit/xinitrc ]; then\n". - " exec sh /etc/X11/xinit/xinitrc\n". + "if [ -f \"\$client\" ]; then\n". -+ " exec sh \"\$client\"\n". ++ " exec dbus-launch --exit-with-x11 sh \"\$client\"\n". "fi\n". + "\n". "[ -r \$HOME/.Xresources ] && xrdb \$HOME/.Xresources\n".
