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'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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: