From 6c0db75ee4b3507d39867a30bbce89888d671a56229b18bdbb3a7441c4958dc3 Mon Sep 17 00:00:00 2001 From: Xu Zhao Date: Sat, 2 Nov 2019 13:01:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=108 --- tdesktop.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdesktop.patch b/tdesktop.patch index 5d05737..1bd2390 100644 --- a/tdesktop.patch +++ b/tdesktop.patch @@ -18,7 +18,7 @@ index 3ba28309b..e280c44fa 100644 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/lib/qt/plugins"); ++ 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