我按照https://linuxconfig.org/how-to-install-gnome-shell-extensions-on-ubuntu-22-04-jammy-jellyfish-linux-desktop上的说明 安装 GNOME Shell 扩展,但我仍然得到错误:
尽管 GNOME Shell 集成扩展正在运行,但未检测到本机主机连接器。有关安装连接器的说明,请参阅文档。
在 Ubuntu 18.04 上,我运行了sudo apt-get install tightvncserver
. 然后我运行vncserver
它给出
New 'X' desktop is user:1
Starting applications specified in /etc/X11/Xvnc-session
Log file is /home/user/.vnc/user:1.log
Run Code Online (Sandbox Code Playgroud)
作为输出。当我跑步时,more /home/user/.vnc/user:1.log
我得到
23/10/18 00:27:27 Xvnc version TightVNC-1.3.10
23/10/18 00:27:27 Copyright (C) 2000-2009 TightVNC Group
23/10/18 00:27:27 Copyright (C) 1999 AT&T Laboratories Cambridge
23/10/18 00:27:27 All Rights Reserved.
23/10/18 00:27:27 See http://www.tightvnc.com/ for information on TightVNC
23/10/18 00:27:27 Desktop name 'X' (user:1)
23/10/18 00:27:27 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
23/10/18 …
Run Code Online (Sandbox Code Playgroud) 我刚刚安装了 Ubuntu 22.04,注意到 Firefox 不允许我将文件下载到桌面。
我该如何解决?
我刚刚在桌面计算机上安装了 Ubuntu 22.04,现在手机上的 Android 应用程序 AndFTP 出现错误
There was a problem while connecting to 192.168.178.52:22 java.IOException
Key exchange was not finished, connection is closed.
当我尝试使用带有密钥对的 SSH 登录时,甚至在输入密钥对的密码之前。
当我ssh user@192.168.178.52
在桌面上尝试时,它工作得很好。
我究竟做错了什么?