fastfetch-cli / fastfetch

Like neofetch, but much faster because written mostly in C.
MIT License
8.02k stars 347 forks source link

[BUG] Incorrect number of flatpaks reported #1035

Closed elydpg closed 1 week ago

elydpg commented 1 week ago

General description of bug:

Often helpful information:

In my testing, it seems one more than the number of flatpaks reported by running flatpak list. Is it counting the number of lines in that output?

CarterLi commented 1 week ago

We count the directories in /var/lib/flatpak/{app,runtime}

Please paste the result of ls -l /var/lib/flatpak/{app,runtime} and flatpak list for investigation.

elydpg commented 1 week ago

I have installed more flatpaks; now it's reporting three more flatpaks than flatpak list. On the other hand, it agrees with the number of directories in ls -l /var/lib/flatpak/{app,runtime}. I'm not sure what the "real" number of flatpaks is but I'm closing this now