hikari wayland compositor (https://hikari.acmelabs.space)
#20Can't start hikari on various linux distributions
Wanted to try hikari on Void Linux (aarch64, glibc). Packaged installed and when I type hikari
in the tty I have:
$ hikari
Usage: hikari [options]
Options:
-a <executable> Specify an autostart executable.
-c <config> Specify a configuration file.
-h Show this message and quit.
-v Show version and quit.
Same on Alpine Linux.
I tried to point to config files (in etc
and in .config
), still no starting.
hikari
on aarch64 is basically untested. But patches would surely be welcome. I don't have access to such hardware at the moment.flag https://hub.darcs.net/raichoo/hikari/browse/main.c#147 must be of type int.
Same issue for me on armv7l so I guess it's related to the architecture. I'll try what @jsm suggests.
I confirm that changing
chat flag;
toint flag;
was enough to fix the issue. Hikari is working fine on my armv7l hardware now!