mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-01-31 01:13:04 +09:00
Revert "Attempt workaround flatpak issue"
This reverts commit 007e2546a9.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user