B
BlueBuild•5w ago
Bruno

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
amel
amel•5w ago
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 reinit
Bruno
BrunoOP•5w ago
my image is based on ublue-os/sway-atomic-main . I will try deleting the file with a script and see what happens!
amel
amel•5w ago
hope it works!
Bruno
BrunoOP•5w ago
It worked 🎉 thanks!!

Did you find this page helpful?