diff --git a/MSVC.md b/MSVC.md index 95fe49f9eb..25f57896c1 100644 --- a/MSVC.md +++ b/MSVC.md @@ -128,6 +128,7 @@ Open **VS2013 x86 Native Tools Command Prompt.bat** (should be in **\\Program Fi PATH="/c/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN:$PATH" cd /d/TBuild/Libraries/ffmpeg-2.6.3 + pacman -Sy pacman -S msys/make pacman -S mingw64/mingw-w64-x86_64-opus pacman -S diffutils diff --git a/Telegram/SourceFiles/pspecific_linux.cpp b/Telegram/SourceFiles/pspecific_linux.cpp index c9213d98fd..fb89852fee 100644 --- a/Telegram/SourceFiles/pspecific_linux.cpp +++ b/Telegram/SourceFiles/pspecific_linux.cpp @@ -1196,6 +1196,7 @@ void psRegisterCustomScheme() { s << "Exec=" << escapeShell(cExeDir() + cExeName()) << " -- %u\n"; s << "Icon=" << icon << "\n"; s << "Terminal=false\n"; + s << "StartupWMClass=Telegram"; s << "Type=Application\n"; s << "Categories=Network;\n"; s << "MimeType=application/x-xdg-protocol-tg;x-scheme-handler/tg;\n";