You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gtk_status_icon_set_title(status_icon, "PulseAudio system tray");
in the file src/systray_impl.c But that is a total shot in the dark. This may not even be resolvable as it could just be a conflict between QT and GTK.
The text was updated successfully, but these errors were encountered:
This is probably something you want to ask the Plasma devs. If you figure out where it gets the title from, I'm glad to help getting it set correctly in pasystray if it doesn't break anyone else.
I think Plasma is preferentially pulling the icon title from:
Instead of from:
in the file
src/systray_impl.c
But that is a total shot in the dark. This may not even be resolvable as it could just be a conflict between QT and GTK.The text was updated successfully, but these errors were encountered: