mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Waiting for komorebi.exe #323
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 @Viciooso on GitHub (Apr 3, 2024).
Been trying komorebi, first run works well, then
Can't manage to make it work, tried different versions, scoop, winget, none work after the second run.
Running also whkd as the keyboard shortcuts.
@LGUG2Z commented on GitHub (Apr 3, 2024):
What is the output of
komorebic check?@Viciooso commented on GitHub (Apr 4, 2024):
Tried passing
--configbut still getting the same issue:Komorebi and whkd was installed with scoop, don't know if that make a difference.
@LGUG2Z commented on GitHub (Apr 4, 2024):
If you run "komorebi.exe" it should log information about the underlying error to the console; can you share that here?
@Viciooso commented on GitHub (Apr 4, 2024):
@LGUG2Z commented on GitHub (Apr 4, 2024):
Looks like you are running into the same issue from here: https://github.com/LGUG2Z/komorebi/issues/671, also recently surfaced here: https://github.com/LGUG2Z/komorebi/issues/732
Did you run the
komorebic quickstartcommand when following the guide? This command creates some komorebi system directories that are required to run the program correctly.@Viciooso commented on GitHub (Apr 4, 2024):
Yeah, as i said in the first comment, when i run
komorebic quickstartit works fine, but when i close it, reboot the system and try again to start it withkomorebic start --whkdit just saysWaiting for komorebi.exe to start...komorebi.exe did not start... Trying again@LGUG2Z commented on GitHub (Apr 4, 2024):
The only reason for the error that you're seeing is if the
$Env:LOCALAPPDATA\komorebifolder doesn't exist.If you create the folder manually with this PowerShell command, does it persist after a reboot?
@azinsharaf commented on GitHub (Apr 4, 2024):
i am experiencing similar issue on win 10 (installed with
scoop). The one on windows 11 installed withwingetworks fine.i have tried these:
quickstart, making sure thekomorebifolder exists inappdata.Also i noticed that
komorebic quickstartdoesn't create the komorebi.json on the home folder.the error i get:
PowerShell profile environment variables:
@LGUG2Z commented on GitHub (Apr 4, 2024):
@azinsharaf your error looks like it may be an issue with the location of the
applications.yamlfile 👀@azinsharaf commented on GitHub (Apr 4, 2024):
oh! yes! not sure why my config had been changed after the upgrade. could be user error. All good now. thanks!
@NireBryce commented on GitHub (Apr 6, 2024):
Windows Update must have changed something because I'm getting this error now -- where does applications.yaml usually live?
$Env:LOCALAPPDATA\komorebialready exists@LGUG2Z commented on GitHub (Apr 6, 2024):
If you update the file with the
komorebic fetch-asccommand it will get downloaded to either$Env:USERPROFILEor$Env:KOMOREBI_CONFIG_HOME(if set). For example, when I run it with the custom config dir env var set, I get this output:If you're getting the error that @azinsharaf posted it's worth running
fetch-ascand then updating the location of the file inkomorebi.jsonbased on the output you get from that command.@NireBryce commented on GitHub (Apr 6, 2024):
yep that fixed it, weird. The file landed where it was set in the config file though, unless $ENV:USERPROFILE pointed somewhere other than my homedir before windowsUpdate ran.
no idea if the file existed before now, but the windows-update would be the only thing that's changed since last night when komorebi ran fine and this morning when komorebi broke.
@mmikeww commented on GitHub (Apr 14, 2024):
been using v1.22 and after multiple stop/starts and config edits, now i'm getting the bug in the OP too
@mmikeww commented on GitHub (Apr 14, 2024):
komorebic checkoutput same as Vicioosokomorebi.exeshowed a json error missing 'workspaces' item. json looked formatted correctly but i removed a bunch and now it works. maybe spit out that error duringkomorebic startfor better ux@LGUG2Z commented on GitHub (May 12, 2024):
aff1081ccd