Error: couldn’t find config: dr460nized

Once again, I request your assistance…
So, the modification of the fastfetch config file was successful, and it was working properly, until a couple of days ago. I have not touched the files related to that in any way, they are now as they were the last time, however, instead of the usual fastfetch stuff, I get an ¨Error: couldn’t find config: dr460nized¨ error. The rest of the modifications are still as they should.
Now, I can (and will) simply re-do the steps, but I am puzzled as to WHY this happened, maybe you people have some ideas? This started to happen last Friday, but I was very sick, and only now I was able to come out of the bed.
Mandatory inxiness:

//////////////////////////////
System:
Host: Menace Kernel: 6.6.1-zen1-1-zen arch: x86_64 bits: 64
Desktop: KDE Plasma v: 5.27.9 Distro: Garuda Linux
Machine:
Type: Desktop Mobo: ASUSTeK model: ROG STRIX B450-F GAMING II v: Rev 1.xx
serial: <superuser required> UEFI: American Megatrends v: 4007
date: 12/08/2020
CPU:
Info: 8-core model: AMD Ryzen 7 2700X bits: 64 type: MT MCP cache: L2: 4 MiB
Speed (MHz): avg: 3998 min/max: 2200/4000 cores: 1: 3990 2: 4000 3: 4000
4: 4000 5: 4000 6: 3992 7: 4000 8: 3992 9: 4000 10: 4000 11: 4000 12: 4000
13: 4000 14: 4000 15: 4000 16: 4000
Graphics:
Device-1: NVIDIA TU104 [GeForce RTX 2080 Rev. A] driver: nvidia v: 545.29.02
Device-2: NVIDIA TU104 [GeForce RTX 2080 Rev. A] driver: nvidia
v: 545.29.02
Display: x11 server: X.Org v: 21.1.9 with: Xwayland v: 23.2.2 driver: X:
loaded: modesetting,nouveau,nvidia gpu: nvidia,nvidia resolution:
1: 1920x1080 2: N/A
API: EGL v: 1.5 drivers: kms_swrast,nvidia,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 545.29.02
renderer: NVIDIA GeForce RTX 2080/PCIe/SSE2
API: Vulkan v: 1.3.269 drivers: nvidia,llvmpipe surfaces: xcb,xlib
Audio:
Device-1: Creative Labs CA0132 Sound Core3D [Sound Blaster Recon3D /
Z-Series BlasterX AE-5 Plus] driver: snd_hda_intel
Device-2: NVIDIA TU104 HD Audio driver: snd_hda_intel
Device-3: NVIDIA TU104 HD Audio driver: snd_hda_intel
API: ALSA v: k6.6.1-zen1-1-zen status: kernel-api
Server-1: PipeWire v: 0.3.84 status: active
Network:
Device-1: Intel I211 Gigabit Network driver: igb
IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: be:39:a9:d3:76:6c
Drives:
Local Storage: total: 2.75 TiB used: 73.74 GiB (2.6%)
ID-1: /dev/nvme0n1 vendor: Intel model: SSDPEKNW020T8 size: 1.86 TiB
ID-2: /dev/sda vendor: Kingston model: SA400S37480G size: 447.13 GiB
ID-3: /dev/sdb vendor: Western Digital model: WD5000AAKS-00TMA0
size: 465.76 GiB type: USB
Partition:
ID-1: / size: 1.86 TiB used: 73.74 GiB (3.9%) fs: btrfs dev: /dev/nvme0n1p2
ID-2: /boot/efi size: 299.4 MiB used: 576 KiB (0.2%) fs: vfat
dev: /dev/nvme0n1p1
ID-3: /home size: 1.86 TiB used: 73.74 GiB (3.9%) fs: btrfs
dev: /dev/nvme0n1p2
ID-4: /var/log size: 1.86 TiB used: 73.74 GiB (3.9%) fs: btrfs
dev: /dev/nvme0n1p2
ID-5: /var/tmp size: 1.86 TiB used: 73.74 GiB (3.9%) fs: btrfs
dev: /dev/nvme0n1p2
Swap:
ID-1: swap-1 type: zram size: 15.51 GiB used: 0 KiB (0.0%) dev: /dev/zram0
Sensors:
System Temperatures: cpu: 46.6 C mobo: 38.0 C gpu: nvidia temp: 34 C
Fan Speeds (rpm): cpu: 2311 case-1: 0 case-2: 0 case-3: 0 gpu: nvidia
fan: 26%
Info:
Processes: 429 Uptime: 32m Memory: total: 16 GiB available: 15.51 GiB
used: 2.75 GiB (17.8%) Shell: fish inxi: 3.3.31
//////////////////////////////

Apart from the current issue I’d suggest creating a new preset as the dr460nized one will be reset to it’s default with each update :thinking:

5 Likes

Oh, I see…
Yes, that really makes sense.
OK then, thank you!

You can place the newly created preset in

~/.local/share/fastfetch/presets/

name it anything you want and change the fish.config to call your preset instead of dr460nized. :+1:

2 Likes

I will. Thank you very much!

Ehhhmmm, that location does not exist in my system :S Sorry :frowning:

Yeah you have to create that location.

mkdir -p ~/.local/share/fastfetch/presets
 tree .local/share/fastfetch/presets/
 .local/share/fastfetch/presets
├──  Ascii-Logo.txt
└──  siddharth

fastfetch will be able to look into that location and you can keep your configs without worrying about having them disappearing or changing on you.

fastfetch --load-config siddharth

loads the preset siddharth in this folder for me.

2 Likes

OK, fastfetch is working, but it is not autostarting. If I want to see it, I need to start it manually every time.

Check your fish config (~/.config/fish/config.fish) and adjust the line that calls fastfetch there.

Protip: use the text editor’s search command to search for fastfetch.

2 Likes

Yes, I am working on that. Thank you for the help.

OK, solved.
My configuration was a MESS, I had to redo everything according to the examples shown on fastfetch GitHub page, as well as your help of course.
Thank you so very much for your help!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.