The whitescreen bug mentioned by Bloodaxe, davvil and others can be fully fixed by deleting the files
~/.local/share/mime/packages/user-extension-(htm|html|shtml|xht|xhtml).xml
as well as
~/.local/share/mime/application/x-extension-(htm|html|shtml|xht|xhtml).xml
and then regenerating the mime database. No old packages need to be used after that.
Pinned Comments
themaddin commented on 2022-09-13 20:59 (UTC) (edited on 2022-09-13 21:01 (UTC) by themaddin)
The whitescreen bug mentioned by Bloodaxe, davvil and others can be fully fixed by deleting the files
~/.local/share/mime/packages/user-extension-(htm|html|shtml|xht|xhtml).xml
as well as
~/.local/share/mime/application/x-extension-(htm|html|shtml|xht|xhtml).xml
and then regenerating the mime database. No old packages need to be used after that.
themaddin commented on 2021-12-19 21:01 (UTC)
For python3.10 compatibility,
/usr/lib/python3.10/site-packages/knossos/windows.py:608
needs to be patched toself.win.progressBar.setValue(int(pi[0] * 100))
A PKGBUILD for the nuKnossos alpha will be Coming Soon.