From 205d9484cfa03bb9d25a0946915289f996e0a3eb Mon Sep 17 00:00:00 2001 From: stefan230 Date: Mon, 6 Jan 2020 13:07:16 +0100 Subject: [PATCH] Add lines to change the checkboxes "Anzeigeoptionen" in cinnamon-settings Added some lines to the script yet again. Sets the checkboxes like mentioned unter Issue #3. With this commit also this issue is resolved fully. --- linux_mint.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux_mint.sh b/linux_mint.sh index 0443fdb..c5c92db 100644 --- a/linux_mint.sh +++ b/linux_mint.sh @@ -134,6 +134,10 @@ apt install hunspell-de-at hunspell-de-ch hunspell-de-de openoffice.org-hyphenat echo ">>> Richte arabisches und persisches Tastatur-Layout ein..." gsettings set org.gnome.libgnomekbd.keyboard layouts "['de', 'ara', 'ir']" +echo ">>> Ändere Anzeigeoptionen für die Tastatur auf die richtigen Werte..." +gsettings set org.cinnamon.desktop.interface keyboard-layout-show-flags false +gsettings set org.cinnamon.desktop.interface keyboard-layout-use-upper true +gsettings set org.cinnamon.desktop.interface keyboard-layout-prefer-variant-names true echo ">>> Unnötige Pakete entfernen ..." apt clean