tdesktop/Telegram/SourceFiles/platform/linux
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
..
file_utilities_linux.cpp Add MTP::Sender to replace RPCSender some day. 2017-03-23 14:37:38 +03:00
file_utilities_linux.h Platform-dependent file methods called async. 2017-02-28 18:03:38 +03:00
linux_desktop_environment.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
linux_desktop_environment.h Loading libunity only in Unity and Pantheon. #3053 2017-02-26 21:02:46 +03:00
linux_gdk_helper.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
linux_gdk_helper.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
linux_libnotify.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
linux_libnotify.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
linux_libs.cpp Version 1.0.27: Fix launch in Ubuntu 17.04 2017-03-31 13:46:55 +03:00
linux_libs.h Version 1.0.27: Fix launch in Ubuntu 17.04 2017-03-31 13:46:55 +03:00
main_window_linux.cpp Notifications management moved to AuthSession. 2017-03-06 18:38:15 +03:00
main_window_linux.h Notifications management moved to AuthSession. 2017-03-06 18:38:15 +03:00
notifications_manager_linux.cpp Notifications management moved to AuthSession. 2017-03-06 18:38:15 +03:00
notifications_manager_linux.h Notifications management moved to AuthSession. 2017-03-06 18:38:15 +03:00
specific_linux.cpp Update .desktop file on Linux (#3109) 2017-03-23 18:00:21 +03:00
specific_linux.h Renamed / moved a bunch of files. 2017-03-04 12:56:07 +03:00