Activity log for bug #1841325

Date Who What changed Old value New value Message
2019-08-24 20:12:18 Dark Dragon bug added bug
2019-08-24 20:27:47 Dark Dragon description When I install tigervnc from source ("wget -qO- https://dl.bintray.com/tigervnc/stable/tigervnc-1.9.0.x86_64.tar.gz | tar xz --strip 1 -C /") and start it ("vncserver :1 -depth 24 -geometry 1280x1024"), everything works fine ("vncserver -list" shows process). When I install via apt ("apt-get install -y tigervnc-common tigervnc-scraping-server tigervnc-standalone-server tigervnc-viewer tigervnc-xorg-extension xterm"), and start using the same command as above, it first complains about missing ".Xauthority" and then fails ("vncserver: Failed command '/etc/X11/Xvnc-session': 256!") -> ("vncserver -list" is empty). When I replace the config ("/etc/vnc.conf") with the default config from source and use default xstartup also from source, it works. The supplied configuration and startup installed via apt is quite complex. Does anyone have an idea where the problem might be? When I install tigervnc from source ("wget -qO- https://dl.bintray.com/tigervnc/stable/tigervnc-1.9.0.x86_64.tar.gz | tar xz --strip 1 -C /") and start it ("vncserver :1 -depth 24 -geometry 1280x1024"), everything works fine ("vncserver -list" shows process). When I install via apt ("apt-get install -y tigervnc-common tigervnc-scraping-server tigervnc-standalone-server tigervnc-viewer tigervnc-xorg-extension xterm"), and start using the same command as above, it first complains about missing ".Xauthority" and then fails ("vncserver: Failed command '/etc/X11/Xvnc-session': 256!") -> ("vncserver -list" is empty). When I replace the config ("/etc/vnc.conf") with the default config from source and use default xstartup also from source, it works. The supplied configuration and startup installed via apt is quite complex. Does anyone have an idea where the problem might be? NOTE: I installed "xfce4" package via apt to test the setup.