β² 994 βΌ Your .dots have arrived (lemmy.world) submitted 2 years ago by shadowintheday2@lemmy.world to c/linuxmemes@lemmy.world 70 comments fedilink hide all child comments
[β] nymphlode@pawb.social 47 points 2 years ago (5 children) Haven't used much of Linux before, can someone explain the joke? permalink fedilink source hideshow 10 child comments replies: [β] refurbishedrefurbisher@lemmy.sdf.org 95 points 2 years ago (3 children) The Windows equivilent would be instead of putting application data in the AppData folder, it throws it in Documents, My Games, or just in the home folder directly. permalink fedilink source parent hideshow 6 child comments replies: [β] funkless_eck@sh.itjust.works 78 points 2 years ago (3 children) ah so like every fucking game and it's save files for some reason? permalink fedilink source parent hideshow 6 child comments replies: [β] nexussapphire@lemm.ee 23 points 2 years ago Better, it could be literally anywhere and there's nothing you can do about it. Also symlinks practically look like regular folders and files to most apps. permalink fedilink source parent [β] MonkderZweite@feddit.ch 5 points 2 years ago* That's why i prefer to use Wine for games. Just change the symlinks in C:/users/ to somewhere sane, like .local/Games//save. Guess you could also use the variables in .config/user-dirs.dirs while creating the prefix, but i haven't tested that yet. permalink fedilink source parent [+] victorz@lemmy.world -8 points 2 years ago (1 child) I haven't run into a game that does this π€·ββοΈ permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 8 points 2 years ago (1 child) Thereβs no game related dirs in your My Documents dir? Most donβt even use My Games they just dump directly into My Documents. I guarantee most game devs donβt understand the difference between local and roaming either. They just put shit randomly wherever they want permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 1 point 2 years ago (1 child) Oh, on Windows, sure. Not on Linux though. permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 1 point 2 years ago (1 child) Linux is just as bad. You actually got anything in $XDG_CONFIG_HOME or is your /home just a dot file dumping ground? permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago* (1 child) lol, this almost reads as a personal attack. I have almost nothing in my home directory, no. Been applying this to clean it up even further. I want my chezmoi dotfiles repo to be clean. Especially not games' files since I run Steam through flatpak. It does put things in ~/.var but at least it's collected to one point. Not really a problem of "Linux" or "Windows", but more of "developers". permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 2 points 2 years ago (1 child) Sorry. Definitely not meant as one lol That last line is 100% true permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago ππ€ permalink fedilink source parent [β] Prunebutt@slrpnk.net 35 points 2 years ago ... or just imagine all of it being thrown on the Desktop (the bare user directory is rarely visited in Windows) permalink fedilink source parent [β] nymphlode@pawb.social 9 points 2 years ago Hahahaha oh man I know exactly what you're talking about too π hate when they do that permalink fedilink source parent [β] Hubi@feddit.de 61 points 2 years ago Most software on Linux is configured to place their config files in ~/.config. Some others, like the ones in the pic, just dump them directly into your home folder. permalink fedilink source parent [β] MimicJar@lemmy.world 48 points 2 years ago* Yes. Many applications have configuration files. Historically these files were placed in your home directory aka "on the floor". The variable mentioned defines a directory where these files should go. Many applications ignore this. A non-linux version of this meme might go, "Here is the pizza you ordered" "Great, could you put it in my hands" "Lol (throws pizza on floor)" permalink fedilink source parent [β] neidu2@feddit.nl 39 points 2 years ago* (last edited 2 years ago) $XDG_CONFIG_HOME is an environment variable that programs can (and should) read to determine the location for storing dotfiles (config files, kind of). Not reading (or caring about) the environment variable, and not adhering to the default of /home/username/.config/ results in them ending up in the home directory. permalink fedilink source parent [β] SaltyIceteaMaker@iusearchlinux.fyi 1 point 2 years ago So in linux you have an extra directory just for configuration files/directories wich often start with a . (Dot) (that's why they are calld dot files). But some applications dont use that directory but rather just dump them into your user directory, wich causes it to get cluttered with files wich should be put into the ".config" directory permalink fedilink source parent
[β] refurbishedrefurbisher@lemmy.sdf.org 95 points 2 years ago (3 children) The Windows equivilent would be instead of putting application data in the AppData folder, it throws it in Documents, My Games, or just in the home folder directly. permalink fedilink source parent hideshow 6 child comments replies: [β] funkless_eck@sh.itjust.works 78 points 2 years ago (3 children) ah so like every fucking game and it's save files for some reason? permalink fedilink source parent hideshow 6 child comments replies: [β] nexussapphire@lemm.ee 23 points 2 years ago Better, it could be literally anywhere and there's nothing you can do about it. Also symlinks practically look like regular folders and files to most apps. permalink fedilink source parent [β] MonkderZweite@feddit.ch 5 points 2 years ago* That's why i prefer to use Wine for games. Just change the symlinks in C:/users/ to somewhere sane, like .local/Games//save. Guess you could also use the variables in .config/user-dirs.dirs while creating the prefix, but i haven't tested that yet. permalink fedilink source parent [+] victorz@lemmy.world -8 points 2 years ago (1 child) I haven't run into a game that does this π€·ββοΈ permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 8 points 2 years ago (1 child) Thereβs no game related dirs in your My Documents dir? Most donβt even use My Games they just dump directly into My Documents. I guarantee most game devs donβt understand the difference between local and roaming either. They just put shit randomly wherever they want permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 1 point 2 years ago (1 child) Oh, on Windows, sure. Not on Linux though. permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 1 point 2 years ago (1 child) Linux is just as bad. You actually got anything in $XDG_CONFIG_HOME or is your /home just a dot file dumping ground? permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago* (1 child) lol, this almost reads as a personal attack. I have almost nothing in my home directory, no. Been applying this to clean it up even further. I want my chezmoi dotfiles repo to be clean. Especially not games' files since I run Steam through flatpak. It does put things in ~/.var but at least it's collected to one point. Not really a problem of "Linux" or "Windows", but more of "developers". permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 2 points 2 years ago (1 child) Sorry. Definitely not meant as one lol That last line is 100% true permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago ππ€ permalink fedilink source parent [β] Prunebutt@slrpnk.net 35 points 2 years ago ... or just imagine all of it being thrown on the Desktop (the bare user directory is rarely visited in Windows) permalink fedilink source parent [β] nymphlode@pawb.social 9 points 2 years ago Hahahaha oh man I know exactly what you're talking about too π hate when they do that permalink fedilink source parent
[β] funkless_eck@sh.itjust.works 78 points 2 years ago (3 children) ah so like every fucking game and it's save files for some reason? permalink fedilink source parent hideshow 6 child comments replies: [β] nexussapphire@lemm.ee 23 points 2 years ago Better, it could be literally anywhere and there's nothing you can do about it. Also symlinks practically look like regular folders and files to most apps. permalink fedilink source parent [β] MonkderZweite@feddit.ch 5 points 2 years ago* That's why i prefer to use Wine for games. Just change the symlinks in C:/users/ to somewhere sane, like .local/Games//save. Guess you could also use the variables in .config/user-dirs.dirs while creating the prefix, but i haven't tested that yet. permalink fedilink source parent [+] victorz@lemmy.world -8 points 2 years ago (1 child) I haven't run into a game that does this π€·ββοΈ permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 8 points 2 years ago (1 child) Thereβs no game related dirs in your My Documents dir? Most donβt even use My Games they just dump directly into My Documents. I guarantee most game devs donβt understand the difference between local and roaming either. They just put shit randomly wherever they want permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 1 point 2 years ago (1 child) Oh, on Windows, sure. Not on Linux though. permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 1 point 2 years ago (1 child) Linux is just as bad. You actually got anything in $XDG_CONFIG_HOME or is your /home just a dot file dumping ground? permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago* (1 child) lol, this almost reads as a personal attack. I have almost nothing in my home directory, no. Been applying this to clean it up even further. I want my chezmoi dotfiles repo to be clean. Especially not games' files since I run Steam through flatpak. It does put things in ~/.var but at least it's collected to one point. Not really a problem of "Linux" or "Windows", but more of "developers". permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 2 points 2 years ago (1 child) Sorry. Definitely not meant as one lol That last line is 100% true permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago ππ€ permalink fedilink source parent
[β] nexussapphire@lemm.ee 23 points 2 years ago Better, it could be literally anywhere and there's nothing you can do about it. Also symlinks practically look like regular folders and files to most apps. permalink fedilink source parent
[β] MonkderZweite@feddit.ch 5 points 2 years ago* That's why i prefer to use Wine for games. Just change the symlinks in C:/users/ to somewhere sane, like .local/Games//save. Guess you could also use the variables in .config/user-dirs.dirs while creating the prefix, but i haven't tested that yet. permalink fedilink source parent
[+] victorz@lemmy.world -8 points 2 years ago (1 child) I haven't run into a game that does this π€·ββοΈ permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 8 points 2 years ago (1 child) Thereβs no game related dirs in your My Documents dir? Most donβt even use My Games they just dump directly into My Documents. I guarantee most game devs donβt understand the difference between local and roaming either. They just put shit randomly wherever they want permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 1 point 2 years ago (1 child) Oh, on Windows, sure. Not on Linux though. permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 1 point 2 years ago (1 child) Linux is just as bad. You actually got anything in $XDG_CONFIG_HOME or is your /home just a dot file dumping ground? permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago* (1 child) lol, this almost reads as a personal attack. I have almost nothing in my home directory, no. Been applying this to clean it up even further. I want my chezmoi dotfiles repo to be clean. Especially not games' files since I run Steam through flatpak. It does put things in ~/.var but at least it's collected to one point. Not really a problem of "Linux" or "Windows", but more of "developers". permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 2 points 2 years ago (1 child) Sorry. Definitely not meant as one lol That last line is 100% true permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago ππ€ permalink fedilink source parent
[β] Fenrisulfir@lemmy.ca 8 points 2 years ago (1 child) Thereβs no game related dirs in your My Documents dir? Most donβt even use My Games they just dump directly into My Documents. I guarantee most game devs donβt understand the difference between local and roaming either. They just put shit randomly wherever they want permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 1 point 2 years ago (1 child) Oh, on Windows, sure. Not on Linux though. permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 1 point 2 years ago (1 child) Linux is just as bad. You actually got anything in $XDG_CONFIG_HOME or is your /home just a dot file dumping ground? permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago* (1 child) lol, this almost reads as a personal attack. I have almost nothing in my home directory, no. Been applying this to clean it up even further. I want my chezmoi dotfiles repo to be clean. Especially not games' files since I run Steam through flatpak. It does put things in ~/.var but at least it's collected to one point. Not really a problem of "Linux" or "Windows", but more of "developers". permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 2 points 2 years ago (1 child) Sorry. Definitely not meant as one lol That last line is 100% true permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago ππ€ permalink fedilink source parent
[β] victorz@lemmy.world 1 point 2 years ago (1 child) Oh, on Windows, sure. Not on Linux though. permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 1 point 2 years ago (1 child) Linux is just as bad. You actually got anything in $XDG_CONFIG_HOME or is your /home just a dot file dumping ground? permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago* (1 child) lol, this almost reads as a personal attack. I have almost nothing in my home directory, no. Been applying this to clean it up even further. I want my chezmoi dotfiles repo to be clean. Especially not games' files since I run Steam through flatpak. It does put things in ~/.var but at least it's collected to one point. Not really a problem of "Linux" or "Windows", but more of "developers". permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 2 points 2 years ago (1 child) Sorry. Definitely not meant as one lol That last line is 100% true permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago ππ€ permalink fedilink source parent
[β] Fenrisulfir@lemmy.ca 1 point 2 years ago (1 child) Linux is just as bad. You actually got anything in $XDG_CONFIG_HOME or is your /home just a dot file dumping ground? permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago* (1 child) lol, this almost reads as a personal attack. I have almost nothing in my home directory, no. Been applying this to clean it up even further. I want my chezmoi dotfiles repo to be clean. Especially not games' files since I run Steam through flatpak. It does put things in ~/.var but at least it's collected to one point. Not really a problem of "Linux" or "Windows", but more of "developers". permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 2 points 2 years ago (1 child) Sorry. Definitely not meant as one lol That last line is 100% true permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago ππ€ permalink fedilink source parent
[β] victorz@lemmy.world 2 points 2 years ago* (1 child) lol, this almost reads as a personal attack. I have almost nothing in my home directory, no. Been applying this to clean it up even further. I want my chezmoi dotfiles repo to be clean. Especially not games' files since I run Steam through flatpak. It does put things in ~/.var but at least it's collected to one point. Not really a problem of "Linux" or "Windows", but more of "developers". permalink fedilink source parent hideshow 2 child comments replies: [β] Fenrisulfir@lemmy.ca 2 points 2 years ago (1 child) Sorry. Definitely not meant as one lol That last line is 100% true permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago ππ€ permalink fedilink source parent
[β] Fenrisulfir@lemmy.ca 2 points 2 years ago (1 child) Sorry. Definitely not meant as one lol That last line is 100% true permalink fedilink source parent hideshow 2 child comments replies: [β] victorz@lemmy.world 2 points 2 years ago ππ€ permalink fedilink source parent
[β] Prunebutt@slrpnk.net 35 points 2 years ago ... or just imagine all of it being thrown on the Desktop (the bare user directory is rarely visited in Windows) permalink fedilink source parent
[β] nymphlode@pawb.social 9 points 2 years ago Hahahaha oh man I know exactly what you're talking about too π hate when they do that permalink fedilink source parent
[β] Hubi@feddit.de 61 points 2 years ago Most software on Linux is configured to place their config files in ~/.config. Some others, like the ones in the pic, just dump them directly into your home folder. permalink fedilink source parent
[β] MimicJar@lemmy.world 48 points 2 years ago* Yes. Many applications have configuration files. Historically these files were placed in your home directory aka "on the floor". The variable mentioned defines a directory where these files should go. Many applications ignore this. A non-linux version of this meme might go, "Here is the pizza you ordered" "Great, could you put it in my hands" "Lol (throws pizza on floor)" permalink fedilink source parent
[β] neidu2@feddit.nl 39 points 2 years ago* (last edited 2 years ago) $XDG_CONFIG_HOME is an environment variable that programs can (and should) read to determine the location for storing dotfiles (config files, kind of). Not reading (or caring about) the environment variable, and not adhering to the default of /home/username/.config/ results in them ending up in the home directory. permalink fedilink source parent
[β] SaltyIceteaMaker@iusearchlinux.fyi 1 point 2 years ago So in linux you have an extra directory just for configuration files/directories wich often start with a . (Dot) (that's why they are calld dot files). But some applications dont use that directory but rather just dump them into your user directory, wich causes it to get cluttered with files wich should be put into the ".config" directory permalink fedilink source parent