I'm running wayland (hyprland) and need to pass some flag to chromium apps in order for them to display correctly.
Would be nice to have an additional input on the website where we can add flags that should be added to the command as a type of advanced settings for example. (Or make them work when added in the path input, see below)
I tried to add them to the executable path input, but it seems like the spaces between binary and flags were escaped and
google-chrome-unstable --enable-features=UseOzonePlatform --ozone-platform=wayland
ended up like this in your script and the command would not execute:
Exec=/usr/bin/google-chrome-unstable\ --enable-features=UseOzonePlatform\ --ozone-platform=wayland --app='xyz'
I'm running wayland (hyprland) and need to pass some flag to chromium apps in order for them to display correctly.
Would be nice to have an additional input on the website where we can add flags that should be added to the command as a type of advanced settings for example. (Or make them work when added in the path input, see below)
I tried to add them to the executable path input, but it seems like the spaces between binary and flags were escaped and
google-chrome-unstable --enable-features=UseOzonePlatform --ozone-platform=wayland
ended up like this in your script and the command would not execute:Exec=/usr/bin/google-chrome-unstable\ --enable-features=UseOzonePlatform\ --ozone-platform=wayland --app='xyz'