diff --git a/README.md b/README.md index e0c0711..fffc15f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Changes: https://gitlab.com/o9000/tint2/blob/0.12.12/ChangeLog Documentation: [doc/tint2.md](doc/tint2.md) -Compile it with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)): +Compile it with (after you install the [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)): ``` git clone https://gitlab.com/o9000/tint2.git @@ -57,6 +57,12 @@ tint2 is a simple panel/taskbar made for modern X window managers. It was specif * [Other frequently asked questions](https://gitlab.com/o9000/tint2/wikis/FAQ) * [Obtain a stack trace when tint2 crashes](https://gitlab.com/o9000/tint2/wikis/Debug) +# Known issues + + * Graphic glitches on Intel graphics cards can be avoided by changing the acceleration method to UXA ([issue 595](https://gitlab.com/o9000/tint2/issues/595)) + * Window managers that do not follow exactly the EWMH specification might not interact well with tint2 (known issues for [awesome](https://gitlab.com/o9000/tint2/issues/385), [bspwm](https://gitlab.com/o9000/tint2/issues/524). [openbox-multihead](https://gitlab.com/o9000/tint2/issues/456)) + * Full transparency requires a compositor such as Compton (if not provided already by the window manager, as in Compiz/Unity, KDE or XFCE) + # How can I help out? * Report bugs and ask questions on the [issue tracker](https://gitlab.com/o9000/tint2/issues);