tdesktop/Telegram/SourceFiles/platform
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
..
linux Version 1.0.27: Fix launch in Ubuntu 17.04 2017-03-31 13:46:55 +03:00
mac Respect macOS do not disturb settings. Fix #3095. 2017-03-08 13:12:02 +03:00
win Alpha 1.0.20: fix crash in old Windows versions. 2017-03-09 00:10:32 +03:00
platform_audio.h Some platform-dependent modules refactoring. 2017-02-28 13:51:00 +03:00
platform_file_utilities.h Platform-dependent file methods called async. 2017-02-28 18:03:38 +03:00
platform_main_window.h Some platform-dependent modules refactoring. 2017-02-28 13:51:00 +03:00
platform_notifications_manager.h Notifications management moved to AuthSession. 2017-03-06 18:38:15 +03:00
platform_specific.h Finalizing file renaming. 2017-03-04 13:23:56 +03:00
platform_window_title.h Some platform-dependent modules refactoring. 2017-02-28 13:51:00 +03:00