setting XFCE4 in qemu VM on Alpine Linux 3.12-stable
2020-11-20
- adduser username
- adduser username video
- adduser username input
vi /etc/apk/repositories
and uncomment (remove '#' at beggining of line) line about community to look:
http://dl-cdn.alpinelinux.org/alpine/v3.12/community
- apk update
- setup-xorg-base
- apk add slim mesa-dri-gallium xfce4 xfce4-terminal
- echo 'startxfce4' > /home/username/.xinitrc
- /etc/init.d/slim start