DaKnig

Results 20 comments of DaKnig

I don't like the bit about ESC for exiting the app- it's not something you find commonly in tui apps in the Unix world- see ESC in man, less, emacs,...

after a quick look around the Makefile structure it seems like the problem is the call to `pkg-config --cflags libpng` for generating files that don't depend on libpng. there are...

this did solve the issue- it builds just fine on my system, although it implicitly depends on bash (not mentioned in the dep list in the build instructions).

one more thing to consider is casting negative numbers to unsigned shapes. a common trick in C to set all bits of an unsigned number is to assign -1 to...

just tested the flatpak version from this link: https://matrix.neko.dev/_matrix/media/r0/download/neko.dev/RVlHVgZBuDxTYrYeNXotDBGd crashes with the steps I described exactly

I have a terrible feeling that this might depend on a specific version of some dependency

0.9.3-74712ff6

when I build nheko locally, and run it with the following command from build tree, it does not exhibit the issue: `XDG_CACHE_HOME=/tmp/test/ XDG_CONFIG_HOME=/tmp/test/ XDG_DATA_HOME=/tmp/test/ ./nheko`

cannot reproduce on 0.10.2

yes but I only see how to do it with docker where can I get step by step?