gtk: Make the `-e` flag for `+new-window` work
Opened this issue · 6 comments
mitchellh commented
pandalec commented
I had this configured for Arch Linux Updates Indicator (GNOME Extension), which doesn't work anymore.
ghostty -e "paru -Syu --noconfirm; echo Done - Press enter to exit; read"Tried to switch to:
ghostty +new-window -e "paru -Syu --noconfirm; echo Done - Press enter to exit; read"but without success. The error for both is:
Requested executable not found. Please verify the command is on the PATH and try again.
BR
pandale
Syphdias commented
Note that ghostty +new-window -h already claims this works:
ghostty/src/cli/new_window.zig
Lines 66 to 70 in f97518c
jcollie commented
Note that
ghostty +new-window -halready claims this works:
It claims that it works. It kinda does, in that the arguments are sent to the Ghostty instance, but nothing is done with them other than emit some debug logs.
guemidiborhane commented
Are there any plans to implement it at some point?