我一直在努力让任何vnc装置为我工作。该问题已张贴在别处。但现在有一个特别的问题..。
我已经安装并删除了tigervnc,但是现在tightvncserver抱怨它不能启动.如何创建新的xvnc会话?
myxvncserver内部:1.
13/05/20 10:46:40 Xvnc version TightVNC-1.3.10
13/05/20 10:46:40 Copyright (C) 2000-2009 TightVNC Group
13/05/20 10:46:40 Copyright (C) 1999 AT&T Laboratories Cambridge
13/05/20 10:46:40 All Rights Reserved.
13/05/20 10:46:40 See http://www.tightvnc.com/ for information on TightVNC
13/05/20 10:46:40 Desktop name 'X' (2600k:1)
13/05/20 10:46:40 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
13/05/20 10:46:40 Listening for VNC connections on TCP port 5901
Font directory '/usr/share/fonts/X11/75dpi/' not found - ignoring
Font directory '/usr/share/fonts/X11/100dpi/' not found - ignoring
/etc/X11/Xvnc-session: 6: vncconfig: not found
Killing Xtightvnc process ID 17651
~
~
~ 我搜索了其他地方,有人说“哦,只需要一个新的xvnc-会话”,因为tigervnc显然删除了它(谢谢tigervnc)
我如何解决这个问题,这样我就可以通过我的mac连接到ubuntu20.04?
发布于 2020-05-20 18:49:36
试试sudo apt purge tigervnc-standalone-server
我认为正在发生的事情是,您卸载了tigervnc-独立服务器包,但没有清除它,从而留下了它的配置,如/etc/x11/Xvnc会话和其他已安装和活动的配置。
https://askubuntu.com/questions/1238956
复制相似问题