tdesktop/Telegram
John Preston 8884cb190a Version 1.0.27: Fix launch in Ubuntu 17.04
Ubuntu 17.04 launch results in segfault if the build was done
by GCC 6.2 (works fine with GCC 4.9). Backtrace shows that it
crashes in gtk_init_check() call somewhere in libmirclient and
tests show that it works fine with GDK_BACKEND=x11.

So we use gdk_set_allowed_backends() method to explicitly state
that we support only "x11" GDK backend, that way it doesn't try
to use libmirclient and it does not crash.

Fix #3176 #3162
2017-03-31 13:46:55 +03:00
..
Patches Using custom build of libc++ for old OS X version. 2017-02-21 15:37:52 +03:00
Resources Version 1.0.27: Fix launch in Ubuntu 17.04 2017-03-31 13:46:55 +03:00
SetupFiles
SourceFiles Version 1.0.27: Fix launch in Ubuntu 17.04 2017-03-31 13:46:55 +03:00
Telegram
ThirdParty Move to GCC 6 and silent some warnings there. 2017-02-21 18:29:59 +03:00
build Version 1.0.27: Fix launch in Ubuntu 17.04 2017-03-31 13:46:55 +03:00
gyp Fix AutoConnection::debugState() for TCP connections. Fix #3171 2017-03-30 18:20:51 +03:00
Telegram.plist
create.bat Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00