From 03508c1601b94bdc172f6f38ccbecd91147a9deb Mon Sep 17 00:00:00 2001 From: Anwesh Date: Wed, 16 Sep 2015 16:51:50 +0530 Subject: [PATCH 1/2] Gnome Shell Duplicates bug fix --- Telegram/SourceFiles/pspecific_linux.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/pspecific_linux.cpp b/Telegram/SourceFiles/pspecific_linux.cpp index 2859c9067..52d9d4dc5 100644 --- a/Telegram/SourceFiles/pspecific_linux.cpp +++ b/Telegram/SourceFiles/pspecific_linux.cpp @@ -1195,6 +1195,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"; From f1ac7a5c713b2c074f069363ae5ec78dfd71ff2a Mon Sep 17 00:00:00 2001 From: Alireza Date: Tue, 13 Oct 2015 09:52:11 +0300 Subject: [PATCH 2/2] Resolving "failed retrieving file" error The command "pacman -S mingw64/mingw-w64-x86_64-opus" gives an error and based on the comment on this ticket: http://sourceforge.net/p/msys2/tickets/186/ , we should sync the package database first. It worked for me. --- MSVC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MSVC.md b/MSVC.md index 395c4ebdf..8c4f7776a 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 pkg-config