Closed bflorat closed 6 years ago
In spite of the fact that SystemTray.isSupported() returns true under Gnome 3 (jre 1.8).
Note that Jajuk tray works on most others systems :
OS X Yosemite, JDK 1.8.0_71 : -> None problem detected
XFCE 4.11.6 (Xubuntu 14.04), OpenJDK 7u95 XDG_CURRENT_DESKTOP=XFCE -> None problem detected
KDE 4.10.0 (OpenSuse 12.3), OpenJDK 1.7.0_6 XDG_CURRENT_DESKTOP= -> None problem detected
Unity 7.3.2 (Ubuntu 15.04) XDG_CURRENT_DESKTOP=Unity openjdk_1.8.0_40
None problem detected
Gnome 3.18 (Archlinux) XDG_CURRENT_DESKTOP=GNOME Hotspot 1.8.0_25-b17 -> black square in the tray area, no reaction neither from right not left click
Windows Seven -> None problem detected
We should disable for now the tray support for Gnome only (when XDG_CURRENT_DESKTOP = "gnome")
Fixed in Jajuk 11 with the end of support of the systray
In spite of the fact that SystemTray.isSupported() returns true under Gnome 3 (jre 1.8).
Note that Jajuk tray works on most others systems :
OS X Yosemite, JDK 1.8.0_71 : -> None problem detected
XFCE 4.11.6 (Xubuntu 14.04), OpenJDK 7u95 XDG_CURRENT_DESKTOP=XFCE -> None problem detected
KDE 4.10.0 (OpenSuse 12.3), OpenJDK 1.7.0_6 XDG_CURRENT_DESKTOP=
-> None problem detected
Unity 7.3.2 (Ubuntu 15.04) XDG_CURRENT_DESKTOP=Unity openjdk_1.8.0_40
Gnome 3.18 (Archlinux) XDG_CURRENT_DESKTOP=GNOME Hotspot 1.8.0_25-b17 -> black square in the tray area, no reaction neither from right not left click
Windows Seven -> None problem detected
We should disable for now the tray support for Gnome only (when XDG_CURRENT_DESKTOP = "gnome")