cool-retro-term no longer runs from compile directory #587
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When building from a clean tree,
cool-retro-term
no longer runs from compile directory:The problem is that since commit
e1b6ac5c6c
, various files are no longer being copied toqmltermwidget/QMLTermWidget
after build, where it expects them.To manually work around this you can copy the necessary files manually:
Can confirm this on MacOS. The workaround also allows the compiled program to run here.
have to install
$ apt install qml-module-qmltermwidget
first
and then
$ cp -r qmltermwidget/src/qmldir qmltermwidget/lib/kb-layouts qmltermwidget/lib/color-schemes qmltermwidget/src/QMLTermScrollbar.qml qmltermwidget/QMLTermWidget
can confirm this on Kali Linux 2020.2.
The workaround allows the compiled program to run at the compiled path here.
Thank you for this tip!