#Other Versions for Linux Users
21 messages · Page 1 of 1 (latest)
There's a flatpak too, and an aur package
I think it would be cool to have native packages but realistically they really don't care about Linux at all
Just make a .desktop file to launch the appimage
I made mine launch a basic script to find the updated appimage every time (when it autoupdates it replaces the old appimage)
file=$(find ~/Documents/misc/ -name 'Lunar Client-*.AppImage')
if [ -f "$file" ]; then
echo "Lunar Client found"
echo "Launching Lunar Client"
"$file"
else
echo "Lunar Client not found"
exit 1
fi
Not a single company does 
except the ones which maintain server software
Sanboxing 
the thing is all the flatpaks and aur things are unnoficial
and not maintained by moonsworth
yeah, but they work and they're better options than moonsworth gives us so
mozilla with firefox? idk thats all i can think of
ehhh
firefox wont count since it is open source
and mostly the community makes the linux versions
💀
yes please
how ain't .appimage a good choice?
Bad system integration, and it requires a version of fuse which isn't there on certain distros
Wait wait wait steam has super good Linux support