From f7ceedc29cfcc8df4f7eb4305f300b22818ee257 Mon Sep 17 00:00:00 2001 From: t52ta6ek <24543390+t52ta6ek@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:14:50 +0200 Subject: [PATCH] Update INSTALLATION.md Added libxcb-cursor-dev to correct startup error: Could not load the Qt platform plugin "xcb" in "" even though it was found. ...and its resulting core dump. --- docs/INSTALLATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index 7238575..784a66c 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -58,11 +58,11 @@ or `make rpm` builds an (untested) rpm package that can be installed on your system the usual way. -## Ubuntu 20.04 / 22.04 +## Ubuntu 20.04 / 22.04 / 24.04 1. Install python3 and pip - sudo apt install python3 python3-pip + sudo apt install python3 python3-pip libxcb-cursor-dev python3 -m venv ~/.venv_nano . ~/.venv_nano/bin/activate pip install -U pip