From a55b41faa1fb90ff6280709ee4ca515d69c2dfbf Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Sun, 20 Jun 2021 10:26:26 +0400 Subject: [PATCH] Provide a list of shell integrations in QT_WAYLAND_SHELL_INTEGRATION --- Telegram/SourceFiles/platform/linux/specific_linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp index aa255b0a01..dffb6c89cd 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());