From c79ddec99707e9c59a7be8b78193b12077d90810 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 21 Mar 2014 11:32:07 +0100 Subject: [PATCH] appearance: add a word for stuff like Skype --- rc/appearance.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc/appearance.lua b/rc/appearance.lua index db72f39..51bd3ac 100644 --- a/rc/appearance.lua +++ b/rc/appearance.lua @@ -89,7 +89,8 @@ gtk3:close() -- For QT, the configuration file is ~/.config/Trolltech.conf. It -- seems a bit complex to override it each time. The solution is to -- run qtconfig and to select "GTK+" for the style and the appropriate --- font. +-- font. QT uses GTK2. You should ensure that the appropriate engines +-- exist (in both 32 and 64 bits in case of multiarch). -- The systray is a bit complex. We need to configure it to display -- the right colors. Here is a link with more background about this: