#Other Versions for Linux Users

21 messages · Page 1 of 1 (latest)

upbeat pewter
#

Maybe you could make a .deb, .jar, etc. files for linux users because .appimage isn't the best for some linux users.

vast gazelle
#

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

lean heart
#

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
fringe willow
#

except the ones which maintain server software

fringe willow
#

the thing is all the flatpaks and aur things are unnoficial

#

and not maintained by moonsworth

vast gazelle
vast gazelle
fringe willow
#

firefox wont count since it is open source

#

and mostly the community makes the linux versions

#

💀

mellow slate
#

yes please

ruby gulch
vast gazelle
#

Bad system integration, and it requires a version of fuse which isn't there on certain distros

vast gazelle