From a3b28b52a41ef87a116a2ed55189bed146ca70d1 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sun, 28 Jan 2024 15:05:35 -0300 Subject: [PATCH] tesseract.profile: add quiet 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 --- etc/profile-m-z/tesseract.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile-m-z/tesseract.profile b/etc/profile-m-z/tesseract.profile index c0293406d9e..5d2ea4ae6dc 100644 --- a/etc/profile-m-z/tesseract.profile +++ b/etc/profile-m-z/tesseract.profile @@ -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