@heridahamster Well, I can't get a systemd unit file going, you can give that a shot yourself but in

@heridahamster Well, I can't get a systemd unit file going, you can give that a shot yourself but in the meantime, create the file ~/.local/bin/waydroid-python-hotfix with the following content:
rpm-ostree usroverlay

wget https://raw.githubusercontent.com/waydroid/waydroid/main/tools/helpers/net.py -O /usr/lib/waydroid/tools/helpers/net.py

Then make it executable with chmod +x ~/.local/bin/waydroid-python-hotfix and then you can quickly run it in terminal when you start up with sudo waydroid-python-hotfix

See if you can create a systemd unit file to automate it somehow by changing the ExecStart to point to the script in ~/.local/bin/waydroid-python-hotfix
Was this page helpful?