Distrobox doesn't break on updates. Maybe this is a better solution?
exports to make it possible to run GUI apps from distrobox
cat <> ~/.distrobox.rc
xhost +si:localuser:$USER
export PIPEWIRE_RUNTIME_DIR=/dev/null
export PATH=$PATH:$HOME/.local/bin
EOF
Create distrobox Arch container
distrobox create arch --image quay.io/toolbx/arch-toolbox:latest -Y
distrobox enter arch
Install yay
sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si --noconfirm
yay -Y --gendb
Install VMware-view dependencies, and vm-ware view from AUR using yay
sudo pacman -S libpulse libxkbfile --noconfirm
yay -S vmware-horizon-client --noconfirm
Create desktop shortcut for VMware-view
distrobox-export --app vmware-view
Exit out of distrobox
exit
https://fyksen.me/vmware-view-on-steamdeck/
Distrobox doesn't break on updates. Maybe this is a better solution?
exports to make it possible to run GUI apps from distrobox
cat <> ~/.distrobox.rc
xhost +si:localuser:$USER
export PIPEWIRE_RUNTIME_DIR=/dev/null
export PATH=$PATH:$HOME/.local/bin
EOF
Create distrobox Arch container
distrobox create arch --image quay.io/toolbx/arch-toolbox:latest -Y
distrobox enter arch
Install yay
sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si --noconfirm
yay -Y --gendb
Install VMware-view dependencies, and vm-ware view from AUR using yay
sudo pacman -S libpulse libxkbfile --noconfirm
yay -S vmware-horizon-client --noconfirm
Create desktop shortcut for VMware-view
distrobox-export --app vmware-view
Exit out of distrobox
exit
https://fyksen.me/vmware-view-on-steamdeck/