Closed tresf closed 8 years ago
Tested on Mac - PASS Tested on Windows - PASS Tested on Ubuntu - PASS
@Vzor- @klabarge please test on Fedora and any other Linux flavors you have laying around.
I tested on Linux Mint Mate 64-bit and this seems to be working great.
By default, notifications are not shown.
@klabarge Thanks, Fedora 22 x64 passed as well after applying 4cbe61d.
JXTrayIcon
class from sunlabs so that the popup menu disappears without the need for a separate timeout.ModernTrayIcon
class for Linux-only (also compatible with Windows) which fixes an incompatibility with the JXTrayIcon implementation on Ubuntu and possibly others. Unfortunately,ModernTrayIcon
doesn't support Mac, so we're stuck with two separate work-arounds for now.This needs to be ported to the
2.0
branch.