Right-clicking on a file and opening it with some program in a Bottles passes a parameter as I understand. But here is a problem, opening a file in /home/user for example works fine, but if a file name of path to it contains any spaces, it doesn't register it as a full path.
I tried it with dnSpy and UndertaleModTool, example will be with UMT.
Basically opening a file in /home/user/ROR/ works
Opening a file in/home/user/ROR ROR/ doesn't
I'll attach screenshots from dnSpy
To Reproduce
Get a file-opening program
Create .desktop for it in Bottles
Find a file that it can open
Rename it to contain spaces or throw it in a folder with spaces in name
Open the file with the program's .desktop file
Try the same thing, but without spaces in path to the file
So I tried this in CLI. Using \ on spaces solves the issue, but it's impossible to do if I want to use it with right click.
bottles-cli run -p dnSpy -b 'Programs' -- "/home/damglador/Ror\ roring/GMIni.dll"
Describe the bug
Right-clicking on a file and opening it with some program in a Bottles passes a parameter as I understand. But here is a problem, opening a file in /home/user for example works fine, but if a file name of path to it contains any spaces, it doesn't register it as a full path.
I tried it with dnSpy and UndertaleModTool, example will be with UMT. Basically opening a file in
/home/user/ROR/
works Opening a file in/home/user/ROR ROR/
doesn'tI'll attach screenshots from dnSpy
To Reproduce
Package
Flatpak from Flathub
Distribution
Arch
Debugging Information
Troubleshooting Logs
No response
Additional context
Real file path is:
/home/damglador/Ror roring/GMIni.dll