Closed snize closed 9 months ago
I believe there may have been a change in behaviour in newer Windows versions where folders inside of ~\AppData\Local
do not get automatically created.
Can you try running mkdir "$Env:LOCALAPPDATA\komorebi" -ea 0
to ensure that folder is created first, and then try starting again? ๐
I have confirmed with another user that this does fix the issue reported here, so I've updated the docs for now: https://lgug2z.github.io/komorebi/installation.html#local-data-directory
Will keep this issue open until I push a commit ensuring that this directory is created by the komorebic quickstart
command in the future.
The issue has been resolved. Thank you for your quick response and assistance!
Describe the bug I am setting up according to the Getting started in the documentation, but I am failing to start komorebi.
To Reproduce Steps to reproduce the behavior:
komorebic quickstart
komorebic start --whkd
Expected behavior I might be overlooking something, but I am proceeding as per the documentation and expect komorebi to start.
Screenshots and Videos
I tried to call the binary directly to check the cause of the stop, referring to https://github.com/LGUG2Z/komorebi/discussions/499#discussioncomment-6489907.
Operating System
komorebic check
OutputAdditional context I tried to start komorebi after rebooting the PC and without doing any other work, but the situation did not change and it did not start. I can't think of any other possible causes.