Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/QRema.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index eaca329..b7d54a8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -3,6 +3,9 @@
int main(int argc, char *argv[])
{
+ // ensure that glib integration of Qt is not turned off
+ // This fixes #168: https://github.com/lxqt/pcmanfm-qt/issues/168
+ qunsetenv("QT_NO_GLIB");
QApplication a(argc, argv);
QRemaMain w;
w.show();