Mangeshrex / rxfetch

A custom system info fetching tool
GNU General Public License v3.0
451 stars 39 forks source link

Issue with displaying pkgs #33

Closed ghost closed 2 years ago

ghost commented 2 years ago

The pkgs number is not being displayed on Gentoo Linux.

everything else works perfectly

here is an image:

2021-11-19_12-47

Mangeshrex commented 2 years ago

Idk the reason why is it not working for you but a friend of mine got it working on a fresh Gentoo install.

IMG_20211120_134842_346

alpheratz0 commented 2 years ago

Hi @MeliodasZoom, can you provide the output of this command?

bash -x $(which rxfetch) >/dev/null
ghost commented 2 years ago

I actually found out the issue which is that I have packages from both emerge and flatpaks which is the reason for it to show nothing. Now I have removed the flatpaks just to check it and it works well.

Mangeshrex commented 2 years ago

👍👍