You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Are you rooted?
No
Desktop environment
🐭 xfce
Container type
proot
Configuration
Describe the bug
容器挂载/tmp目录后使用容器vnc的快捷启动命令,只会跳转到vnc软件,而容器启动后不会自动执行startvnc
Screenshots
No response
How to reproduce
Expected behavior
跳转到vnc界面,termux内容器启动后自动执行startvnc
Error Logs
Starting: Intent { cmp=com.realvnc.viewer.android/.app.ConnectionChooserActivity }
#!/usr/bin/env bash
startvnc
~
❯
Additional context
上面最后两行是我zsh的prompt。
我是在尝试配置termux-x11的时候遇到这个问题的,结果发现挂载/tmp目录后tmoe的vnc快捷启动用不了了。
我自己写了个脚本每次启动容器时把startvnc复制到容器内部的/etc/profile.d/permanent目录下,解决了容器启动后不会自动执行startvnc的问题,但是它每次启动会执行两次startvnc。
挂载/tmp目录后放在permanent目录下的脚本好像一定会执行两次的样子。
暂时还没有试过编辑entrypoint会是什么效果。
The text was updated successfully, but these errors were encountered: