• 15 Posts
  • 552 Comments
Joined 3 years ago
cake
Cake day: July 8th, 2023

help-circle



  • You can access all Nextcloud files over WebDAV. That is natively supported by many file browsers, including explorer.exe on Windows.

    And you can choose in the Linux client what folders to sync.

    What the Linux client (in contrast to the Windows client) does not support is having virtual files in a folder and only downloading files on demand.

    Apart from that, have you looked at Opencloud?












  • But it’s still a full fledged ARM computer running SteamOS including full desktop support. It’s just a matter of time until you can put a mainline Linux distribution on it and have it do whatever you want.

    My guess is that Valve market it as a streaming-first device because they don’t have as many VR titles in their catalogue that can run on it as Meta has for the Quest. It’s a safer bet not to rely on devs porting their lighter games to the Frame.

    And if they do not manage to get Alyx running on it comfortably nobody will blame them because they never promised it in the first place.

    But it is not an exclusively tethered device. Never was. It is a full on gaming PC. Just not one with the power to run newer games. But it’s plenty powerful enough to run all of the Team Beef ports. And besides playing those and lighter flat games I will enjoy playing around with a fully functional Linux OS on a VR headset.





  • No, not at all. By default Wine should offer your whole Linux drive on Z:, so you can choose whatever location you want.

    Heroic puts the games in ~/Games/Heroic/gamename but the .wine folder in ~/Games/Heroic/prefixes/gamename. Steam does something similar.

    You should also consider using a helper like Lutris, Heroic or Bottles. They create a separate .wine folder for every game. That way it is easier to manage multiple conflicting libraries and Wine versions. If your home is on BTRFS or other deduplicating filesystem the additional space needed for multiple .wine folders is almost zero.

    If you don’t want to use a helper program you can still utilise multiple non-standard .wine locations with the WINEPREFIX environment variable.