forked from pool/telegram-desktop
This commit is contained in:
@@ -18,7 +18,7 @@ index 3ba28309b..e280c44fa 100644
|
|||||||
Platform::start(); // must be started before Sandbox is created
|
Platform::start(); // must be started before Sandbox is created
|
||||||
|
|
||||||
+ // I don't know why path is not in QT_PLUGIN_PATH by default
|
+ // I don't know why path is not in QT_PLUGIN_PATH by default
|
||||||
+ QCoreApplication::addLibraryPath("/usr/lib/qt/plugins");
|
+ QCoreApplication::addLibraryPath("/usr/lib64/qt5/plugins");
|
||||||
+ // without this Telegram doesn't start on Ubuntu 17.04 due GTK errors
|
+ // without this Telegram doesn't start on Ubuntu 17.04 due GTK errors
|
||||||
+ setenv("QT_STYLE_OVERRIDE", "qwerty", false);
|
+ setenv("QT_STYLE_OVERRIDE", "qwerty", false);
|
||||||
+ // Telegram doesn't start when extraordinary theme is set, see launchpad.net/bugs/1680943
|
+ // Telegram doesn't start when extraordinary theme is set, see launchpad.net/bugs/1680943
|
||||||
|
Reference in New Issue
Block a user