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

Fix Chromium process not being killed #602

Merged
merged 2 commits into from
Nov 14, 2024
Merged

Conversation

francescopeluso
Copy link
Contributor

@francescopeluso francescopeluso commented Nov 13, 2024

Hello there, while I was trying the OS I noticed that the script located in src/modules/fullpageos/filesystem/opt/custompios/scripts/reload_fullpageos_txt was not working, returning this error:

/usr/lib/chromium-browser/chromium-browser: No such file or directory

So, I fixed this by replacing the absolute path with the process name only.

Edit: typo

@guysoft
Copy link
Owner

guysoft commented Nov 13, 2024

I think this fix is not good enough because it might kill a bunch of other processes. Its better to find the correct path to the binary.

@francescopeluso
Copy link
Contributor Author

Maybe we should use /usr/lib/chromium/chromium since it is the only path that killall accepts, and that effectively is launched by the scripts at startup.

@guysoft guysoft merged commit c1d1e17 into guysoft:devel Nov 14, 2024
@guysoft
Copy link
Owner

guysoft commented Nov 14, 2024

Thanks for your contribution!

@francescopeluso
Copy link
Contributor Author

No problem. Always happy to contribute :)

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 this pull request may close these issues.

2 participants