diff --git a/cmds/portmaster-start/run.go b/cmds/portmaster-start/run.go index 97dd38f7..963c3e84 100644 --- a/cmds/portmaster-start/run.go +++ b/cmds/portmaster-start/run.go @@ -129,7 +129,7 @@ func getExecArgs(opts *Options, cmdArgs []string) []string { // required by Electron args = append(args, []string{ - "--enable-features=UseOzonePlatform", + "--enable-features=UseOzonePlatform,WaylandWindowDecorations", "--ozone-platform=wayland", }..., )