binhex / arch-pycharm

Docker build script for Arch Linux base with PyCharm
GNU General Public License v3.0
15 stars 17 forks source link

VNC passwd file location is incorrect #7

Closed volcanihpc closed 2 months ago

volcanihpc commented 2 months ago

Hello,

The /usr/local/bin/start.sh script is setting the VNC password file location in: ~/.vnc/passwd

However, vncpasswd is saving the password file in: ~/.config/tigervnc/passwd

Thus making it impossible to login, and receiving this error:

Authentication failure: No password configured for VNC Auth

binhex commented 2 months ago

Thanks for the issue, and yep you are right, looks like the path has changed this did work!. This image is built from an intermediate image so i have committed the change there and will be subsequent images shortly, including this one.

For ref:- https://github.com/binhex/arch-int-gui/commit/94a7b4d19647531a0834a240f03a8998be4f1086