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 initial commit for 0.4.18 version of Telegram Desktop 2014-05-30 12:53:19 +04:00
SourceFiles Version 1.0.27: Fix launch in Ubuntu 17.04 2017-03-31 13:46:55 +03:00
Telegram Closed beta 10020001: application icon changed. 2016-12-30 17:52:58 +04:00
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 Version for Mac App Store build from GYP ready, not tested yet. 2016-08-31 08:32:05 -06:00
create.bat Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00