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 windows don't share the same dock icon #1606

Closed
ananthb opened this issue Oct 20, 2022 · 2 comments
Closed

macOS windows don't share the same dock icon #1606

ananthb opened this issue Oct 20, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@ananthb
Copy link
Contributor

ananthb commented Oct 20, 2022

Describe the bug
Each Neovide window that I open on macOS gets its own icon in the dock.
These new icons remain on my dock after the corresponding windows are closed.

To Reproduce
Steps to reproduce the behavior:

  1. Install neovide on macOS
  2. Open a neovide window
  3. Open one more window
  4. Optionally open another window

Expected behavior
Neovide windows share the same icon on the dock

Screenshots
Screenshot 2022-10-20 at 18 14 52

Desktop (please complete the following information):

  • OS: macOS 12.6
  • Neovide Version 0.10.1
  • Neovim Version 0.8.0

Please run neovide --log and paste the contents of the .log file created in the current directory here:
neovide_rCURRENT.log

Additional context
Add any other context about the problem here.

@ananthb ananthb added the bug Something isn't working label Oct 20, 2022
@caerphoto
Copy link

caerphoto commented Nov 2, 2022

I could be wrong but I think this is because Neovide doesn't actually have the facility to open new app windows. Rather, you can only open entire new instances of the Neovide app (using open -n Neovide.app in terminal), which is why they don't share dock icons.

The better MacOS integration is one of the things I like about VimR, but currently it's stuck on an old version of NeoVim so it's no good at the moment.

If Neovide had a way to open new windows within the same app instance it'd be everything I need.

@MultisampledNight
Copy link
Contributor

Thanks for reporting! Closing in favor of #1586.

@MultisampledNight MultisampledNight closed this as not planned Won't fix, can't repro, duplicate, stale Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants