Tmpfs Adding Case Insensitive Support For Wine / Steam Play & Flatpaks
Collapse
X
-
Originally posted by cynic View Postcase insensitivity is just plain stupid: developers should learn how to name things properly.
supporting stupidity generates a lot of long term issues.
As are spaces in common folders. Looking at you "Program Files (x86)", what the hell MS I don't want to type quotes to traverse the system you're nuts.
Comment
-
-
Originally posted by cynic View Postcase insensitivity is just plain stupid: developers should learn how to name things properly.
supporting stupidity generates a lot of long term issues.
Rather it's stupid to not use lower-cased letters all the time. Why do files especially in Windows apps have capital letters in the first place???
Comment
-
-
Originally posted by Spacefish View PostNTFS can already enable/disable case-sensitivity on a per folder basis, so why not start to migrate to case-sensitive like any other OS out there long term..
Wine project has had to emulate case insensitivity for a long time to deal with applications have it coded in and will not run without it.
Comment
-
-
Originally posted by curfew View PostRather it's stupid to not use lower-cased letters all the time. Why do files especially in Windows apps have capital letters in the first place???
Its the unix world that was all lower case by default. Windows starting point is CP/M not unix. CP/M starting point really flips the script think this has you starting with pure upper case system.
Comment
-
-
Originally posted by mobadboy View PostIt's funny because windows is basically Linux now, but with a couple of ad trackers on top. But WHY are these idiots, of all things, taking the trash case insensitive filesystem to Linux?? Will /bin become /BiN????
In this case, it has to do with how long filename support got retrofitted onto FAT, and what less-than-ideal decisions wound up fossilized into explorer.exe and cmd.exe instead of baked into the FAT filesystem driver instead.
Originally posted by mobadboy View Postplease tell me this has already been nacked, jesus
Plus, this is purely about allowing the existing ext4 case-insensitive option to work in sandboxes which are rooted in a tmpfs
Code:ssokolow@monolith-tng ~ % flatpak run --command=bash org.freedesktop.Sdk [📦 org.freedesktop.Sdk ~]$ cat /proc/mounts tmpfs / tmpfs rw,nosuid,nodev,relatime,uid=1000,gid=1000,inode64 0 0 [...a bunch of other mountpoints to stitch the sandbox together including more tmpfs...]
Comment
-
Comment