diff --git a/Telegram/SourceFiles/platform/linux/main_window_linux.cpp b/Telegram/SourceFiles/platform/linux/main_window_linux.cpp index 98fbafaec..ac2be9cd4 100644 --- a/Telegram/SourceFiles/platform/linux/main_window_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/main_window_linux.cpp @@ -553,8 +553,8 @@ void MainWindow::psFirstShow() { LOG(("Found Unity Launcher entry telegramdesktop.desktop!")); useUnityCount=true; } else if(!QStandardPaths::locate(QStandardPaths::ApplicationsLocation, "Telegram.desktop").isEmpty()) { - _desktopFile = "telegramdesktop.desktop"; - LOG(("Found Unity Launcher entry telegramdesktop.desktop!")); + _desktopFile = "Telegram.desktop"; + LOG(("Found Unity Launcher entry Telegram.desktop!")); useUnityCount=true; } else { LOG(("Could not get Unity Launcher entry!"));