this post was submitted on 30 Mar 2025
149 points (96.9% liked)

Linux

53305 readers
1251 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

The diversity of Linux distributions is one of its strengths, but it can also be challenging for app and game development. Where do we need more standards? For example, package management, graphics APIs, or other aspects of the ecosystem? Would such increased standards encourage broader adoption of the Linux ecosystem by developers?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

it's pretty bad. steam for example has both
~/.steam and
~/.local/share/Steam
for some reason. I'm just happy I moved to an impermanent setup for my PC, so I don't need to worry something I temporarily install is going to clutter my home directory with garbage

[–] [email protected] 4 points 2 weeks ago (1 children)

that .steam is a bunch of symlinks to the .local one.. which makes it even worse. they have also .steampid and .steampath.

and even worse a bunch of games are starting to add them there too.

[–] [email protected] 2 points 2 weeks ago (1 children)

Factorio puts game saves in ~/.factorio for some reason...

[–] [email protected] 3 points 2 weeks ago

damn, of all the people you'd think those guys would actually have used the .local or .config =[

I have 73 dot files in my home directory lmao