mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Application widget - Cannot launch application when using flag in command. #622
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 @genobear on GitHub (May 18, 2025).
Summary
Cannot launch application from widget whenn using flag in the command.
For Example:
This does not launch the app(the icon is still correctly detected).
This does work.
"command": "C:/Program Files/Git/git-bash.exe",Is there a specific syntax to make this work?
I also tried the below, but this also broke the icon detection
"command": "\"C:/Program Files/Git/git-bash.exe\" --cd-to-home"Version Information
Komorebi Configuration
Hotkey Configuration
Output of komorebic check
@genobear commented on GitHub (May 18, 2025):
Possibly not a bug but a feature request. I was able to get around the problem by first creating a shortcut with the required flags then launching the shortcut via komorebi
@LGUG2Z commented on GitHub (May 18, 2025):
This is what I'm doing as well; I'll accept a patch to handle args and flags better if someone wants to work on it