Earlier quoted context omitted.
Games do that by design so that they can be cleanly uninstalled without removing saved games and preferences. Also you should be able to backup your documents folder and not your programs folder and be safe. A good uninstaller should ask if you want to save them and remove them if you don’t. I am not saying it is the best way. But I don’t think it is malicious or lazy.
There is literally a folder in every Windows profile (Vista onwards) called "Saved Games", it should all go there.
Dotfile madness
121–130 of 534 posts
Re: Dotfile madness
#122Earlier quoted context omitted.
Esoteric setups aside, I'd be interested to hear about problems that people actually have encountered with this convention.
My partner has to manage having a 500MB quota on their home directory at work. A couple of times a month something decides to dump 300+ MB of data in there and break everything.
Re: Dotfile madness
#123Earlier quoted context omitted.
Even better; it means that your preferences will be literally portable.
Yep, until your program crashes because you weren't expecting a 10b file to run out of disk space.
Re: Dotfile madness
#124This isn't just a Linux problem. In Windows, the users /documents folder is polluted in exactly the same way these days.
Also on macOS, where [~]/Library/ApplicationSupport is the designed and recommended place to store config files, logs, preferences and all kinds of persistent data, the home directory still gets cluttered. It's a laziness issue, it won't be solved solely by making is easier to access the right locations on each system/platform, but that would be a step in the right direction.
Re: Dotfile madness
#125To me, the real problem is not the dotfiles, but the regular (i.e. non-hidden) files that applications surreptitiously create in my home folder. (Which the author does mention as being particularly bad.) dotfiles in the home folder are not a new thing on Linux (e.g. .bashrc, .profile, .emacs, etc.), even if it would be better if more applications used the XDG folders. And if I don't see them when I "ls", they don't b…
You're complaining on a really high level and nobody suggested "this is fine". They suggested "wishlist" is fine according to their definition of "if it's not immediately broken and a fix is not trivial"
If you have an issue with default folders that are quite normal in a modern desktop environment I suggest you move back to Arch or wherever you came from and install i3 again?
Re: Dotfile madness
#126To me, the real problem is not the dotfiles, but the regular (i.e. non-hidden) files that applications surreptitiously create in my home folder. (Which the author does mention as being particularly bad.) dotfiles in the home folder are not a new thing on Linux (e.g. .bashrc, .profile, .emacs, etc.), even if it would be better if more applications used the XDG folders. And if I don't see them when I "ls", they don't b…
Re: Dotfile madness
#127I don't get the problem. Why bother where dotfiles are written to? GUI file managers and userland tools hide them by default. What would I gain by having them written outside of $HOME?
Re: Dotfile madness
#128Re: Dotfile madness
#129This is not a problem. This is the design. It makes things completely controllable and you know where to look for configuration files.