Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [FIXED] artix-branding-base - neofetch, bug or annoyance  (Read 596 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[FIXED] artix-branding-base - neofetch, bug or annoyance

neofetch gets called in /etc/local.d/branding.start
On the first run it creates /.config/neofetch/config.conf instead of /root/.config/neofetch/config.conf
This bugs my own minor OCD. There should not be a .config dir in /  (imho)
I've had a quick look into why it's doing this but I don't know. Neofetch run fron a root shell correctly puts its config file in /root/.config/neofetch/config.conf.
I tried
Code: [Select]
source /etc/profile
at the top of /etc/local.d/branding.start but that made no difference.

I've fixed it for me by editing /etc/local.d/branding.start to:
Code: [Select]
neofetch  --no_config >| /etc/issue
The config isn't really used. It's just default settings.
The neofetch output remains the same after the change but no more  /.config/neofetch/config.conf

I did wonder if was a peculiarity of my migrated install so checked with a VM of artix-base-openrc. It's the same.

 

Re: artix-branding-base - neofetch, bug or annoyance

Reply #1
You are right and it bugs my own OCD-ness too, --no_config was added to neofetch for the new weekly ISO batch.