diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 9e5f80c1..3e09cfbf 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -1302,7 +1302,7 @@ "Value": 90 } }, - "PrintingEnabled": false, + "PrintingEnabled": true, "PrintingEnabled_comment": "The first print is a mess, second succeeds. Apparently Chrome is innocent. Thus printing is banned entirely in web browsers, save your pdfs before attempting to print them in case that helps.", "PromptForDownloadLocation": true, "RequestedLocales": "fi, en-FI, en", @@ -1358,6 +1358,8 @@ }, "ShowHomeButton": true, "StartDownloadsInTempDirectory": true, + "UseSystemPrintDialog": true, + "UseSystemPrintDialog_comment": "See PrintingEnabled_comment. Maybe system print dialog works without mess?", "UserMessaging": { "ExtensionRecommendations": false, "FeatureRecommendations": false, diff --git a/etc/opt/chromium/policies/managed/aminda-printing.json b/etc/opt/chromium/policies/managed/aminda-printing.json index 5f93dd62..68a973d3 100644 --- a/etc/opt/chromium/policies/managed/aminda-printing.json +++ b/etc/opt/chromium/policies/managed/aminda-printing.json @@ -1,5 +1,5 @@ { "DisablePrintPreview": true, - "PrintingEnabled": false, + "PrintingEnabled": true, "aminda_printing_comment": "Chromium only prints mess and even if system dialog happened to fix that, it wouldn't disobey document fonts in print" }