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

Leaving bash open #48

Closed
Mathew-D opened this issue Jul 12, 2021 · 1 comment · Fixed by #54
Closed

Leaving bash open #48

Mathew-D opened this issue Jul 12, 2021 · 1 comment · Fixed by #54

Comments

@Mathew-D
Copy link

Hello, should it be leaving a process open for each program launched? Until I close the program I get a lot of:
bash /usr/bin/sway-launcher-desktop run-desktop

In my px ux. One for each of my open GUI application that runs from the launcher.

I am using:
set $term termite
set $menu exec $term --class=launcher -e sway-launcher-desktop
I even tried kitty and got the same result. Any help would be great.

@Biont
Copy link
Owner

Biont commented Jul 13, 2021

Hm yeah I never noticed that. This is not deliberate, but I also don't know if it is bad.
Looks like it's just dangling there because it is not fully detached from the child process it started and basically just waits for it to finish at this line.

If I find a way to prevent this from happening, I will fix it. And I'll happily accept a PR for this as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants