mirror of
https://codeberg.org/Computertruhe/Setup-Skripte.git
synced 2025-06-28 11:26:18 +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:
parent
616465b719
commit
205d9484cf
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue