fastfetch-cli / fastfetch

A maintained, feature-rich and performance oriented, neofetch like system information tool.
MIT License
11k stars 425 forks source link

Installs `config.conf` to `/usr/etc/`, rather than to `/etc`. #491

Closed ImperatorStorm closed 1 year ago

ImperatorStorm commented 1 year ago

General description of bug:

Often helpful information:

Output of fastfetch --version:

fastfetch 1.12.2-280 (x86_64)

Build commands:

cmake -B build -DCMAKE_BUILD_TYPE='RelWithDebInfo' -G Ninja
ninja -C build -j12
ninja -C build install
CarterLi commented 1 year ago

Why?

ImperatorStorm commented 1 year ago

The Filesystem Hierarchy Standard requires that config files go in /etc. This is generally adhered to by most major Linux distributions