From 56d5827dc3af2ef167790abe388962682e4e7b2b Mon Sep 17 00:00:00 2001 From: Jack Linhart Date: Sat, 27 Feb 2021 20:45:26 -0700 Subject: [PATCH] Add BadDrawable Error to FAQ Same issue from #46 duplicated on my own machine Ubuntu 20.04, version 0.2.0 and occurred after successful installation and running: ```bash and existed on my run.sh ``` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 23d2c2f46..cbdb7ce5a 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,9 @@ A: Avatarify creates a virtual camera which can be plugged into any app where vi Q: **Where can I discuss Avatarify-related topics with the community?** A: We have Slack. Please join: [](https://join.slack.com/t/avatarify/shared_invite/zt-dyoqy8tc-~4U2ObQ6WoxuwSaWKKVOgg) +Q: **How do I get rid of `Error: BadDrawable (invalid Pixmap or Window parameter) 9`** +A: Add QT_X11_NO_MITSHM=1 to your path variables + ## Troubleshooting