Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_child_process() #5777

Closed
chilljalapeno opened this issue Jul 2, 2024 · 1 comment
Closed

run_child_process() #5777

chilljalapeno opened this issue Jul 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@chilljalapeno
Copy link

What Operating System(s) are you seeing this problem on?

macOS

Which Wayland compositor or X11 Window manager(s) are you using?

No response

WezTerm version

20240203-110809-5046fc22

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

running wezterm.run_child_process() works only if I open wezterm from another terminal, but if I open it from macos with spotlight it does not

To Reproduce

No response

Configuration

{
	key = "2",
	mods = "CMD",
	action = wezterm.action_callback(function(window, pane)
		wezterm.run_child_process({
			"zellij",
			"-s",
			"joyous-triceratops",
			"action",
			"go-to-tab",
			"2",
		})
	end),
},

Expected Behavior

It is weird because if I run wezterm from another terminal it works perfectly fine, but not if I open it from spotlight.

Logs

No response

Anything else?

No response

@chilljalapeno chilljalapeno added the bug Something isn't working label Jul 2, 2024
@wez
Copy link
Owner

wez commented Jul 13, 2024

@wez wez closed this as completed Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants