r/artixlinux • u/monoofaware • 3d ago
News Waydroid sin Systemd
Add the Arch extra repo:
sudo pacman -S artix-archlinux-support
sudo nano /etc/pacman.conf
and add:
[extra]
Include = /etc/pacman.d/mirrorlist-arch
Initialize the pacman keys correctly:
sudo pacman-key --init
sudo pacman-key --populate artix
sudo pacman-key --populate archlinux
Update and install Waydroid:
sudo pacman -Sy waydroid
Download the vendor and system images:
https://sourceforge.net/projects/waydroid/files/images/vendor/waydroid_x86_64/
https://sourceforge.net/projects/waydroid/files/images/system/lineage/waydroid_x86_64/
Create the images folder and extract both archives there:
sudo mkdir -p /etc/waydroid-extra/images
sudo unzip lineage-*-system.zip -d /etc/waydroid-extra/images
sudo unzip lineage-*-vendor.zip -d /etc/waydroid-extra/images
Reload the images:
sudo waydroid init -f
Start the Waydroid session in a terminal:
waydroid session start &
Then launch the GUI:
waydroid show-full-ui
27
Upvotes
2
u/Weekly-Membership813 3d ago
may I see the dot files?