komorebic quickstart
Example komorebi.json, komorebi.bar.json, whkdrc and latest applications.yaml files created
You can now run komorebic start --whkd --bar
komorebic start --bar
Start-Process 'komorebi.exe' -WindowStyle hidden
Waiting for komorebi.exe to start...Started!
Error: Start-Process : This command cannot be run due to the error: The system cannot find the file specified.
At line:3 char:3
its failing to start the statusbar but starts komorebi fine
Originally created by @nahid6970 on GitHub (Oct 21, 2024).
### Summary
komorebic start --bar
this command should start komorebic with the statusbar but it starts komorebi but without the statusbar
### Version Information
1.29
### Komorebi Configuration
```json
default config that was created with the command komorebic quickstart so i didnt change anything
```
### Hotkey Configuration
i am not using whkd so no hotkeys
### Output of komorebic check
komorebic quickstart
Example komorebi.json, komorebi.bar.json, whkdrc and latest applications.yaml files created
You can now run komorebic start --whkd --bar
komorebic start --bar
Start-Process 'komorebi.exe' -WindowStyle hidden
Waiting for komorebi.exe to start...Started!
Error: Start-Process : This command cannot be run due to the error: The system cannot find the file specified.
At line:3 char:3
+ Start-Process komorebi-bar -WindowStyle hidden
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException
+ FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
Thank you for using komorebi!
* Become a sponsor https://github.com/sponsors/LGUG2Z - Even $1/month makes a big difference
* Subscribe to https://youtube.com/@LGUG2Z - Live dev videos and feature previews
* Join the Discord https://discord.gg/mGkn66PHkx - Chat, ask questions, share your desktops
* Read the docs https://lgug2z.github.io/komorebi - Quickly search through all komorebic commands
its failing to start the statusbar but starts komorebi fine
adam
added the bug label 2026-01-05 14:51:08 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @nahid6970 on GitHub (Oct 21, 2024).
Summary
komorebic start --bar
this command should start komorebic with the statusbar but it starts komorebi but without the statusbar
Version Information
1.29
Komorebi Configuration
Hotkey Configuration
i am not using whkd so no hotkeys
Output of komorebic check
komorebic quickstart
Example komorebi.json, komorebi.bar.json, whkdrc and latest applications.yaml files created
You can now run komorebic start --whkd --bar
komorebic start --bar
Start-Process 'komorebi.exe' -WindowStyle hidden
Waiting for komorebi.exe to start...Started!
Error: Start-Process : This command cannot be run due to the error: The system cannot find the file specified.
At line:3 char:3
Thank you for using komorebi!
its failing to start the statusbar but starts komorebi fine
@LGUG2Z commented on GitHub (Jan 23, 2025):
This was due to distribution issues with
scoopwhich have since been fixed.