Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: Artt on 26 October 2023, 20:29:12

Title: SOLVED foot is broken due to libutf8proc 2.9,0 dependency
Post by: Artt on 26 October 2023, 20:29:12
Hi

I do not know since what verison, but Foot (terminal from arch repos) requires libutf8proc 2.9.0 to get libutf8proc.so.3.

Since we have that package in the world repo I thought that some people might run into trouble with that.

To fix that you can either downgrade foot
Code: [Select]
# pacman -U /var/cache/pacman/pkg/foot(old-version)
or upgrade the library
Code: [Select]
# pacman -S  --asdeps libutf8proc=2.9.0

This post also is a heads-up to libutf8proc mantainer, but since I proposed a workaround, its not urgent.
Title: Re: foot is broken due to libutf8proc 2.9,0 dependency
Post by: corysanin on 26 October 2023, 23:12:18
Arch moved libutf8proc yesterday. Artix got it today.
Title: Re: SOLVED foot is broken due to libutf8proc 2.9,0 dependency
Post by: Artt on 27 October 2023, 10:28:06
I understand. I just update very often.
Thank you!