-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Desktop environments #2
Comments
I need xfce4 |
Also I have not found anything about DEs in forks of this repo. |
I am using the official default configuration of armbian. What is needed to build a personalized armbian is to add. |
Seems like I need to add BUILD_DESKTOP=yes, right? |
https://docs.armbian.com/Developer-Guide_Build-Preparation/ The armbian official website has very detailed personalized customization tutorials, and you can customize the build according to your needs. |
XFCE works fine, added it from apt repo |
try this with docker:
noVnc http://192.168.0.x:10081 pw:headless |
@huapox 这是你开发的docker应用吗?在armbian的jammy和bullseye里都可以使用吧? |
@huapox 那我把你的这个加到armbian-software里吧,你的有网站主页吗?我在介绍里链接过去。 https://github.com/infrastlabs/docker-headless |
@ophub 好呀~ 感谢, 没有网站 就github吧。 # supvervisor版: core, latest, sogou (--privileged: 如rdp远程挂盘)
docker run -d -p 10081:10081 -p 10089:10089 --shm-size 1g \
infrastlabs/docker-headless:latest
# systemd启动: gnome, plas (当前gnome只能在systemd下跑)
docker run -d -p 10081:10081 -p 10089:10089 --shm-size 1g \
--tmpfs /run --tmpfs /run/lock --tmpfs /tmp \
--cap-add SYS_BOOT --cap-add SYS_ADMIN \
-v /sys/fs/cgroup:/sys/fs/cgroup \
infrastlabs/docker-headless:gnome 注:sogou arm64版暂未支持, 命令繁琐 主页(dockerhub/github)有docker-compose.yml模板 |
我添加到软件中心了,这是挺有创意的项目。 |
Hi, I wanted to install armbian on my s905x3 tv box, but NetworkManager does not have wifi plugin. The only way to set up wifi is DE. How to build armbian for s905x3 with DE from this repo?
The text was updated successfully, but these errors were encountered: