aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: #