this post was submitted on 14 Jul 2024
285 points (94.7% liked)

Linux

46777 readers
2635 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
 

Shameless plug: I am the author.

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

100% agree and I also despise devs who do this on windows, instead of using %appdata% they’re using c:\users\username\.myappisimportantandtotallydeservesthisdir

[–] [email protected] 10 points 1 month ago

I have to use a separate Documents folder for my actual documents lol

[–] [email protected] 3 points 1 month ago

Not to mention - this isn't necessarily the correct place for Windows anyway. That is exactly why they standardized stuff around Vista.

Plus - what about apps that store an ungodly amount data in there? Personally, I only keep the OS and basic app data (such as configs and cache) on the partition and nothing else.

Then something like Minecraft comes along and it's like "humpty dumpty I'm crapping a lumpty" and stores all its data in ".minecraft" right there in your user directory.

Then you gotta symlink stuff around and it becomes a mess...

[–] [email protected] 3 points 1 month ago

I think that also causes issues for roaming profiles and folder redirection. If roaming is turned on then everything in the %appdata%\roaming folder is synced to a server. %AppData%\Local is not. So if your app is using %AppData%\Roaming for temporary data then you are causing a whole bunch on unnecessary IO. Same for using Documents since that if often synced.

[–] [email protected] 1 points 1 month ago (1 children)

To be fair here, appdata is technically a hidden folder and there are lots of reasons an app would want it's data accessable by the user.

[–] [email protected] 8 points 1 month ago

Yes but then just spam the documents folder like anyone else, don’t hoard the home root for no reason except that is a lazy cross platform port