From e2f7e77ec2a7896a7b597ff6998c57408e82e9f3 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sat, 21 Jan 2023 23:03:46 +0100 Subject: [PATCH] Mentione Qt SVG dependency for Arch Linux in the docs (#1319) --- docs/source/int_source.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/int_source.rst b/docs/source/int_source.rst index 52c246be..272f18c3 100644 --- a/docs/source/int_source.rst +++ b/docs/source/int_source.rst @@ -48,6 +48,13 @@ source, dependencies can still be installed from PyPi with: pip install -r requirements.txt +.. note:: + + On Linux distros, the Qt library is usually split up into multiple packages. In some cases, + secondary dependencies may not be installed automatically. For novelWriter, the library files + for renderring the SVG icons may be left out and needs to be installed manually. This is the + case on for instance Arch Linux. + .. _a_source_install: