dunst-project / dunst

Lightweight and customizable notification daemon
https://dunst-project.org
Other
4.57k stars 340 forks source link

the configuration file doen't created after installation #1206

Closed D3ENNY closed 11 months ago

D3ENNY commented 1 year ago

Issue description

when i install dunst from arch linux repository (sudo pacman -Syu dunst) it doen't create the configuration example in /etc/xdg/dunst/dunstrc

Installation info

when i install dunst from arch linux repository (sudo pacman -Syu dunst) it doen't create the configuration example in /etc/xdg/dunst/dunstrc
Narrat commented 1 year ago

If the file would be missing it would be an Arch issue :) (because packaging) But not necessary to create a bug, because the file is there. Just a slightly different path.

https://archlinux.org/packages/extra/x86_64/dunst/

etc/
etc/dunst/
etc/dunst/dunstrc

This is due to setting SYSCONFDIR to /etc in the PKGBUILD

What is also helpful if you're missing files or want to know file locations: -Ql (query and list) -> pacman -Ql dunst