Package: mako-notifier
Version: 1.4.1-1

When creating a config file for mako using a symlink, the program fails to run 
successfully:

$ mkdir ~/.config/mako
$ touch ~/test-config
$ ln -s ~/.confiq/mako/config ~/test-config
$ mako
Unable to open /home/kit_ty_kate/.config/mako/config for readingFailed to parse 
config

However, I tried to compile mako from source 
https://github.com/emersion/mako.git (https://github.com/emersion/mako) using 
the same tag (v1.4.1):

$ git checkout v1.4.1
$ meson build
$ ninja -C build
$ ./build/mako

and the resulting binary ./build/mako works fine. I'm not sure what's going on.

I'm using Debian Sid, Linux kernel 5.7.10-1, x86_64, libc6 2.31-2

Warm regards,
Kate

Reply via email to