diff options
author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2024-12-19 16:02:56 +0100 |
---|---|---|
committer | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2024-12-19 16:02:56 +0100 |
commit | 1d2ae9fe28ba566a5bf1d7bd3efa4b6c34c6fb2c (patch) | |
tree | 4f0b085d2cb92b56523f0187daab4212b6771fcc | |
parent | cb728115656751c55b2604324157448d89add350 (diff) |
Disable print preview. Use print dialogue.use-print-dialog
LP:2088333.
-rwxr-xr-x | launcher/chromium.launcher | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/chromium.launcher b/launcher/chromium.launcher index dbd70ca..1f1475b 100755 --- a/launcher/chromium.launcher +++ b/launcher/chromium.launcher @@ -124,6 +124,9 @@ case "$CHROMIUM_FLAGS" in ;; esac +# https://launchpad.net/bugs/2088333. +CHROMIUM_FLAGS="$CHROMIUM_FLAGS --disable-print-preview" + # Allows translation of pages in foreign languages. # Refer to https://bugs.archlinux.org/task/76268. CHROMIUM_FLAGS="$CHROMIUM_FLAGS --disable-features=TFLiteLanguageDetectionEnabled" |