From 075ed8f1789423de70f9892f06d3dba450573405 Mon Sep 17 00:00:00 2001 From: Perflyst Date: Mon, 28 Jan 2019 13:36:03 +0100 Subject: [PATCH] Add warning for ubuntu 1804 --- Issues-with-Captcha-on-Debian-and-Ubuntu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Issues-with-Captcha-on-Debian-and-Ubuntu.md b/Issues-with-Captcha-on-Debian-and-Ubuntu.md index a156a87..524be96 100644 --- a/Issues-with-Captcha-on-Debian-and-Ubuntu.md +++ b/Issues-with-Captcha-on-Debian-and-Ubuntu.md @@ -1,3 +1,4 @@ +#### Warning: If you use imagemagick on Ubuntu for other services like Mastodon this guide may breaks them, please use [this guide](https://linuxconfig.org/how-to-install-imagemagick-7-on-ubuntu-18-04-linux) instead. There is some issue on Debian 9 and Ubuntu 18.04 and later. It appears that the clock (the captcha) has no hands but you can see them outside the clock. You need to compile imagemagick yourself with rsvg to solve this issue. Thanks [Tmiland](https://github.com/tmiland) for showing up a solution at [#299](https://github.com/omarroth/invidious/issues/299)