From b649c57c91ba4cb624f37d3f2a4249d9806da68c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 21 Mar 2014 17:22:47 +0100 Subject: [PATCH] appearance: specifically tell which package to use --- rc/appearance.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc/appearance.lua b/rc/appearance.lua index 51bd3ac..00634ee 100644 --- a/rc/appearance.lua +++ b/rc/appearance.lua @@ -90,7 +90,8 @@ gtk3:close() -- 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. QT uses GTK2. You should ensure that the appropriate engines --- exist (in both 32 and 64 bits in case of multiarch). +-- exist (in both 32 and 64 bits in case of multiarch), notably +-- gtk2-engines-pixbuf. -- 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: