dado3212 / spaces-renamer

💻 Ability to rename desktop spaces on macOS 10.10+
MIT License
1.05k stars 29 forks source link

Space renaming can affect the wrong monitor if the number of spaces is the same #63

Closed joshuahollis closed 2 years ago

joshuahollis commented 4 years ago

When I change the name of my Desktop #2 Space, it doesn't reflect on my second desktop, and instead, the change is reflected on Desktop #1. Then later reverts back to Desktop #1, but Desktop #2 remains unchanged.

Screen Shot 2020-07-10 at 11 48 50 PM Screen Shot 2020-07-10 at 11 49 04 PM

Desktop2

joshuahollis commented 4 years ago

Desktop2

joshuahollis commented 4 years ago

Screen Shot 2020-07-09 at 10 58 33 PM

dado3212 commented 4 years ago

I can’t tel from your image for sure, do both Desktops have the same number of spaces?

joshuahollis commented 4 years ago

No, they don’t have the same Number of spaces.

On Mon, Jul 13, 2020 at 4:23 AM Alex Beals notifications@github.com wrote:

I can’t tel from your image for sure, do both Desktops have the same number of spaces?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dado3212/spaces-renamer/issues/63#issuecomment-657402847, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFJHAPO5IPLRBZOOHW7BJJLR3K76LANCNFSM4OXDP45A .

-- Joshua Hollis CEO | Founder Movez Technologies, Inc. (404)821-6441 https://www.crunchbase.com/person/joshua-hollis

itsrainingdata commented 4 years ago

I am also experiencing a similar issue with multiple desktops. I have the same number of spaces on both desktops.

From what I can tell, spaces-renamer works fine on Desktop 1, but Desktop 2 does not. The names do not persist and get swapped up pretty randomly.

dado3212 commented 3 years ago

@jayholly what macOS version are you running? I can't repro this unfortunately, which makes it hard to debug.

@itsrainingdata this is a known issue. The way it works is when you open up the spaces screen it hooks into the UI and changing them. When the UI opens though, it doesn't know which monitor it's modifying 😕. As a workaround, I recommend making sure the monitors have different numbers of spaces, or have a different primary one selected (though if the issue is still showing up, there might be an underlying bug).

dado3212 commented 2 years ago

Closing as duplicate of #80