I really enjoy Linux but I find myself having to keep Windows partitions around for software that specifically requires Windows.

Proton makes everything easier by automatically running game files through a translation layer, and it “just works” quite well most of the time.

Also VanillaOS can apparently auto-spin a container when you try to open a .deb or AUR package (this is my rudimentary understanding).

Setting up WINE/Bottles, etc. is above my pay grade.

Is it not possible to create an OS that just does the same thing as Steam but for the entire OS?

    • Pantherina@feddit.de
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      8 months ago

      As I said this is not very good behavior, some .exe files may install a program first and then it may create a desktop entry, by default this windows link will only be accessible from within the app library but you can export it. Linux uses .desktop entries, running .exe files is not how you do it.

      Did you already create a bottle? If not do so, use “programs” or whatever you want to run.

      pupgui is needed if you want games, install latest proton GE and use that instead with a “Games” bottle.

      Then if you have any bottle created, close the app again and try to open that .exe again with bottles.


      Things to consider that I have the feeling you might not know

      • bottles has a really well made flatpak, this is the only supported version
      • flatpak apps have an internal app storage (pupgui flatpak can write there to install the wine engines)
      • even if not in flatpak (which you should 100% use, wine is a security hole), WINE will create a fake Windows directory structure and place the .exe there
      • so running an .exe is completely different from an appimage (which you should not use unless you need to). This app will likely depend on Windows libraries so it needs to be installed i.e. placed in that WINE directory structure