color-oracle-java icon indicating copy to clipboard operation
color-oracle-java copied to clipboard

Does not launch on Ubuntu 18.04.2

Open johnjohndoe opened this issue 5 years ago • 3 comments

When I try to run the ColorOracle.jar (Version 1.3, May 5, 2018) on Ubuntu 18.04.2 the following error is shown:

Access to the system tray or notification area is not supported on your system.

I found the corresponding code in ColorOracle.java.

Related

johnjohndoe avatar May 05 '19 13:05 johnjohndoe

Just got the same issue, Gnome 3 does not support classical tray icons (as implemented by java.awt.TrayIcon) anymore and replaces it with app indicators.

The development-less workaround I found relies upon installation of the TopIcons Plus Gnome extension.

On the longer term though, I think that ColorOracle could take advantage of the dorkbox/SystemTray library.

jblievremont avatar May 27 '19 10:05 jblievremont

Same on Debian with Enlightenment. I could maybe run it with WindowMaker and the wmdock, but I consider it a bug if it can't run without a tray.

Seegras avatar Aug 20 '19 08:08 Seegras

Same bug on ArchLinux with sway WM and waybar

Eragonfr avatar Feb 20 '20 16:02 Eragonfr