diff options
Diffstat (limited to '_profile')
-rw-r--r-- | _profile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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: # |