gr225

Results 3 comments of gr225

I mean if the application requires a dash - flag; `flatpak run --command=bottles-cli com.usebottles.bottles -b MyBottle -p MyApp -a "-a arg1 -b arg2 -c arg3"` in this case the -a...

Still having an issue with this. This is an example of the issue I'm having: flatpak run --command=bottles-cli com.usebottles.bottles -b bottle -p application -a '-a "123e4567-e89b-12d3-a456-426614174000"' The application takes a...

> Hi gr225, > > I just developed a workaround for a similar problem (Bottles passing incorrect arguments to Windows programs) by pre-processing the arguments in the CLI command. Maybe...