snap: use native wayland client when possible (#2386)

This commit is contained in:
Marco Trevisan
2025-05-27 16:25:29 +02:00
committed by GitHub
parent be711f4223
commit 19811fd824
6 changed files with 72 additions and 22 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -eu
wayland_native="$(snapctl get wayland-native)"
if [[ -z "$wayland_native" ]]; then
snapctl set wayland-native=false
fi