• 9 Posts
  • 1.36K Comments
Joined 3 years ago
cake
Cake day: July 7th, 2023

help-circle


  • Unless there is a mapping between a UID of a user across many different machines (something like a domain controller), you’re not going to be able to set proper permissions by user. You need to use a generic group, or provide global read access at a minimum.

    I’m not 100% sure why you’ve chosen this route, but there are MUCH simpler ways of doing this that don’t involve VMs and NTFS volumes.

    At this point, you’re butting up against 3 levels of nested permissions, including the VM. My suggestion would be to make sure all the files on the NTFS volume have global read access, then go into the VM and attempt to set NTFS permissions on the files (they are different). If that becomes too tedious, you could just try setting 777 on all shared files. It’s unsafe, but may get you through until you find a more…workable solution for what you’re doing here.

    I think the overall solution is to just not need this Windows VM, so look at moving these sites off to Nginx or something ASAP.








  • Offline first for online content? Whoa buddy, where’s this Moon you’re asking for?

    Seriously though, you need to be realistic when you’re asserting your wants for a service or tool. Everyone builds tools to sync bookmarks and save lists now, because that’s a feature that users want. It’s going to be difficult to find something that is “offline”.

    Try using a memo app maybe? Lots of password managers have the ability to save links, and would technically be “outside” the browser if you want them to be.



  • TLDR: use a prefix manager instead of plain Wine

    You can install them anywhere, but if you’re using plain Wine, I’d suggest you instead go with something that will manage these locations for you.

    Each Wine setup has what is called a “prefix”, which in the simplest sense is just a folder that is setup like a Windows C:\ drive, and includes all the shared libraries and bits needed to run the game. When a program run is launched, it is locked into this prefix, so when it goes looking for files as it would on Windows, it’s going to find a familiar folder structure, including installed dependencies like MS VC libraries and DirectX stuff.

    Now…when you as a user are just using Wine directly, you’d generally be using the SAME prefix to install multiple games, which is hard to manage, and just clunky.

    Prefix managers like Proton, Lutris, Bottles and even Heroic will make a new prefix for EACH program, making things like troubleshooting, switching runtimes, or invoking custom configs per program a LOT easier.