[BUG]: komorebic doesnt start bar #500

Closed
opened 2026-01-05 14:51:08 +01:00 by adam · 1 comment
Owner

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

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!

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
adam closed this issue 2026-01-05 14:51:08 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Jan 23, 2025):

This was due to distribution issues with scoop which have since been fixed.

@LGUG2Z commented on GitHub (Jan 23, 2025): This was due to distribution issues with `scoop` which have since been fixed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#500