gdm login default keyboard is in us while it should be in fr after adding ara locale
After adding arab locale to have a local arab keyboard i noticed that after a reboot us keyboard is selected in login by default, i have each time to select french again in language selection menu of login greeter.
once logged i get it in french on my desktop correctly.
i did search for a long time before posting here.
system is a debian buster.
Additionnally us and french virtual keyboard are working, when selecting french virtual keyboard i get a us mapping. arab setting is working on my other latptop on ubuntu 16.04.5 and unity, so i guess my current problem is debian gnome3.
localectl
System Locale: LANG=fr_FR.UTF-8
VC Keymap: fr
X11 Layout: fr,us,ara
X11 Variant: ,,
cat /etc/default/keyboard
XKBLAYOUT=fr,us,ara
XKBVARIANT=,,
BACKSPACE=guess`
gsettings get org.gnome.libgnomekbd.keyboard layouts
@as []
cat /etc/gdm3/greeter.dconf-defaults
# These are the options for the greeter session that can be set
# through GSettings. Any GSettings setting that is used by the
# greeter session can be set here.
# Note that you must configure the path used by dconf to store the
# configuration, not the GSettings path.
# Theming options
# ===============
# - Change the GTK+ theme
# [org/gnome/desktop/interface]
# gtk-theme='Adwaita'
# - Use another background
# [org/gnome/desktop/background]
# picture-uri='file:///usr/share/themes/Adwaita/backgrounds/stripes.jpg'
# picture-options='zoom'
# - Or no background at all
# [org/gnome/desktop/background]
# picture-options='none'
# primary-color='#000000'
# Login manager options
# =====================
[org/gnome/login-screen]
logo='/usr/share/icons/hicolor/48x48/emblems/emblem-debian-white.png'
fallback-logo='/usr/share/icons/hicolor/48x48/emblems/emblem-debian-white.png'
# - Disable user list
# disable-user-list=true
# - Disable restart buttons
# disable-restart-buttons=true
# - Show a login welcome message
# banner-message-enable=true
# banner-message-text='Welcome'