GTK3 popupinfo window color consistency and systray consistency #92
Replies: 10 comments 1 reply
-
GTK3 broke a lot of custom theming, that's one of the reasons we avoided it for a long time. |
Beta Was this translation helpful? Give feedback.
-
Regarding the missing popup info for the Qt status icon: The code to handle this is there but the event method seems to be never called. |
Beta Was this translation helpful? Give feedback.
-
I was thinking the same thing. I have audacious installed on Slackware
Linux using the xfce4 desktop. Slackware offers the KDE desktop which is Qt
based but I don't install that or use it.
…On Sun, Dec 3, 2023, 6:54 AM Thomas Lange ***@***.***> wrote:
Regarding the missing popup info for the Qt status icon: The code to
handle this is there but the event method
<https://github.com/audacious-media-player/audacious-plugins/blob/a5d02335b02fdf9cfc6815a33e7be3812e0d6f24/src/statusicon-qt/statusicon.cc#L158-L174>
seems to be never called.
Does this work on your machine @jlindgren90
<https://github.com/jlindgren90>? Maybe it's related to the desktop
environment.
—
Reply to this email directly, view it on GitHub
<#92 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWYUH5KP3TOPPOXNXBHEL3LYHRR6JAVCNFSM6AAAAABAEEEECWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONBTGMZDA>
.
You are receiving this because you authored the thread.Message ID:
<audacious-media-player/audacious/repo-discussions/92/comments/7743320@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Qt is probably using StatusNotifierItem rather than XEmbed for the status icon. SNI doesn't support all the same event types as XEmbed. |
Beta Was this translation helpful? Give feedback.
-
Changing the volume with the mouse also don't work with qt version. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@dmillfree868, ok i understand now what you mean : |
Beta Was this translation helpful? Give feedback.
-
The GTK3 info popup now looks the same as with GTK2 / Qt, implemented with fcdb46d. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I built the latest version with gtk3 and it's perfect. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed If I compile audacious with gtk3 that the popupinfo window is light gray with black text. Shouldn't this be more consistent with the same look and colors as the gtk2 version or the qt version? The qt version the size of the popupinfo window is too big and the systray icon shows no popupinfo windows at all. I know there is ongoing development so it's understandable.
Beta Was this translation helpful? Give feedback.
All reactions