mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-25 20:30:16 +10:00
snap: use native wayland client when possible (#2386)
This commit is contained in:
7
stores/snapcraft/stable/snap/hooks/configure
vendored
Normal file
7
stores/snapcraft/stable/snap/hooks/configure
vendored
Normal 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
|
||||
Reference in New Issue
Block a user