From f55d8851cf23b36e36003ab250d6154fad5aa2fb Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Thu, 5 May 2022 18:52:56 +0200 Subject: [PATCH] README: add known bugs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4938346..747b3dd 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,9 @@ Install packages `godot` and `sqlports`, then execute `make run` in the sources # How to contribute The project is done using Godot, import the project in godot editor (`godot-tools` for OpenBSD current and >= 7.2), all the code is there. + +# Known bugs + +- remove the doas_nopass knob that will run the pkg_add and pkg_delete commands in an external xterm because I can't run those programs silently if doas is asking for password +- resizing is badly handled +- some packages may appear twice in the list, this may be due to flavor/subpackages, it requires investigation