I’using an application called Cryptomator which doesn’t minimize into the Zorin system-tray. I was able to figure out why but cant find a way to fix it.
https://github.com/cryptomator/cryptomator/issues/1103 led me to -->
However, visually I do have a system-tray in at the right-bottom. Dropbox, Slack JetBrainsToolbox, etc. etc stay there.
My question is: Is ZorinOS using a different kind of system-tray or is just my system messed up.
I have an example code to test: (Works fine in Geany, save as ‘HelloWorld.java’ -> Compile -> Build -> Run)
##########################
FileName: HelloWord.java
##########################
import java.awt.SystemTray;
public class HelloWorld {
public static void main(String[] args) {
System.out.println(“Check if Java.awt SystemTray is available:\n”);
if (SystemTray.isSupported()) {
System.out.println("SystemTray is supported: " + true);
} else {
System.out.println("SystemTray is supported: " + false);
}
}
}
##################
Output:
##################
Check if Java.awt SystemTray is available:
SystemTray is supported: false
####################
Information to my system:
~$ uname -a
Linux Zion 5.4.0-65-generic #73~18.04.1-Ubuntu SMP Tue Jan 19 09:02:24 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
~$ java -version
openjdk version “14.0.2” 2020-07-14
OpenJDK Runtime Environment (build 14.0.2+12-Ubuntu-118.04)
OpenJDK 64-Bit Server VM (build 14.0.2+12-Ubuntu-118.04, mixed mode, sharing)
~$ cat /usr/share/gnome/gnome-version.xml
<?xml version="1.0" encoding="UTF-8"?> 3 28 2 Ubuntu
) and it has an impressive 14MB size