Komorebi fails on start if any window with administrative rights is running #465

Closed
opened 2026-01-05 14:50:54 +01:00 by adam · 1 comment
Owner

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.

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
adam closed this issue 2026-01-05 14:50:54 +01:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#465