Skip to content

Maybe distrobox is a better solution? #3

Description

@fyksen

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions