diff options
Diffstat (limited to 'internal/app/wayland.go')
| -rw-r--r-- | internal/app/wayland.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/app/wayland.go b/internal/app/wayland.go index 1cabdbdb..3b0be85f 100644 --- a/internal/app/wayland.go +++ b/internal/app/wayland.go @@ -20,9 +20,7 @@ func (a *App) ShareWayland() { // ensure Wayland socket ACL (e.g. `/run/user/%d/wayland-%d`) if w, ok := os.LookupEnv(waylandDisplay); !ok { - if system.V.Verbose { - fmt.Println("Wayland: WAYLAND_DISPLAY not set, skipping") - } + state.Fatal("Wayland: WAYLAND_DISPLAY not set") } else { // add environment variable for new process wp := path.Join(system.V.Runtime, w) |
