From c5adef7a36da1c18199afd9d72b83cffc4f7e9fa Mon Sep 17 00:00:00 2001 From: emeric Date: Sun, 29 May 2022 14:02:24 +0200 Subject: [PATCH 01/21] cmake command updated to match debian's /usr location. fixes #232 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index c8f44f61..b93a9e1c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -50,7 +50,7 @@ git clone https://github.com/epoupon/lms.git lms cd lms mkdir build cd build -cmake .. -DCMAKE_BUILD_TYPE=Release +cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ``` __Notes__: * you can customize the installation directory using `-DCMAKE_INSTALL_PREFIX=path` (defaults to `/usr/local`). From 88e117ccde2178b3e9eb731708498474c6930bc5 Mon Sep 17 00:00:00 2001 From: emeric Date: Mon, 30 May 2022 13:33:54 +0200 Subject: [PATCH 02/21] Fixed dropdown alignment to prevent horizontal scrolling. fixes #239 --- approot/main.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/approot/main.xml b/approot/main.xml index ffd58fbb..016484e5 100644 --- a/approot/main.xml +++ b/approot/main.xml @@ -44,7 +44,7 @@ -