aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/main.cpp
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-08-02 20:51:49 +0000
committerWeblate <noreply@weblate.org>2017-08-02 20:51:49 +0000
commit0201dd4f85f96b43e57be244891685c04ac3b1bb (patch)
tree379cbf533de5a612ba4ec3d8a922fdf580d65b72 /src-qt5/core/lumina-desktop/main.cpp
parentTranslated using Weblate (Spanish) (diff)
parentMerge branch 'master' of github.com:trueos/lumina (diff)
downloadlumina-0201dd4f85f96b43e57be244891685c04ac3b1bb.tar.gz
lumina-0201dd4f85f96b43e57be244891685c04ac3b1bb.tar.bz2
lumina-0201dd4f85f96b43e57be244891685c04ac3b1bb.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/core/lumina-desktop/main.cpp')
-rw-r--r--src-qt5/core/lumina-desktop/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/main.cpp b/src-qt5/core/lumina-desktop/main.cpp
index 5eb58aa9..1b0e5e4d 100644
--- a/src-qt5/core/lumina-desktop/main.cpp
+++ b/src-qt5/core/lumina-desktop/main.cpp
@@ -73,6 +73,7 @@ int main(int argc, char ** argv)
setenv("DESKTOP_SESSION","Lumina",1);
setenv("XDG_CURRENT_DESKTOP","Lumina",1);
unsetenv("QT_QPA_PLATFORMTHEME"); //causes issues with Lumina themes - not many people have this by default...
+ //setenv("QT_QPA_PLATFORMTHEME", "lthemeengine");
unsetenv("QT_AUTO_SCREEN_SCALE_FACTOR"); //causes pixel-specific scaling issues with the desktop - turn this on after-the-fact for other apps
//Startup the session
LSession a(argc, argv);
bgstack15