mirror of
https://codeberg.org/Computertruhe/Setup-Skripte.git
synced 2025-06-28 03:16:21 +02:00
Merge branch 'master' of stefan230/computertruhe-setup into master
This commit is contained in:
commit
c420920761
1 changed files with 8 additions and 4 deletions
12
linux_mint.sh
Executable file → Normal file
12
linux_mint.sh
Executable file → Normal file
|
@ -130,6 +130,14 @@ apt install language-pack-ar language-pack-gnome-ar language-pack-fa language-pa
|
|||
echo ">>> Sprachunterstützung vervollständigen ..."
|
||||
apt install language-selector-common --yes
|
||||
apt install $(check-language-support) --yes
|
||||
apt install hunspell-de-at hunspell-de-ch hunspell-de-de openoffice.org-hyphenation --yes
|
||||
|
||||
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
|
||||
|
@ -140,7 +148,3 @@ apt autoremove --yes
|
|||
# Finalisation
|
||||
###
|
||||
echo ">>> Initiales Setup beendet."
|
||||
echo
|
||||
echo ">>> To-dos:"
|
||||
echo ">>> - Sprachpakete komplettieren"
|
||||
echo ">>> - Arabisches und persisches Tastatur-Layout einrichten"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue