diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-05-02 19:38:49 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-05-02 19:38:49 +0800 |
commit | 21e7ea1fb8cef99dd0f40834c55288e79480346c (patch) | |
tree | f8b8a30216670501d89d32806c25305abbaace24 /_profile | |
parent | 7621a6db6b377e7bfb7e2f758a7dc3ff187ea179 (diff) | |
download | dotfiles-21e7ea1fb8cef99dd0f40834c55288e79480346c.tar.bz2 |
_profile: set XDG_CURRENT_DESKTOP=KDE to fix Qt5 apps appearance
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: # |