KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.84k stars 454 forks source link

Packages isn't showing up, just shows unknown #675

Open IAmV0id opened 4 years ago

IAmV0id commented 4 years ago

image

darealshinji commented 4 years ago

It looks like you're using a distro called "Pop! OS" which the script doesn't recognize. Unfortunately it also didn't fall back to recognize it as an Ubuntu variant.

Can you please show us the output of: => lsb_release -sirc => cat /etc/os-release => ls -1 /etc/*-release

IAmV0id commented 4 years ago

Here ya go

a_random_lantern@hal-9000:~$ lsb_release -sirc
Pop
20.04
focal
a_random_lantern@hal-9000:~$ cat /etc/os-release
NAME="Pop!_OS"
VERSION="20.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 20.04 LTS"
VERSION_ID="20.04"
HOME_URL="https://system76.com/pop"
SUPPORT_URL="http://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
LOGO=distributor-logo-pop-os
a_random_lantern@hal-9000:~$ ls -1 /etc/*-release
/etc/lsb-release
/etc/os-release
a_random_lantern@hal-9000:~$