From ccf191bb84d5698db07d98da7d0b9491f0f2f29f Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 11 Nov 2018 01:18:40 +0100 Subject: [PATCH] Added comments about how to get a system tray working under WSL. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 065b4c4e..1ee134c3 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,9 @@ Problems and Restrictions - **Linux/Unix and java.awt.Desktop.getDesktop()** Please use the `dorkbox.util.Desktop` class as a replacement, which will intelligently call the correct OS API to open a folder/directory, email, or browser. (*Many thanks to QZ Tray for this*). +- **WSL** Windows Subsystem for Linux requires some [extra work](https://github.com/dorkbox/SystemTray/issues/88) to get a tray icon showing correctly, either by starting java under windows (instead of WSL), or by adding an X-Server. + + AutoDetect Compatibility List ------------------