Skip to content

Linux: Allows GUI to launch in a Wayland-only environment #1264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

Jertzukka
Copy link
Contributor

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 which forces us to text-only mode, so need to also check whether WAYLAND_DISPLAY is set.

Fixes: #184

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: veracrypt#184
@tekstryder tekstryder mentioned this pull request Nov 26, 2023
@idrassi
Copy link
Member

idrassi commented Dec 11, 2023

simple and yet very helpful! Thank you very much 😀

@idrassi idrassi merged commit 801c3ab into veracrypt:master Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wayland compatibility
2 participants