metanorma / mn2pdf-ruby

Ruby gem wrapper for mn2pdf
1 stars 1 forks source link

Macos Java icon jumping in dockbar #15

Closed CAMOBAP closed 3 years ago

CAMOBAP commented 3 years ago

Problem

Affects only macOS users AFAIK. Once metanorma call java icon appears in the dock like this:

Screen Shot 2021-02-22 at 2 48 24 PM

it's really annoying and distracting (especially if there are several separate java calls) because:

Solution

Pass -Dapple.awt.UIElement=true to java cmd

https://stackoverflow.com/questions/17460777/stop-java-coffee-cup-icon-from-appearing-in-the-dock-on-mac-osx

P.S. @ronaldtse IDK how this annoying for other users (except me), let me know if you have some information/feedback

ronaldtse commented 3 years ago

It certainly annoys me... Did not know it was possible to disable it. Thanks for the solution! 👍

ronaldtse commented 3 years ago

In this case please also help fix mn2sts-ruby because it has the same issue too.

CAMOBAP commented 3 years ago

PRs ready for review

ronaldtse commented 3 years ago

All merged, feel free to close if it's done @CAMOBAP !