mirror of
https://codeberg.org/B3rtl/Ubuntu-Setup-Skripte
synced 2025-06-28 11:26:08 +02:00
Merge pull request 'Remove keyboard configuration from linux_mint.sh' (#49) from lumidify/Setup-Skripte:master into master
Reviewed-on: https://codeberg.org/Computertruhe/Setup-Skripte/pulls/49 Reviewed-by: Valentin Bachem <hdvalentin@noreply.codeberg.org> Reviewed-by: Mac <mac@noreply.codeberg.org>
This commit is contained in:
commit
602ec9fffe
1 changed files with 0 additions and 22 deletions
|
@ -219,28 +219,6 @@ e "Unnötige Pakete entfernen und Cache bereinigen …"
|
||||||
apt clean --yes --quiet
|
apt clean --yes --quiet
|
||||||
apt autoremove --yes --quiet
|
apt autoremove --yes --quiet
|
||||||
|
|
||||||
# https://askubuntu.com/questions/1037553/how-to-configure-a-dconf-key-globally-across-all-user-accounts#1037557
|
|
||||||
# https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/desktop_migration_and_administration_guide/custom-default-values-system-settings
|
|
||||||
e "Tastatur- und Desktop-Optionen anpassen …"
|
|
||||||
mkdir -vp /etc/dconf/{profile,db/local.d}
|
|
||||||
|
|
||||||
cat <<'EOF' > /etc/dconf/profile/user
|
|
||||||
user-db:user
|
|
||||||
system-db:local
|
|
||||||
EOF
|
|
||||||
|
|
||||||
cat <<'EOF' > /etc/dconf/db/local.d/00-keyboard-layout
|
|
||||||
[org/gnome/libgnomekbd/keyboard]
|
|
||||||
layouts=['de', 'ara', 'ir']
|
|
||||||
|
|
||||||
[org/cinnamon/desktop/interface]
|
|
||||||
keyboard-layout-show-flags=false
|
|
||||||
keyboard-layout-use-upper=true
|
|
||||||
keyboard-layout-prefer-variant-names=true
|
|
||||||
EOF
|
|
||||||
|
|
||||||
dconf update
|
|
||||||
|
|
||||||
###
|
###
|
||||||
# Finalisation
|
# Finalisation
|
||||||
###
|
###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue