mirror of
https://github.com/vale981/tdesktop
synced 2025-03-12 05:56:42 -04:00
![]() 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 |
||
---|---|---|
.. | ||
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 | ||
specific_linux.cpp | ||
specific_linux.h |