Alexays / Waybar

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

Symbol lookup error #2841

Open calamitywoah opened 8 months ago

calamitywoah commented 8 months ago

Every time I try to run Waybar, I get this error:

waybar: symbol lookup error: /usr/lib/libtracker-sparql-3.0.so.0: undefined symbol: g_assertion_message_cmpint

I am using the hyprland desktop enviroment.

Steps to reproduce: Run Waybar from terminal

apiraino commented 7 months ago

I think the provided steps to reproduce are not sufficient to get a proper context.

Can you please bisect your config and try to identify which Waybar module is exactly causing the problem? Can you provide a minimal Waybar config to reproduce? AFAICS the libtracker-sparql library is not directly used by Waybar nor Hyprland so it has probably to do with one module your config is calling.

ziova commented 5 months ago

Hi, did you find a solution for this?