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 was doing this before #3504 (yes, Bottles wasn't sanboxed on my system at the time), now I try to flatpak run --command=bottles-cli com.usebottles.bottles run -p UndertaleModTool -b 'Programs' -- "/home/damglador/.steam/steam/steamapps/common/DEADBOLT/data.win" and it just opens the program without file passed to it, with wine I can do wine /home/damglador/Programs/UndertaleModTool_v0.6.0.0/UndertaleModTool.exe /home/damglador/.steam/steam/steamapps/common/DEADBOLT/data.win to pass the file. Bottles have read/write permissions to the whole system. The file can be open from the app.
To Reproduce
Get portable Notepad++
Add executable to Bottles
Add .desktop file for Notepad++ using Bottles
Try to open a file using this .desktop file
Or just do flatpak run --command=bottles-cli com.usebottles.bottles run -p notepad++ -b 'Programs' -- {file name}
Describe the bug
I was doing this before #3504 (yes, Bottles wasn't sanboxed on my system at the time), now I try to
flatpak run --command=bottles-cli com.usebottles.bottles run -p UndertaleModTool -b 'Programs' -- "/home/damglador/.steam/steam/steamapps/common/DEADBOLT/data.win"
and it just opens the program without file passed to it, with wine I can dowine /home/damglador/Programs/UndertaleModTool_v0.6.0.0/UndertaleModTool.exe /home/damglador/.steam/steam/steamapps/common/DEADBOLT/data.win
to pass the file. Bottles have read/write permissions to the whole system. The file can be open from the app.To Reproduce
flatpak run --command=bottles-cli com.usebottles.bottles run -p notepad++ -b 'Programs' -- {file name}
Package
Flatpak from Flathub
Distribution
Arch Linux
Debugging Information
Troubleshooting Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: