@0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish • 7 months agoTo be honest, it is quite complicated now as well with all of the proprietary softwaresh.itjust.worksimagemessage-square144fedilinkarrow-up1614arrow-down159
arrow-up1555arrow-down1imageTo be honest, it is quite complicated now as well with all of the proprietary softwaresh.itjust.works@0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish • 7 months agomessage-square144fedilink
minus-square@csm10495@sh.itjust.workslinkfedilinkEnglish39•7 months agoThis isn’t really accurate for either side. For Linux, I’ve had crap shove configs in ~, /etc, /var, at least. On Windows, it could be literally anywhere or in the registry.
minus-square@atmur@lemmy.worldlinkfedilinkEnglish6•7 months agoThat’s one thing I especially like about Flatpaks on the Linux side. Everything’s in ~/.var.
minus-square@baseless_discourse@mander.xyzlinkfedilink7•7 months agoWhich unfortunately also don’t follow xdg-dir specification…
minus-squareHello HotellinkfedilinkEnglish5•edit-27 months agoOr ~/.local/share/${software_name_or_whatever}… Or ~/.${software_name_or_whatever}/ Oof
minus-square@0x4E4F@sh.itjust.worksOPlinkfedilinkEnglish4•edit-27 months agoOr ~/.config/software_name.
minus-squareHello HotellinkfedilinkEnglish4•edit-27 months agoBeing the ‘correct one’ makes it easy to skip over… thx
minus-square@jbk@discuss.tchncs.delinkfedilink4•7 months agoi love apps which don’t follow the XDG Base Directory spec 🥰🥰
minus-squareHello HotellinkfedilinkEnglish3•edit-27 months agoWhich one is your favorate, mine is ~/freedroid/. 😝
minus-square@baseless_discourse@mander.xyzlinkfedilink1•7 months agoIf you have flatpak, and the application don’t need full user home access, then you can move the folder to application sandbox by setting a persistent path.
minus-square@platypus_plumba@lemmy.worldlinkfedilink1•7 months agoThe idea of the registry is so freaking nice. Imagine if all the configs of a system could be changed through a centralized and consistent API.
This isn’t really accurate for either side. For Linux, I’ve had crap shove configs in ~, /etc, /var, at least.
On Windows, it could be literally anywhere or in the registry.
That’s one thing I especially like about Flatpaks on the Linux side. Everything’s in ~/.var.
Which unfortunately also don’t follow xdg-dir specification…
Or
~/.local/share/${software_name_or_whatever}
… Or~/.${software_name_or_whatever}/
Oof
Or
~/.config/software_name
.Being the ‘correct one’ makes it easy to skip over… thx
i love apps which don’t follow the XDG Base Directory spec 🥰🥰
Which one is your favorate, mine is
~/freedroid/.
😝If you have flatpak, and the application don’t need full user home access, then you can move the folder to application sandbox by setting a persistent path.
The idea of the registry is so freaking nice. Imagine if all the configs of a system could be changed through a centralized and consistent API.