tmoe icon indicating copy to clipboard operation
tmoe copied to clipboard

novnc启动错误

Open WangYanbo51 opened this issue 2 years ago • 1 comments

Are you rooted?

No

Desktop environment

None

Container type

proot

Configuration

container value
os Debian bookworm
arch arm64

host value
os android 7
arch arm64
terminal Utermux
tmoe latest

Describe the bug

使用tmoe运行novnc时,出现未找到文件而无法运行novnc现象。 经比较,novnc官方在发布1.3版本时,取消使用1.2版本launch.sh的启动文件,而改用为novnc_proxy文件。运行参数大致相同。 根据错误信息,tmoe在启动novnc时似乎仍采用1.2版本的启动方法,这将导致novnc启动失败。

Screenshots

IMG_20230125_164246 Screenshot_20230125-164426 a897d73b-b09d-45ce-ac2d-fe0899a027c5 17c51e34-25b3-4451-8225-a182727f5a56 9e4c70aa-f569-4692-924d-13caee078d08

How to reproduce

1.安装Utermux,并且下载tmoe 2.安装Debian容器,并选择安装novnc 3.启动novnc,复现完成

Expected behavior

正常启动novnc

Error Logs

IMG_20230125_164246

Additional context

出现此问题后,通过

  1. 输入startvnc命令,开启vnc
  2. 输入/usr/local/etc/tmoe-linux/novnc/utils/novnc_proxy --vnc localhost:5901 --listen localhost:36080

可以正常开启novnc Screenshot_2023-01-25-17-24-52

WangYanbo51 avatar Jan 25 '23 09:01 WangYanbo51

cd /usr/share/novnc/utils/
ln -svf launch.sh novnc_proxy

2moe avatar Jan 25 '23 10:01 2moe