From ef65d76654709541f30f940a35b1481152f163df Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Tue, 7 Apr 2020 11:26:47 +0200 Subject: [PATCH] Updated Known Issues (markdown) --- Known-Issues.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Known-Issues.md b/Known-Issues.md index 67f6a7f..12093a5 100644 --- a/Known-Issues.md +++ b/Known-Issues.md @@ -97,8 +97,6 @@ This issue occurs because `jsoncpp` changes the name of their `.so` file every r **Fix:** You have to recompile polybar, so that it links to the new `.so` file. If you use precompiled binaries from a repository, you either have to compile polybar yourself or contact the packager so that they can recompile polybar and publish a package with proper linkage. -Alternatively you can symlink the `libjsoncpp.so.XX` file from the error message to `libjsoncpp.so` (most likely in the `/usr/lib` directory). **Warning:** This could potentially break other packages, only use this as a last resort, recompiling is preferable in every situation. - ## Setting Module Backgrounds when using Gradients **Problem:** When you use a gradient as your polybar background, explicitly setting any module's background color to whatever you have set as `background-0`, either through the `-background` setting or the `%{B}` formatting tag, will not change the background color at all.