-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Wails doctor reports library of libgtk-3-dev and libwebkit2gtk-4.0-dev incorrectly #4258
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
Comments
After some further investigation it seems like the call to
is what causes after running apt-get update, things looked good again:
|
Is this a local environment issue then? Can this be closed? |
@leaanthony It depends on how you look at it. To me it should remain open and solved. Since the libraries are installed but the screenscraping from this particular line:
is too restrictive to match this valid output Perhaps using regex instead would be beneficial here. Ultimately, I'll let you decide. |
Sounds good to me |
Description
I think the contains call in the GO code is too strict when it is looking for the output of "[installed]". The output could be different. For example, in my container Debian bookworm container it shows:
Thus, I get a false negative.
To Reproduce
Use this dockerfile:
Expected behaviour
doctor should report installed
Screenshots
No response
Attempted Fixes
No response
System Details
Additional context
By the way, NPM is installed as the version is seen correctly, however status says not found.
The text was updated successfully, but these errors were encountered: