Skip to content
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

Closed
marohinmark opened this issue Sep 30, 2021 · 13 comments
Closed

Desktop environments #2

marohinmark opened this issue Sep 30, 2021 · 13 comments

Comments

@marohinmark
Copy link

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?

@marohinmark
Copy link
Author

I need xfce4

@marohinmark
Copy link
Author

marohinmark commented Sep 30, 2021

Also I have not found anything about DEs in forks of this repo.

@ophub
Copy link
Owner

ophub commented Sep 30, 2021

sudo ./compile.sh BOARD="${{ env.ARMBIAN_BOARD }}" HOST="${{ env.ARMBIAN_HOST }}" BRANCH=current RELEASE=buster \

I am using the official default configuration of armbian. What is needed to build a personalized armbian is to add.

@marohinmark
Copy link
Author

Seems like I need to add BUILD_DESKTOP=yes, right?

@ophub
Copy link
Owner

ophub commented Oct 1, 2021

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.

@ophub ophub closed this as completed Oct 2, 2021
@pulpoff
Copy link

pulpoff commented Nov 13, 2021

XFCE works fine, added it from apt repo

@huapox
Copy link

huapox commented Oct 10, 2022

try this with docker: xfce4.14@ubuntu2004, with rdp,noVNC supported

docker run -it --rm --shm-size 1g --net=host infrastlabs/docker-headless

noVnc http://192.168.0.x:10081 pw:headless

@ophub
Copy link
Owner

ophub commented Oct 10, 2022

@huapox 这是你开发的docker应用吗?在armbian的jammy和bullseye里都可以使用吧?

@huapox
Copy link

huapox commented Oct 10, 2022

可以的,自己在hk1box下 已试了bullseye, jammy正打算装

  • 可按不同tag灵活选择
    1)当前支持arm64, x86: fluxbox, xfce-ibus-rime版, xfce-fcitx-sogou版,gnome, plasma五种
    2)只支持x86:linuxmint系列暂只有x86(cinnamon,mate,xfce4.16) ,它官方没找到arm源

图片

@ophub
Copy link
Owner

ophub commented Oct 10, 2022

docker  run -it --rm -p 10081:10081 -p 10089:10089 \
  --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:latest

@huapox 那我把你的这个加到armbian-software里吧,你的有网站主页吗?我在介绍里链接过去。

https://github.com/infrastlabs/docker-headless
这是对应的github仓库吗?

@huapox
Copy link

huapox commented Oct 10, 2022

@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模板

@ophub
Copy link
Owner

ophub commented Oct 10, 2022

Snip20221010_1

网络浏览器默认不能使用?网页版和RDP都不能使用浏览器。其他功能点了一些都能正常打开。

@ophub
Copy link
Owner

ophub commented Oct 10, 2022

d8967b6

我添加到软件中心了,这是挺有创意的项目。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants