mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: The operation was canceled by the user #480
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rknobbe on GitHub (Oct 2, 2024).
Describe the bug
komorebic start fails to start
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Komorebic starts komorebi without error message
Operating System
Screenshots and Videos
Add screenshots and videos to help explain your problem.
komorebic checkOutputProvide the output of
komorebic checkFor example:
Additional context
Add any other context about the problem here.
In particular, if you have any other AHK scripts or software running that handle any aspect of window management or manipulation
@rknobbe commented on GitHub (Oct 2, 2024):
komorebi does actually get launched after the 3 errors, after some delay.
@LGUG2Z commented on GitHub (Oct 2, 2024):
It looks like this is an environment problem: https://stackoverflow.com/questions/5800628/the-operation-was-canceled-by-the-user-exception-from-hresult-0x800704c7
My guess based on some quick Googling is that "security" prompts that would otherwise get shown if the processes were run in the foreground do not get shown when they are run in the background, and this eventually returns the not-very-helpful error you received.
Unless there is any new information to the contrary imo this is an issue that should be raised on the PowerShell repo.
@rknobbe commented on GitHub (Oct 2, 2024):
This sounds like the problem, I'm not running as admin (and can't) and the binary isn't signed.
@rknobbe commented on GitHub (Oct 10, 2024):
Update: I was able to eliminate this problem by following the steps described here
In short, go to properties of komorebi.exe in the installed directory (in my case, %USERPROFILE%\bin ), and set "Unblock".
Komorebic startworks properly now.