mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-11 11:26:51 +08:00
linux: disable qmldiskcache
Seems bugguy on some distributions... Change-Id: I985d64cc36445ce2b68fe091ad060601071a3e04
This commit is contained in:
@@ -63,6 +63,7 @@ main(int argc, char* argv[])
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
setenv("QT_QPA_PLATFORMTHEME", "gtk3", true);
|
||||
setenv("QML_DISABLE_DISK_CACHE", "1", true);
|
||||
#ifdef __GLIBC__
|
||||
// Current glibc is causing some bugs with font loading
|
||||
// See https://bugreports.qt.io/browse/QTBUG-92969
|
||||
|
||||
Reference in New Issue
Block a user