04-15-2022, 06:42 PM
(04-15-2022, 05:13 AM)scott_VYuCAbn3k1NFK Wrote: Thanks for that.
I executed this in the zig-out/bin directory and it fixed all the menus.
`find -name "*.sh" -exec sed -E -i "s\$\#\!/usr/bin/env sh\$\#\!/usr/bin/env bash\$g" {} \;`
I've also installed it on my desktop now, and I have the same issue with no window displaying under wayland, but the x11 driver SDL driver works fine.
(04-15-2022, 05:27 AM)fdlamotte Wrote: I think that I had the same issue on my desktop with git master branch, last week it stopped working after pulling last version and it worked when reverting to 4.1
I've just tested with SDL_VIDEODRIVER=x11 and it now works with git master. Don't know which is best, master with x11 or 4.1 with wayland
On my phone I just use the version packaged for pmos
In regards to the issue with `echo -e` not working under dash shell; thanks for flagging this. I've updated scripts to use printf which is more portable. Also I'm now shellchecking all bundled scripts which should help with cross-platform issues for the next release and releases going forward. (Indeed using bash instead of sh would be a workaround in the meantime)
About the wayland SDL video driver not working under mobian, that's not good to hear. I've largely tested under Alpine/pmOS and have also had reports in NixOS and Arch of wayland video driver in mepo working a-ok there. So I'd be curious if you could provide any more detailed information about wayland driver not working. If you could post a log of running `mepo -e` that would be useful for debugging.