RFR: 8322750: Test "api/java_awt/interactive/SystemTrayTests.html" failed because A blue ball icon is added outside of the system tray [v2]

Prasanta Sadhukhan psadhukhan at openjdk.org
Thu Feb 15 15:53:54 UTC 2024


On Thu, 15 Feb 2024 14:45:21 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

> If we have Gnome Shell < 45:
> -> SystemTray is not supported(`isSupported` returns `false`)

If isSupported returns false for version < 45, then why we need this code because as I understand, if systemTray is unsupported, then system tray is not there, so the need to check for any icon present in tray doesn't arise so there should not be need of calling `shouldDisableSystemTray` , right? I am bit confused..

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17860#discussion_r1491231292


More information about the client-libs-dev mailing list