kotatogram-desktop/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
file_utilities_linux.h
linux_desktop_environment.cpp
linux_desktop_environment.h
linux_gdk_helper.cpp
linux_gdk_helper.h
linux_libnotify.cpp
linux_libnotify.h
linux_libs.cpp
linux_libs.h
main_window_linux.cpp
main_window_linux.h
notifications_manager_linux.cpp
notifications_manager_linux.h Notifications management moved to AuthSession. 2017-03-06 18:38:15 +03:00
specific_linux.cpp
specific_linux.h