fix: minor plug-in and extension errors from logs #318
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This cleans up a handful of minor issues I've noticed from the logs while running GIMP in verbose mode:
python3
from the core24 snap at/usr/bin/python3
as this is the interpreter shown from runningwhich python3
while shelled into the snap, and GIMP no longer complains about the paths being invalid.A few side notes:
preview
branch would also benefit from these changes. The OpenVINO plugins were updated upstream last week to support GIMP 3.0-RC2 which means we should be able to merge the2.99-openvino
branch back intopreview
sooner than I expected. I hope to test in the next few weeks.arm64
builds ofopenvino-toolkit-2404
andopenvino-ai-plugins-gimp
. I haven't tested them thoroughly but at least they are now available for those on arm machines wishing to test the plugins.