Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tray icon title is "pasystray" in Plasma #123

Open
aaronsheldon opened this issue May 21, 2020 · 2 comments
Open

Tray icon title is "pasystray" in Plasma #123

aaronsheldon opened this issue May 21, 2020 · 2 comments

Comments

@aaronsheldon
Copy link

I think Plasma is preferentially pulling the icon title from:

    gtk_status_icon_set_from_icon_name(status_icon, "pasystray");

Instead of from:

    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.

@christophgysin
Copy link
Owner

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.

@aaronsheldon
Copy link
Author

There's the rub, not breaking something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants