mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 10:33:14 +08:00
Add DISABLE_WAYLAND to snapcraft.yaml to resolve Electron/snapd/Wayland issues (#1517)
This commit is contained in:
parent
f20e9c3f39
commit
089dd48330
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ apps:
|
|||
# are used and do not fall back to Notification Area applets
|
||||
# or disappear completely.
|
||||
XDG_CURRENT_DESKTOP: Unity
|
||||
# Fallback to XWayland if running in a Wayland session.
|
||||
DISABLE_WAYLAND: 1
|
||||
plugs:
|
||||
- avahi-observe
|
||||
- browser-support
|
||||
|
|
Loading…
Reference in a new issue