diff --git a/Telegram/SourceFiles/platform/linux/main_window_linux.cpp b/Telegram/SourceFiles/platform/linux/main_window_linux.cpp index d959046a1..989137be8 100644 --- a/Telegram/SourceFiles/platform/linux/main_window_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/main_window_linux.cpp @@ -729,7 +729,7 @@ void MainWindow::createGlobalMenu() { SLOT(onLogout())); auto quit = file->addAction( - tr::lng_mac_menu_quit_telegram(tr::now, lt_telegram, qsl("Telegram")), + tr::lng_mac_menu_quit_telegram(tr::now, lt_telegram, qsl("Kotatogram")), App::wnd(), SLOT(quitFromTray()), QKeySequence::Quit); @@ -880,7 +880,7 @@ void MainWindow::createGlobalMenu() { tr::lng_mac_menu_about_telegram( tr::now, lt_telegram, - qsl("Telegram")), + qsl("Kotatogram")), [] { if (App::wnd() && App::wnd()->isHidden()) { App::wnd()->showFromTray(); diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp index 892b60c60..24146981c 100644 --- a/Telegram/SourceFiles/platform/linux/specific_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp @@ -48,7 +48,7 @@ namespace { constexpr auto kDesktopFile = ":/misc/kotatogramdesktop.desktop"_cs; constexpr auto kSnapLauncherDir = "/var/lib/snapd/desktop/applications/"_cs; -constexpr auto kIconName = "telegram"_cs; +constexpr auto kIconName = "kotatogram"_cs; #ifndef TDESKTOP_DISABLE_DBUS_INTEGRATION void SandboxAutostart(bool autostart, bool silent = false) { @@ -332,8 +332,7 @@ QString GetLauncherBasename() { } const auto possibleBasenames = std::vector{ - qsl(MACRO_TO_STRING(TDESKTOP_LAUNCHER_BASENAME)), - qsl("Telegram") + qsl(MACRO_TO_STRING(TDESKTOP_LAUNCHER_BASENAME)) }; for (const auto &it : possibleBasenames) {