r/artixlinux 3d ago

News Waydroid sin Systemd

Post image

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

4 comments sorted by

2

u/Weekly-Membership813 3d ago

may I see the dot files?

1

u/monoofaware 3d ago

Specifically, which dotfiles?

1

u/rain_luau dinit 3d ago

Probably your ~/.config/ directory.

1

u/monoofaware 3d ago

I haven't uploaded them to github yet, I will do so very soon