From 21e7ea1fb8cef99dd0f40834c55288e79480346c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 2 May 2016 19:38:49 +0800 Subject: _profile: set XDG_CURRENT_DESKTOP=KDE to fix Qt5 apps appearance --- _profile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: # -- cgit v1.2.2