Narrat
Narrat
What may play a role for hardcoding `/lib` in 2021. The [usr-merge](https://wiki.debian.org/UsrMerge) wasn't covered by all major players like it is now. IIRC Debian had still a separate `/lib` back...
`/etc` is kinda special as it is **the** location for system-wide configuration. There is not really a different location (ignoring the oddball location `/opt` which can contain `/opt/etc`, IIRC. But...
> I think the first ExecStart line should have been removed. Sorry to have missed that Seems like that. Building via the old way creates the same wrong unit file
Can confirm https://github.com/dunst-project/dunst/commit/f6ba641c8ead82afcd202fd408f2ede91ea4f162 fixes the invalid unit file error (appearing with Makefile and meson built dunst) But I did notice something additional. I thought I reported this error against a...
Looking at the files in `/usr/share/dbus-1/services` it seems the reverse tld naming is a convention
Hmm... not respecting `bindir` or using `prefix` for replacing `@bindir@` seems to be a problem. Using a patch to match the name of the systemd unit file and running dunst...
Log: ``` $ meson setup --bindir /usr/bin --prefix /usr build The Meson build system Version: 1.7.1 Source dir: /tmp/dunst Build dir: /tmp/dunst/build Build type: native build Project name: dunst Project...
It currently seems options from the command line (User defined options) are only available later on? The binaries get installed in the right place, so it seems to be considered....
Can confirm, the content of the service is looking good now. And working if the overlooked point gets addressed ;) > So there is an additional issue only happening with...
> ps: I have no clue why the arch ci is failing but it seems unrelated Not that knowledgeable on that topic, but the `glibc` had an [update that day](https://gitlab.archlinux.org/archlinux/packaging/packages/glibc/-/commit/ad20c415ab2c292dae3ba63c9c5ef7bdbea14bea)....