Originally created by @SergeyYmb on GitHub (Sep 6, 2024).
When I'm trying to start komorebi without administrative privileges it fails to start if any of window with administrative privileges is running at the moment.
The failure appears in workspace.rs line 379:
window.set_position(layout, false)?;
Steps to reproduce the behavior:
Run command prompt as administrator
Run another command prompt without administrative privileges and run komorebi or komorebic start
Komorebi attempts to reorganize windows, fails in some moment and exit. Access is denied. error is printer to console/logs.
Expected behavior:
By my expectation komorebi should ignore/log error with reposition of administrative window and should continue to start.
Originally created by @SergeyYmb on GitHub (Sep 6, 2024).
When I'm trying to start komorebi without administrative privileges it fails to start if any of window with administrative privileges is running at the moment.
The failure appears in workspace.rs line 379:
```
window.set_position(layout, false)?;
```
Steps to reproduce the behavior:
1. Run command prompt as administrator
2. Run another command prompt without administrative privileges and run `komorebi` or `komorebic start`
3. Komorebi attempts to reorganize windows, fails in some moment and exit.
`Access is denied.` error is printer to console/logs.
Expected behavior:
By my expectation komorebi should ignore/log error with reposition of administrative window and should continue to start.
adam
added the bug label 2026-01-05 14:50:54 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @SergeyYmb on GitHub (Sep 6, 2024).
When I'm trying to start komorebi without administrative privileges it fails to start if any of window with administrative privileges is running at the moment.
The failure appears in workspace.rs line 379:
Steps to reproduce the behavior:
komorebiorkomorebic startAccess is denied.error is printer to console/logs.Expected behavior:
By my expectation komorebi should ignore/log error with reposition of administrative window and should continue to start.
@LGUG2Z commented on GitHub (Jan 23, 2025):
I'm not able to reproduce this, please re-open with more info if this is still an issue for you.