diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp index aa255b0a0..dffb6c89c 100644 --- a/Telegram/SourceFiles/platform/linux/specific_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp @@ -745,7 +745,7 @@ void start() { LOG(("Launcher filename: %1").arg(QGuiApplication::desktopFileName())); #ifndef DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION - qputenv("QT_WAYLAND_SHELL_INTEGRATION", "desktop-app-xdg-shell"); + qputenv("QT_WAYLAND_SHELL_INTEGRATION", "desktop-app-xdg-shell;xdg-shell;wl-shell"); #endif // !DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION qputenv("PULSE_PROP_application.name", AppName.utf8());