RFR: 8322750: Test "api/java_awt/interactive/SystemTrayTests.html" failed because A blue ball icon is added outside of the system tray
Phil Race
prr at openjdk.org
Thu Feb 15 03:16:02 UTC 2024
On Thu, 15 Feb 2024 02:58:45 GMT, Jayathirth D V <jdv at openjdk.org> wrote:
>> And in fact we need to be VERY careful that we don't turn the existing code reporting "available == false" into "true" due to us simply detecting Gnome >= 45 .. that would be unfortunate.
>
> Latest comment from Phil related to not disabling SystemTray for Gnome>=45 needs to be taken care.
> Also do we need to worry about this issue being regression from some Gnome version like 3.38.0 and we need to disable SystemTray only between 3.38.0 & < 45 Or we are okay with disabling it for all version less than 45?
A fair question. My understanding of how Gnome vs Gnome Shell vs GTK version naming interact here is definitely not as clear as I'd like but I understand anything that is Gnome 3.X or 40+ is affected, leaving only the even older systems out there as theoretically working. ie anything in at least the last 5-6 years is broken. I'd like Alexander to chime in here on this too.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17860#discussion_r1490318279
More information about the client-libs-dev
mailing list