VeraCrypt/src/Main/Unix
Jertzukka 801c3ab966
Linux: Allows GUI to launch in a Wayland-only environment (#1264)
Currently we check whether the system has DISPLAY environment variable
set, which is the case in a system that uses X11 natively or XWayland.
This variable is not set in a system with only Wayland, so we need to
also check whether WAYLAND_DISPLAY is set.

Fixes: #184
2023-12-11 09:11:07 +01:00
..
Main.cpp Linux: Allows GUI to launch in a Wayland-only environment (#1264) 2023-12-11 09:11:07 +01:00