appearance: specifically tell which package to use

This commit is contained in:
Vincent Bernat 2014-03-21 17:22:47 +01:00
parent c79ddec997
commit b649c57c91

View file

@ -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: