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);