Eskating cyclist, gamer and enjoyer of anime. Probably an artist. Also I code sometimes, pretty much just to mod titanfall 2 tho.

Introverted, yet I enjoy discussion to a fault.

  • 2 Posts
  • 61 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • Yes, and every single time, it was because filesystems have ways to recover when things go wrong.

    But make no mistake, things went wrong. Every time. Even if no files were damaged, the next system accessing the volume would run into a file system that wasn’t exited properly.

    And while “never do it while it’s being accessed” improves your chances, due to write caching you can’t actually know if the medium is still writing or reading. Or internally in the middle of a process organising data structures. Or being checked for damage by a background process because the filesystem was flagged for repair due to inconsistencies. Or in the case of spinning rust, in the middle of a background defrag. Or in the case of flash storage in the middle of a trim.

    If you have a forgiving boss you could tell him “fuck you” to his face every morning… But why would you? Maybe one morning he’ll be cranky, and that one time he’ll take offence and actually fire you.



  • Don’t do that.

    fstab is just a config file so the computer knows what drives and storage volumes its supposed to have when it boots.

    You can add and remove drives without ever editing fstab. Plugging something in should give you the option to mount it in your file explorer, and in the same place you should be able to “eject” it before disconnecting the actual cable.





  • No, actually.

    Your game files do not need to be inside a prefix, and I generally do not set things up that way.

    Same as on windows you can have your c drive, but then install games to a different drive. You can mount any file location as an additional drive in wine. There is usually already a “z” drive mounted, which gives the prefix access to the filesystem outside the prefix.

    This means there’s not actually any need to place things inside the prefix, except for save files which need to be in specific locations like appdata or documents.

    So to move things over and run them, you’d just copy the game files anywhere you like. To run a game, instead of a location on the c drive, you’d use the corresponding z drive path to the exe.

    With bottles, this is super easy. Set up a bottle, and copy any save files into the prefix. Easily done with “browse files” from the config page of a bottle, which will open the fake c drive in a file browser.

    With a configured bottle, simply navigate to the game .exe. Right click it, and select run with bottles. Bottles will ask which bottle to run it with, and that’s that. Alternatively, use the “Run executable” button found on the config page of the bottle. For ease of use, add the exe to the bottle as a shortcut.

    Shortcuts can then also be added as start menu items, or even added to steam.

    No need to fiddle with putting all the game files inside the fake c drive.

    Setting things up this way means you have your prefix, with save files and such, separate from the game files. You can easily delete or add games, without touching the save-file-containing prefix, and move games around to wherever you need and still have them work.

    You can re-use the same bottle for many games, and keep the save files for those games in one prefix.

    If a given game needs a bit more massaging to work, bottles makes it very easy set up and manage additional bottles for any such games.












  • Depends on the malware.

    With total access, nothing would prevent the malicious code from modifying the task viewer itself to make it ignore the resources it is using.

    Accounting for every way malware might be discovered is difficult, but with enough system access, it’s all possible.


  • Because they only work on one distro/package manager.

    Distributing software is simply transitioning to work in a distro-agnostic way. It’s only a matter of time until distros start updating flatpaks along with system packages. Many already do.

    And some apps distributed as appimages self-update. (RPCS3 for example)

    Not to mention that Ubuntu itself has basically ditched apt for snap.


  • The idea of using lutris as a launcher is appalling to me. I have a library of thousands of games, the thought of setting them all up in lutris, is anxiety inducing. Its library management and browsing features, do not exist.

    Bottles seems more aimed at software.

    It is not. Though it can still do that, too.

    I’ve not found a single thing only lutris could do. It’s a single app that tries to do everything, but IMO the result is that it does none of it well. Least of all function as an attractive and functional everyday way to access my games library.

    Bottles gets my game installed and running, and then added to steam, which actually does have tags and categories, as well as various other management tools, as well as a good-looking UI.