You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently updated to bottles 5.10 and it make one of my programs stop working with the error message: cant find file path/to/.exe. When downgrading to bottles 5.9 to fix the issue, I noticed that one of the permissions added was "file access" which seems like it could be the reason that the exe-file was not found in 5.10. I also noticed that wine was upgraded from 22.08 to 23.08 so that's a possible confounding factor.
You can see the added permission when downgrading in this screenshot:
Bottle defaults to installing games in its own app-specific folder. If you want to install/use them out of that, you need to alter Flatpak's permission by yourself, either by using the CLI or by installing and using Flatseal.
Giving Bottle (and therefore games) unrestricted access to your home folder is generally not a good idea.
Games in the past have had bugs leading to the deletion of all your files. Some games feature very invasive "anti-cheat" software. Steam had a nasty bug back in 2015 that deleted all people's files... Plus Wine is able to run your typical Windows ransomware... And, even though it hasn't happened recently, errors in Wine could turn legit code into a data-eating mess.
So if you want your files somewhere else, that's not a problem: add that folder in your permission list using the flatpak command line tool or Flatseal:
But by default it makes more sense to just allow the minimum.
Describe the bug
I recently updated to bottles 5.10 and it make one of my programs stop working with the error message:
cant find file path/to/.exe
. When downgrading to bottles 5.9 to fix the issue, I noticed that one of the permissions added was "file access" which seems like it could be the reason that the exe-file was not found in 5.10. I also noticed that wine was upgraded from 22.08 to 23.08 so that's a possible confounding factor.You can see the added permission when downgrading in this screenshot:
To Reproduce
Try creating a bottle with a exe-file in 5.10. I used the standalong version of iClicker 5.x from https://www.iclicker.com/downloads/iclicker-cloud/
Package
Flatpak from Flathub
Distribution
PopOS 22.04 (Ubuntu)
Debugging Information
Troubleshooting Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: