aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-05-02 19:38:49 +0800
committerAaron LI <aaronly.me@gmail.com>2016-05-02 19:38:49 +0800
commit21e7ea1fb8cef99dd0f40834c55288e79480346c (patch)
treef8b8a30216670501d89d32806c25305abbaace24
parent7621a6db6b377e7bfb7e2f758a7dc3ff187ea179 (diff)
downloaddotfiles-21e7ea1fb8cef99dd0f40834c55288e79480346c.tar.bz2
_profile: set XDG_CURRENT_DESKTOP=KDE to fix Qt5 apps appearance
-rw-r--r--_profile9
1 files changed, 8 insertions, 1 deletions
diff --git a/_profile b/_profile
index ffdd0d7..40042d9 100644
--- a/_profile
+++ b/_profile
@@ -1,9 +1,10 @@
+# -*- mode: sh; -*-
#
# ~/.profile
# executed by the command interpreter for login shells.
#
# Aaron LI
-# Updated: 2016-01-26
+# Updated: 2016-05-02
#
@@ -62,4 +63,10 @@ export OSFONTDIR="/usr/local/share/fonts;$HOME/.fonts"
export XAPIAN_CJK_NGRAM=1
+### Qt
+# Qt5 applications may missing icons etc. when running in DEs other than
+# KDE or GNOME.
+export XDG_CURRENT_DESKTOP=KDE
+
+
# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=sh: #