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

VibrantLinux fails to terminate process when exiting application #62

Open
Norman-Normandy opened this issue Jun 9, 2024 · 1 comment

Comments

@Norman-Normandy
Copy link

When attempting to quit the application, as a flatpak. It fails to terminate as you can still see it as an active process.

@Tiagoquix
Copy link

Try the following in a terminal:

pkill vibrantLinux

If it doesn't work, force the process to terminate by sending a KILL signal:

pkill -SIGKILL vibrantLinux

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

No branches or pull requests

2 participants