mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
tesseract.profile: add quiet (#6173)
Tesseract is a CLI program and its output may be parsed by other programs (such as `ocrmypdf`). Including messages from firejail in the output may break the parsing, so remove them. Fixes #6171. Reported-by: @kmille
This commit is contained in:
parent
fcde0cbb80
commit
bb45aa505d
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# Firejail profile for tesseract
|
||||
# Description: An OCR program
|
||||
# This file is overwritten after every install/update
|
||||
quiet
|
||||
# Persistent local customizations
|
||||
include tesseract.local
|
||||
# Persistent global definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue