神末shenmo
2024-12-29 21:51 deepin
Spark-App
186******17:
不行输入startdde之后只有桌面和右键菜单,其余的全无
如果要用termux x11不如直接小小电脑了
Reply Like 0 View the author
不行输入startdde之后只有桌面和右键菜单,其余的全无
如果要用termux x11不如直接小小电脑了
下载deb并在proot-distro内安装
https://mirrors.sdu.edu.cn/spark-store/GXDE-OS/gxde-os/bixie/g/gxde-source/
楼主,请教下,这一步具体是怎么操作的,下面有两个deb,下载到哪儿啊,proot下怎么安装?
下载deb并在proot-distro内安装
https://mirrors.sdu.edu.cn/spark-store/GXDE-OS/gxde-os/bixie/g/gxde-source/
楼主,请教下,这一步具体是怎么操作的,下面有两个deb,下载到哪儿啊,proot下怎么安装?
下载版本号更新的就好
在proot里wget下来并用apt安装
Popular Ranking
ChangePopular Events
More
中文版本在上方
You need to scroll down to see English Tutorial
下载deb并在proot-distro内安装
https://mirrors.sdu.edu.cn/spark-store/GXDE-OS/gxde-os/bixie/g/gxde-source/
安装之后
dbus-daemon --system
效果:
FAQ
星火应用商店首页白屏
在 /etc/profile 添加 export QTWEBENGINE_DISABLE_SANDBOX=1 ,退出termux后重新启动即可
dbus-daemon --system启动时提示 /run/dbus/下有一个pid文件而拒绝启动
删除该文件即可
切换中英文无效
使用普通用户执行 sudo dpkg-reconfigure locales 并选择 zh_CN.UTF8 为默认语言环境即可
ACE/玲珑无法安装和运行
确实无法安装,proot容器不支持bwrap容器/玲珑容器。 ACE Bookworm本身就是Debian 12容器,与GXDE OS 15 的基线相同,您无需安装ACE兼容环境。
Install Termux
Install proot-distro inside Termux
Install Debian using proot-distro:
proot-distro install debian
Log in to the Debian environment:
proot-distro login debian
Download the .deb file and install it inside the proot-distro environment. Download link: https://repo.gxde.top/gxde-os/bixie/g/gxde-source/
After installation, run the following commands:
Install TigerVNC standalone server:
sudo apt install tigervnc-standalone-server -y
Start the dbus-daemon (use the root user inside proot, no need for phone root):
dbus-daemon --system
Create a new regular user using
adduser
and add it to the sudoers list.Switch to the new user:
sudo su username
Export the dbus-launch environment variables:
export $(dbus-launch)
Start TigerVNC server:
tigervncserver -localhost=no
Now, you can connect using a VNC client. Port is 5901 . Use AVNC can connect to localhost too.
Screenshot:
FAQ:
Add
export QTWEBENGINE_DISABLE_SANDBOX=1
to/etc/profile
, then restart Termux.dbus-daemon --system
fails to start due to a pid file in /run/dbus/Delete the pid file.
ACE/Linglong cannot be installed because proot containers do not support bwrap containers/Linglong containers. ACE Bookworm is essentially a Debian 12 container, which is the same baseline as GXDE OS 15, so you don't need to install the ACE compatibility environment.