mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Komorobic unable to start #583
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 @BindraAgamjot256 on GitHub (Mar 3, 2025).
Summary
komorobic is unable to start the main komorobi process.
stderr:
Version Information
Komorebi Configuration
Hotkey Configuration
whkdrc file:
Output of komorebic check
No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users****
Looking for configuration files in C:\Users****
Found komorebi.json; this file can be passed to the start command with the --config flag
Your configuration file contains some options that have been renamed or deprecated:
"float_rules" is now "ignore_rules"
"focus_follows_mouse" is now end-of-life
End-of-life features will not receive any further bug fixes or updates; they should not be used
Found C:\Users****.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
@BindraAgamjot256 commented on GitHub (Mar 3, 2025):
edit...
Upon running with the
rust_backtraceenvironment variable set to full ($env:RUST_BACKTRACE="full"), the command worked perfectly...now output:
could it be some form of a race condition?
shall the issue be closed?
@LGUG2Z commented on GitHub (Mar 3, 2025):
In the first run, the "applications.json" file was not where it was expected to be, in tbe second run, it was. This is more of an end user environment problem than a bug so this can be closed.
komorebic fetch-ascis usually the way to go if anyone ever finds themselves with a missing applications.json file.