Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion usr/bin/bigocrimage
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ for i in /usr/lib/python3.{6..25}/site-packages/bigocrpdf /usr/share/biglinux/bi
done

# Run the Image OCR application with its own application_id for Wayland taskbar
exec python3 -c "from bigocrpdf import main_image; main_image()" "$@"
exec /usr/bin/python3 -c "from bigocrpdf import main_image; main_image()" "$@"
2 changes: 1 addition & 1 deletion usr/bin/bigocrpdf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ for i in /usr/lib/python3.{6..25}/site-packages/bigocrpdf /usr/share/biglinux/bi
fi
done

exec python3 __init__.py "$@"
exec /usr/bin/python3 __init__.py "$@"