mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Following Documentation, But Unable to Start Komorebi #297
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 @snize on GitHub (Feb 16, 2024).
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 quickstartkomorebic start --whkdExpected 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 checkOutputAdditional 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.
@LGUG2Z commented on GitHub (Feb 16, 2024):
I believe there may have been a change in behaviour in newer Windows versions where folders inside of
~\AppData\Localdo not get automatically created.Can you try running
mkdir "$Env:LOCALAPPDATA\komorebi" -ea 0to ensure that folder is created first, and then try starting again? 🙏@LGUG2Z commented on GitHub (Feb 16, 2024):
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 quickstartcommand in the future.@snize commented on GitHub (Feb 17, 2024):
The issue has been resolved. Thank you for your quick response and assistance!