From 63a92cb90ad2fefb9961cef1144f0f1671b01a10 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 13 Aug 2021 00:03:32 +0400 Subject: [PATCH] Log icon theme --- Telegram/SourceFiles/platform/linux/specific_linux.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp index 8db679b3a1..c1abe15f24 100644 --- a/Telegram/SourceFiles/platform/linux/specific_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp @@ -780,6 +780,9 @@ bool OpenSystemSettings(SystemSettingsType type) { namespace ThirdParty { void start() { + LOG(("Icon theme: %1").arg(QIcon::themeName())); + LOG(("Fallback icon theme: %1").arg(QIcon::fallbackThemeName())); + GtkIntegration::Autorestart(GtkIntegration::Type::Base); GtkIntegration::Autorestart(GtkIntegration::Type::TDesktop);