workspacer icon indicating copy to clipboard operation
workspacer copied to clipboard

Workspacer seems to disable itself sometimes

Open sim590 opened this issue 5 years ago • 8 comments

I don't know how to reproduce it right now, but what I observe is windows suddenly don't minimize themselves when changing workspace. However, windows in the selected workspace come up as expected. I think that is the behaviour that the option "enable/disable workspacer" produces when you press it in the drop menu after right clicking the workspacer icon in the tray. Indeed, I can resolve the issue by clicking the "enable/disable workspacer" option which is a toggle, hence workspacer is re-enabled.

Version: 0.9.10

sim590 avatar Jan 06 '21 19:01 sim590

I can confirm the issue, I use alt + q to restart workspacer. Also when resetting often the windows can get lost and then need to be killed with the Task Manager.

NeoNlAmp3 avatar Jan 06 '21 22:01 NeoNlAmp3

That's 2 reports in short time... after having no such reports for a long time. That's alarming!

Could this be a recent regression? Can any of you confirm if you have this issue or not with version 0.9.9?

josteink avatar Jan 07 '21 06:01 josteink

I will confirm it by the end of the day (if I don't forget about it).

sim590 avatar Jan 07 '21 19:01 sim590

I've looked at it and there is no release for that version number. I didn't want to look into how to compile the project, so I didn't confirm yet. Is that just a matter of inserting the solution in Visual Studio? If so, I'll try that.

sim590 avatar Feb 02 '21 00:02 sim590

Yeah. It's pretty much just opening and building in Visual Studio.

josteink avatar Feb 02 '21 08:02 josteink

Well, I get an exception while launching the program after building the solution. I don't have the energy to dig into this. If I could have a binary release to test it, I could answer your question. In the meantime, Workspacer is almost unusble I feel...

sim590 avatar Feb 11 '21 16:02 sim590

@sim590 releases are available on github, scoop and chocolatey, so you should be able to get it installed quite easily. If you're still experiencing this issue do let me know and I'll have a look

N1x0 avatar Jun 28 '21 10:06 N1x0

Since my last message, I have found a way to reproduce the issue. For me, I just have to keep alt pressed and successively press esc then j. This will trigger the weird state that I described above where windows from the last visisted workspace will still be displayed and not be minimized or hidden while windows from the current workspace will also show up. More precisely, do the following:

  1. Place two windows in workspace 1
  2. Place 1 window in workspace 2
  3. Hit alt+esc, alt+j
  4. Go to workspace 1, then notice that window from workspace 2 is still displayed.

This state can be reverted by hitting alt+esc, alt+j again. Then, to make windows disappear, simply visit all the workspaces successively and notice how the windows will fall back in their respective workspace.

sim590 avatar Jun 28 '21 17:06 sim590