Screenfetch logo

I think there is an issue with screenfetch, it shows arch linux and no endeavour os :frowning_face:

Bildschirmfoto_2020-07-10_13-04-27

in endevouros there should be a hook that change te lsb-release.conf and os-release normal in /etc, but in which iso this came, idk :slight_smile:

2 Likes

I think it was back in october last year… @Bryanpwo can tell us :slight_smile:

1 Like

$ cd /etc/pacman.d/hooks

Should be two hooks:

lsb-release.hook                        as ringo mentioned
os-release.hook

With your screenfetch as it is, I’m guessing you won’t have these. You may not even have the /etc/pacman.d/hooks directory.

Pudge

Yes that’s right.

@antec1 I’m surprised, it shows the Endeavour logo over here.

2 Likes

I saw an update about lsb-release today !

1 Like

Today is the first day i see that :man_facepalming: :man_shrugging:

I have that hooks directory, but only eos-reboot-required.hook in it.

1 Like

That is the hook that puts the notice on the screen about a reboot recommended after an update.

lsb-release is a package

pacman -Q | grep lsb
lsb-release 1.4-16

When lsb-release is updated, it writes the Arch branding to various places, which over writes the EnfeavourOS branding put in during install. The hooks then over writes the Arch branding to restore the EndeavourOS branding. Kind of a back and forth thing.
lsb-release.hook and os-release.hook do this function.

Not sure of the approved way to restore the hooks to your system

Pudge

2 Likes

@manuel @fernandomaroto may we add the hooks to theming package?

4 Likes

@FLVAL is correct. Per the Archlinux web site, lsb-release was updated yesterday 2020-07-09

Arch Repo Name Version Description Last Updated Flag Date
any Community lsb-release 1.4-16 LSB version query program 2020-07-09

Pudge

I have that release and screen fetch works for me?

Screenshot_2020-07-10_15-22-41

Personal enos-hooks :rofl::rofl: mayby far far futher you can add stuff lol

Yeah, that looks like a good place.

1 Like

Wise idea!

1 Like

I had repaired my problem myself:

I copied this into /etc/lsb-release:

LSB_VERSION=1.4
DISTRIB_ID=EndeavourOS
DISTRIB_RELEASE=rolling
DISTRIB_DESCRIPTION=“EndeavourOS Linux”

and voila :grin::

Bildschirmfoto_2020-07-11_09-24-27

Thank you all, who wants to help me. :hugs:

2 Likes

Hi all!

Just released a new endeavouros-theming package (version 5-2.1), and it should fix this issue.

If you still find any problems with this, please report as soon as possible!
Thanks! :smile:

1 Like

There’s a conflicting issue with it, so the update doesn’t get performed:

endeavouros-theming: /etc/pacman.d/hooks/lsb-release.hook already exists
endeavouros-theming: /etc/pacman.d/hooks/os-release.hook already exists

is because its create by installation those hooks , you need to overwrite :slight_smile:

In this case, this need to checked also for the online installer ? @manuel @joekamprad