Revert "Attempt workaround flatpak issue"

This reverts commit 007e2546a9.
This commit is contained in:
dec05eba
2026-01-24 16:41:00 +01:00
parent 007e2546a9
commit 756b993078

View File

@@ -239,8 +239,6 @@ int main(int argc, char **argv) {
}
set_display_server_environment_variables();
// Workaround a flatpak issue where if a flatpak tries to connect to the X server before an X server has started
// on Wayland that will break flatpak-spawn --host environment variables, with missing WAYLAND_DISPLAY, etc
if(is_flatpak() && !is_x_server_running())
return 1;