can't override /usr/lib/waydroid/data/scripts/waydroid-net.sh
I'm trying to change the
LXC_USE_NFT
variable to "false"
since that seems to solve the network issue i'm having (cannot turn on wifi on waydroid). I have a file on my recipe to override the default waydroid-net.sh
but when I reboot it still has LXC_USE_NFT="true"
GitHub
[BUG] Ethernet does not operate if `/usr/lib/waydroid/data/scripts/...
Describe the bug As issues/1349#issuecomment-2485674135 explains, LXC_USE_NFT="true" must be replaced with LXC_USE_NFT="false" for Ethernet LAN to operate under versions :40 to ...
4 Replies
it could be that /var/lib/waydroid still has the old files
does it help if you ran
bash -c 'sudo rm -rf /var/lib/waydroid /home/.waydroid ~/waydroid ~/.share/waydroid ~/.local/share/applications/*aydroid* ~/.local/share/waydroid'
and reinit waydroid? if you're on bazzite you can run ujust setup-waydroid
and select the reset command then reinitmy image is based on
ublue-os/sway-atomic-main
. I will try deleting the file with a script and see what happens!hope it works!
It worked 🎉
thanks!!