Kri*_*lex 7 vnc remote-desktop lock-screen login 18.04
我已经成功设置了 TigerVNC 服务器。我已经能够使用查看器桌面客户端或 Apache Guacamole 成功远程登录 VNC 会话。
现在已经是第二天了,主机的屏幕已被锁定。当我启动 VNC 会话时,我看到锁定的屏幕。当我滑动鼠标或按“空格”时,登录屏幕卡在“身份验证错误”上,除了重新启动或按“ESC”之外,您无法执行任何操作。您无法在登录字段中输入内容。这就像 VNC 会话每秒尝试登录多次。
在journalctl中,我可以看到:
JS ERROR: Failed to open reauthentification channel: Gio.DBusError:org.freedesktop.DBUS.Error.AccessDenied: No session available
_reauthentificationChannelOpened@resource:///org/gnome/shell/gdm/util.js:352:34
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
Run Code Online (Sandbox Code Playgroud)
小智 6
我刚刚在使用 TigerVNC 全新安装 Ubuntu 20.04 时遇到了这个错误。这似乎是一个旧错误:https://bugzilla.redhat.com/show_bug.cgi ?id=960149
解决方法是通过 SSH 登录计算机并解锁会话:loginctl unlock-session。我很想看到一个真正的解决方案。