[Pkg-tigervnc-devel] Bug present in stable, testing and unstable, but fixed in upstream 1.12 - shall I still report it?
Joachim Falk
joachim.falk at gmx.de
Tue Jan 25 23:07:23 GMT 2022
Hi,
Am 20.01.22 um 14:05 schrieb code0815:
> Dear Maintainers,
>
> I'm using debian bullseye and facing a bug, that is present inside the
> tigervnc-standalone-server packages 1.11.0+dfsg-2, 1.11.0+dfsg-3. The
> bug does affect the Gnome environment, so that a gnome-session is not
> started properly, when started through tigervncserver at .service. So the
> bug makes tigervnc-standalone-server unuseable, if a user does want to
> use a Gnome-Session inside TigerVNC.
>
> This bug does not come up anymore, if I do install tigervnc-1.12 from
> the TigerVNC developers source packages. The bug does affect Ubuntu
> 21.10, too. It seems to me, that all 1.11 versions - not debian based
> only - are affected.
>
> So do I still need to report the bug to you?
yes please add a bug report for the tigervnc-standalone-server package
in bullseye. I am in the process of preparing a point release. Every patch
should be accompanied by a corresponding bug report. So, please create one.
I think, I also found the problem. Can you copy the attached Xtigervnc-session
to the users ~/.vnc directory and check if it works then. If yes, a missing
definition of XDG_RUNTIME_DIR is the cause.
Best,
Joachim
-------------- next part --------------
#! /bin/sh
test x"$SHELL" = x"" && SHELL=/bin/bash
test x"$1" = x"" && set -- default
if test -z "$XDG_RUNTIME_DIR"; then
XDG_RUNTIME_DIR=/run/user/`id -u`
export XDG_RUNTIME_DIR
fi
if test -r /etc/default/keyboard &&
test -x /usr/bin/setxkbmap; then
. /etc/default/keyboard
/usr/bin/setxkbmap \
-model "${XKBMODEL}" \
-layout "${XKBLAYOUT}" \
-variant "${XKBVARIANT}" \
"${XKBOPTIONS}"
fi
tigervncconfig -iconic &
"$SHELL" -l <<EOF
exec /etc/X11/Xsession "$@"
EOF
tigervncserver -kill $DISPLAY
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-tigervnc-devel/attachments/20220126/93f0b53a/attachment.sig>
More information about the Pkg-tigervnc-devel
mailing list