Can you give me the output of your /etc/os-release?

Peer

Well-Known Member
Joined
May 17, 2018
Messages
587
Reaction score
305
Credits
402
Hey,
can you please all give me your output of
Code:
egrep LOGO /etc/os-release ; egrep ID /etc/os-release
?
This will be very helpfull for me, because I'm writing at this point a systeminfo tool for xfce, and I have to know which distros provide their icon in /etc/os-release and which don't.
It would be realy realy helpfull for me.
Thanks
 
Last edited:


LOGO=fedora-logo-icon
ID=fedora
VERSION_ID=32
PLATFORM_ID="platform:f32"
VARIANT_ID=matecompiz
 
LOGO=archlinux
ID=arch
BUILD_ID=rolling
 
Hey,
can you please all give me your output of
Code:
egrep LOGO /etc/os-release ; egrep ID /etc/os-release
?
This will be very helpfull for me, because I'm writing at this point a systeminfo tool for xfce, and I have to know which distros provide their icon in /etc/os-release and which don't.
It would be realy realy helpfull for me.
Thanks
This is what i show:
Screenshot at 2020-05-04 20-33-47.png


OG
 
ID=linuxmint
ID_LIKE=ubuntu
VERSION_ID="19.2"
 
NAME="elementary OS"
VERSION="5.1.4 Hera"
ID=elementary
ID_LIKE=ubuntu
PRETTY_NAME="elementary OS 5.1.4 Hera"
LOGO=distributor-logo
VERSION_ID="5.1.4"
HOME_URL="https://elementary.io/"
SUPPORT_URL="https://elementary.io/support"
BUG_REPORT_URL="https://github.com/elementary/os/issues/new"
PRIVACY_POLICY_URL="https://elementary.io/privacy-policy"
VERSION_CODENAME=hera
UBUNTU_CODENAME=bionic
 
LOGO=archlinux
ID=arch
BUILD_ID=rolling
 
This is the output from my laptop running Debian 10:
Code:
VERSION_ID="10"
ID=debian
 
Code:
VERSION_ID="5.11"
ID=sparky
ID_LIKE=debian
 
First of all thank you very much!
It doesn't look like so many distributions have this LOGO entry.
So I have to tell my program manualy what the logo is called in most distributions...
I found out that for example linux mint, debian and kali have their logo stored in /usr/share/pixmaps, but ubuntu doesn't porvide it's logo at ALL.
Now my program adds the ubuntu logo to /usr/share/pixmaps it self.
I hope I covered most main stream distros which may ship with xfce.
I someone has a more rare distro running somewhere I would be happy to see the output of those as well.
BTW Arch, Fedora and Manjaro have this logo entry, why not the others?
 
On fedora the os-release is a link to /usr/lib/os-release
There is also this file in that directory
 

Attachments

  • fedora-logo-icon.png
    fedora-logo-icon.png
    2.5 KB · Views: 289
Oracle Linux 7.6

ID="ol"
VARIANT_ID="server"
VERSION_ID="7.6"
 
OpenSuSE 15.1

~> egrep LOGO /etc/os-release ; egrep ID /etc/os-release
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="15.1"
 
Running Kubuntu 18.04.4 LTS Bionic Beaver
ID=ubuntu
ID_LIKE=debian
VERSION_ID="18.04"
 

Staff online


Top