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

[Bug] Workspace swap when login after RDP disconnect #723

Closed
ShortArrow opened this issue Sep 16, 2024 · 1 comment · Fixed by #740
Closed

[Bug] Workspace swap when login after RDP disconnect #723

ShortArrow opened this issue Sep 16, 2024 · 1 comment · Fixed by #740
Labels
released type: bug Something isn't working

Comments

@ShortArrow
Copy link

ShortArrow commented Sep 16, 2024

Describe the bug

When disconnecting from an RDP session and logging in locally,
incorrectly reassigns workspaces to each monitors.

This is fine as it works fine during an RDP session. After RDP it's the problem.

This may occur if the number of monitors on the RDP receiving side and the RDP sending side are different.(Not tested case have the same number of extended displays)

  • before RDP
- monitor none (notepc display folded)
- monitor 1 (extended display)
  - workspace 1
  - workspace 2
- monitor 2 (extended display)
  - workspace 3
  - workspace 4
  • on RDP
- monitor 1 (rdp display)
  - workspace 1
  - workspace 2
  - workspace 3
  - workspace 4
  • after RDP
- monitor none (notepc display folded)
- monitor 1 (extended display)
  - workspace 3
  - workspace 4
- monitor 2 (extended display)
  - workspace 1
  - workspace 2

Enviroment

  • Win10 22H2
  • glazewm v3(commit ee86fbf)
  • zebar (commit 201ae2285dce)

Reproduction

No response

Stack trace or error logs (if applicable)

No response

Version number

v3(commit ee86fbf)

Copy link

🎉 This issue has been resolved in version 3.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released type: bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant