BuddiesOfBudgie / budgie-desktop

Budgie Desktop is a familiar, modern desktop environment.
https://buddiesofbudgie.org
GNU General Public License v2.0
964 stars 50 forks source link

[Bug] Status Indicator applet won't install to budgie-panel #609

Closed AppMathIsRealMath closed 1 month ago

AppMathIsRealMath commented 1 month ago

Description

My status indicator applet has been working fine on my recent install of Fedora 40 Budgie... and just disappeared and won't reinstall to the panel.

I've been doing a lot of package installs and configuring - not removing anything I believe.

In journald here's what happens when an attempt to install the status indicator applet fails:

Sep 08 19:55:57 fedora budgie-panel[8832]: Failed to load module 'statusapplet.so': /usr/lib64/budgie-desktop/plugins/org.budgie-desktop.applet.status/libstatusapplet.so: undefined symbol: gvc_mixer_stream_change_is_muted Sep 08 19:55:57 fedora budgie-panel[8832]: Error loading plugin 'statusapplet.so' Sep 08 19:55:57 fedora budgie-panel[8832]: plugin_manager.vala:69: Failed to find extension for: Status Indicator

This seems related to the gnome settings daemon but :man_shrugging: A reinstall of everything gnome- and budgie-related didn't help.

Budgie version

budgie-desktop 10.9.2

Operating System

Fedora 40

Steps to reproduce the issue

If I knew I wouldn't have done it.. and could have reversed it ;-)

Actual result

No status indicator can be installed to the panel.

Expected result

A status indicator should be installed to the panel.

Additional information

No response

AppMathIsRealMath commented 1 month ago

And... I found the problem. Bitten by the ole LD_LIBRARY_PATH issue - budgie-desktop-settings was linking in a locally built library instead of the system's.