-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hi,
I (finally) just updated from 1.0.1 to 1.3.0-rc2. I had an existing rule, with a command-line regex like:
.*\/opt\/portfolio\/PortfolioPerformance.*\/opt\/portfolio\/\/plugins\/org\.eclipse\.equinox\.launcher\.gtk\.linux.*
Immediately after updating, it started showing a notification for this application - the full commandline is as follows, which I believe should still be matched by the rule above...?
/usr/bin/java -XX:+IgnoreUnrecognizedVMOptions --add-modules=ALL-SYSTEM --illegal-access=permit -XX:+UseG1GC -XX:+UseStringDeduplication -Xms256m -Xmx768m -Djdk.gtk.version=3 -jar /opt/portfolio//plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /opt/portfolio/PortfolioPerformance -name PortfolioPerformance --launcher.library /opt/portfolio//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552/eclipse_1801.so -startup /opt/portfolio//plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar --launcher.overrideVmargs -exitdata 20021 -vm /usr/bin/java -vmargs -XX:+IgnoreUnrecognizedVMOptions --add-modules=ALL-SYSTEM --illegal-access=permit -XX:+UseG1GC -XX:+UseStringDeduplication -Xms256m -Xmx768m -Djdk.gtk.version=3 -jar /opt/portfolio//plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar
Thanks in advance :)