5
0
Fork 0
mirror of https://codeberg.org/B3rtl/Ubuntu-Setup-Skripte synced 2025-06-28 11:26:08 +02:00

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.
This commit is contained in:
stefan230 2020-01-06 13:07:16 +01:00
parent 616465b719
commit 205d9484cf

View file

@ -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