-
-
Notifications
You must be signed in to change notification settings - Fork 190
Description
Hi, Thank you for all of your work on this great project!
I followed the Create a MacOS desktop application with pure Ruby (Tutorial), which uses Platypus, and have found that running the example displays 2 icons instead of 1. The 1st icon displayed is what I selected using Platypus. The 2nd "exec" icon displayed is shown any time a shell script is launched on macOS (e.g., env, bash, etc.) Additionally, the "exec" icon is the one that focuses the app when Application Switching via Cmd-Tab.
I have a more detailed example with screenshots, but have been able to reproduce this from much simpler examples such as the tutorial.
I checked "Run in background" in Platypus, but unfortunately that only hides the desired Platypus-selected icon and the "exec" icon remains. Any suggestions on getting the Platypus-selected icon to focus the app, as well as hiding the "exec" icon would be appreciated.
If this is noise, I'll be happy to close.
Thanks again!