this post was submitted on 06 Oct 2023
940 points (91.4% liked)
Technology
59030 readers
3030 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
We would need large companies and developers to start making their applications for linux and right now thats very hard because linux has 2500 different package managers and no one wants to maintain version of their apps for even the top 5 linux packaging methods, so unless that changes they will continue to make windows/mac only apps
Companies have got around this by only officially supporting one distro, like Steam with SteamOS (I think they also support Ubuntu). Steam also do static linking of the common libraries inside of ~/.local/share/Steam so that developers can be guaranteed to have something like zlib installed.
I think there is also an argument that linux distributions are converging due to systemd being ubiquitious. Although I personally don't enjoy using it and have substituted openrc on my Linux desktop, I can accept that developers can't reasonably support it and I would need to find a workaround to use their software.
we should have them support flatpak it seem to work on every distro i tried
The rise of Flatpaks will alleviate this issue, I think. Build a Flatpak for your app and you're good to go.