Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS Dock Icon #278

Open
hassandraga opened this issue Dec 2, 2023 · 0 comments
Open

macOS Dock Icon #278

hassandraga opened this issue Dec 2, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@hassandraga
Copy link
Member

WebUI runs the web browser using this command:
open --new -a "Google Chrome.app" --args --user-data-dir="/Users/_USER_NAME_HERE_/.WebUI/WebUIChromeProfile" --no-first-run --no-proxy-server --safe-mode --disable-extensions --disable-background-mode --disable-plugins --disable-plugins-discovery --disable-translate --disable-features=Translate --bwsi --disable-sync --disable-sync-preferences --disable-component-update --allow-insecure-localhost --app=http://localhost:12345

After the window closes, macOS, by default, keeps the recently used app icons in the Dock. The user can click right and remove the icon, but this is certainly frustrating.

This issue exists in other popular software like Microsoft Visual Code (microsoft/vscode#60579, microsoft/vscode#102975).

You can copy this command and paste it into your macOS terminal to quickly test it, and please if you find any fix/workaround please let us know. Thank you.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant