Alexays / Waybar

Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
MIT License
5.82k stars 657 forks source link

"error while loading shared libraries: libiniparser.so.1" after latest iniparser update #3288

Closed Koko2110 closed 1 month ago

Koko2110 commented 1 month ago

Hello,

it seems today's iniparser update (4.2.1-1 -> 4.2.2-1) breaks waybar in some way. I am getting the error:

waybar: error while loading shared libraries: libiniparser.so.1: cannot open shared object file: No such file or directory

I can confirm that by downgrading iniparser everything goes back to how it should be. If it is of significance, I am on Arch Linux and hyprland.

mutoroglin commented 1 month ago

I had the problem that even after the recompilation and installation of the fixed libcava waybar still reported the error with the missing iniparser library. A recomilation of waybar fxed the problem for me.

LukashonakV commented 1 month ago

I guess the issue is solved here.

Koko2110 commented 1 month ago

The libcava update on the following day seemed to solve it for me too. I held out on closing the issue, since the maintainer of the AUR package had left a comment stating that it was a temporary patch and was awaiting feedback, but it seems it's all good now.

Thanks to everyone who helped out!