1
0
Xu Zhao 2019-11-02 19:27:57 +00:00 committed by Git OBS Bridge
parent 6c0db75ee4
commit ec64193525

View File

@ -17,8 +17,6 @@ index 3ba28309b..e280c44fa 100644
Logs::start(this); // must be started before Platform is started
Platform::start(); // must be started before Sandbox is created
+ // I don't know why path is not in QT_PLUGIN_PATH by default
+ QCoreApplication::addLibraryPath("/usr/lib64/qt5/plugins");
+ // without this Telegram doesn't start on Ubuntu 17.04 due GTK errors
+ setenv("QT_STYLE_OVERRIDE", "qwerty", false);
+ // Telegram doesn't start when extraordinary theme is set, see launchpad.net/bugs/1680943