Pages : 1
#1 Le 26/05/2026, à 11:01
- argoth
Ubuntu Cinnamon problème pour changer de langue
Bonjour,
Utilisateur d'Ubuntu quotidien, j'ai installé Ubuntu Cinnamon sur le pc portable d'un ami. J'ai rencontré quelques bugs sur la 26.04 (arrêt inattendu du bluetooth, idem avec les widgets) de ce faite j'ai installé la 24.04.3 à la place et plus de bugs. Le problème est lorsque je veux passer l’environnement en FR, impossible de trouver la rubrique "language" dans "system setting". j'ai essayé d'installer le paquet "cinnamon-l10n" mais l’environnement reste en Anglais.
Quelqu'un a t-il une solution ?
Merci.
PS : J'avais bien sélectionné Français au début de l'installation.
Hors ligne
#2 Le 26/05/2026, à 11:22
- xubu1957

Re : Ubuntu Cinnamon problème pour changer de langue
Bonjour,
Aucun tableau des paramètres comme dans linux-mint-cinnamon-preferences-langues ?
Vu dans numetopia.fr/comment-changer-la-regionalisation-ou-la-langue-de-linux-mint
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#3 Le 26/05/2026, à 12:31
- argoth
Re : Ubuntu Cinnamon problème pour changer de langue
C'est exactement çà le problème, lors de l’installation j'ai bien choisi Français, je me suis bien connecté à internet. Et pourtant c'est en Anglais !
Et je n'ai pas "langues" dans "préférence".
Est-ce qu'il y a eu un problème dans l'installation ? Est-ce qu'en lignes de commande on peut remédier à ce problème ?
Merci
Argoth
Hors ligne
#4 Le 26/05/2026, à 13:11
- xubu1957

Re : Ubuntu Cinnamon problème pour changer de langue
Donne la liste des anomalies de démarrage :
journalctl --no-pager -b -p errles retours de :
sudo apt updated'éventuels paquets cassés :
dpkg -l | grep -v ^iiet :
ls -l /var/crashen te servant du Retour utilisable de commande.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#5 Le 26/05/2026, à 16:21
- steph810
Re : Ubuntu Cinnamon problème pour changer de langue
Bonjour,
essayer d'installé ces paquets:
sudo apt update
sudo apt install language-pack-fr language-pack-gnome-fr language-pack-fr-base cinnamon-control-center gnome-language-selectorpuis:
sudo apt install locales
sudo dpkg-reconfigure localesEDIT
il faudra redémarrer pour que cela soit pris en compte
rebootRechercher dans settings paramètres maintenant.
Dernière modification par steph810 (Le 26/05/2026, à 16:23)
En ligne
#6 Le 26/05/2026, à 17:57
- argoth
Re : Ubuntu Cinnamon problème pour changer de langue
J'ai commencé par le post de steph810 çà donne çà :
cedric@cedric-Lenovo-G70-80:~$ sudo apt update
[sudo] password for cedric:
Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
cedric@cedric-Lenovo-G70-80:~$ sudo apt install language-pack-fr language-pack-gnome-fr language-pack-fr-base cinnamon-control-center gnome-language-selector
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package gnome-language-selectorpuis
cedric@cedric-Lenovo-G70-80:~$ sudo apt install locales
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
locales is already the newest version (2.39-0ubuntu8.7).
locales set to manually installed.
The following package was automatically installed and is no longer required:
libllvm19
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
cedric@cedric-Lenovo-G70-80:~$ sudo dpkg-reconfigure locales
Generating locales (this might take a while)...
de_AT.UTF-8... done
de_BE.UTF-8... done
de_CH.UTF-8... done
de_DE.UTF-8... done
de_IT.UTF-8... done
de_LI.UTF-8... done
de_LU.UTF-8... done
en_AG.UTF-8... done
en_AU.UTF-8... done
en_BW.UTF-8... done
en_CA.UTF-8... done
en_DK.UTF-8... done
en_GB.UTF-8... done
en_HK.UTF-8... done
en_IE.UTF-8... done
en_IL.UTF-8... done
en_IN.UTF-8... done
en_NG.UTF-8... done
en_NZ.UTF-8... done
en_PH.UTF-8... done
en_SG.UTF-8... done
en_US.UTF-8... done
en_ZA.UTF-8... done
en_ZM.UTF-8... done
en_ZW.UTF-8... done
es_AR.UTF-8... done
es_BO.UTF-8... done
es_CL.UTF-8... done
es_CO.UTF-8... done
es_CR.UTF-8... done
es_CU.UTF-8... done
es_DO.UTF-8... done
es_EC.UTF-8... done
es_ES.UTF-8... done
es_GT.UTF-8... done
es_HN.UTF-8... done
es_MX.UTF-8... done
es_NI.UTF-8... done
es_PA.UTF-8... done
es_PE.UTF-8... done
es_PR.UTF-8... done
es_PY.UTF-8... done
es_SV.UTF-8... done
es_US.UTF-8... done
es_UY.UTF-8... done
es_VE.UTF-8... done
fr_BE.UTF-8... done
fr_CA.UTF-8... done
fr_CH.UTF-8... done
fr_FR.UTF-8... done
fr_LU.UTF-8... done
pt_BR.UTF-8... done
pt_PT.UTF-8... done
ru_RU.UTF-8... done
ru_UA.UTF-8... done
Generation complete.
cedric@cedric-Lenovo-G70-80:~$ J'ai chois l'option "all" dans la boite de dialogue, j'ai rebooté, et j'ai une partie du système en FR. Mais pas de "langue" dans les menus.
puis j'ai fais le post de xubu1957
cedric@cedric-Lenovo-G70-80:~$ journalctl --no-pager -b -p err
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x000000009d800000-0x000000009fffffff], contact BIOS vendor for fixes
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GFX0._DSM.ECR1], AE_NOT_FOUND (20250404/psargs-332)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI Error: Aborting method \_SB.PCI0.GFX0._DSM due to previous error (AE_NOT_FOUND) (20250404/psparse-529)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GFX0._DSM.ECR1], AE_NOT_FOUND (20250404/psargs-332)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI Error: Aborting method \_SB.PCI0.GFX0._DSM due to previous error (AE_NOT_FOUND) (20250404/psparse-529)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GFX0._DSM.ECR1], AE_NOT_FOUND (20250404/psargs-332)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI Error: Aborting method \_SB.PCI0.GFX0._DSM due to previous error (AE_NOT_FOUND) (20250404/psparse-529)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GFX0._DSM.ECR1], AE_NOT_FOUND (20250404/psargs-332)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI Error: Aborting method \_SB.PCI0.GFX0._DSM due to previous error (AE_NOT_FOUND) (20250404/psparse-529)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GFX0._DSM.ECR1], AE_NOT_FOUND (20250404/psargs-332)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI Error: Aborting method \_SB.PCI0.GFX0._DSM due to previous error (AE_NOT_FOUND) (20250404/psparse-529)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GFX0._DSM.ECR1], AE_NOT_FOUND (20250404/psargs-332)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI Error: Aborting method \_SB.PCI0.GFX0._DSM due to previous error (AE_NOT_FOUND) (20250404/psparse-529)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GFX0._DSM.ECR1], AE_NOT_FOUND (20250404/psargs-332)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: ACPI Error: Aborting method \_SB.PCI0.GFX0._DSM due to previous error (AE_NOT_FOUND) (20250404/psparse-529)
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: DMAR: Failed to find handle for ACPI object \_SB.PCI0.SDMA
mai 26 17:18:18 cedric-Lenovo-G70-80 kernel: DMAR: Failed to find handle for ACPI object \_SB.PCI0.SDHC
mai 26 17:18:24 cedric-Lenovo-G70-80 kernel: snd_hda_intel 0000:04:00.1: no codecs found!
mai 26 17:18:26 cedric-Lenovo-G70-80 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GFX0._DSM.ECR1], AE_NOT_FOUND (20250404/psargs-332)
mai 26 17:18:26 cedric-Lenovo-G70-80 kernel: ACPI Error: Aborting method \_SB.PCI0.GFX0._DSM due to previous error (AE_NOT_FOUND) (20250404/psparse-529)
mai 26 17:18:26 cedric-Lenovo-G70-80 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GFX0._DSM.ECR1], AE_NOT_FOUND (20250404/psargs-332)
mai 26 17:18:26 cedric-Lenovo-G70-80 kernel: ACPI Error: Aborting method \_SB.PCI0.GFX0._DSM due to previous error (AE_NOT_FOUND) (20250404/psparse-529)
mai 26 17:18:37 cedric-Lenovo-G70-80 bluetoothd[853]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
mai 26 17:18:37 cedric-Lenovo-G70-80 bluetoothd[853]: sap-server: Operation not permitted (1)
mai 26 17:18:52 cedric-Lenovo-G70-80 lightdm[1262]: gkr-pam: couldn't unlock the login keyring.
mai 26 17:19:16 cedric-Lenovo-G70-80 lightdm[1381]: gkr-pam: unable to locate daemon control file
cedric@cedric-Lenovo-G70-80:~$ cedric@cedric-Lenovo-G70-80:~$ sudo apt update
[sudo] Mot de passe de cedric :
Atteint :1 http://security.ubuntu.com/ubuntu noble-security InRelease
Atteint :2 http://archive.ubuntu.com/ubuntu noble InRelease
Atteint :3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Atteint :4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
4 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
cedric@cedric-Lenovo-G70-80:~$ apt list --upgradable
En train de lister... Fait
libldb2/noble-security 2:2.8.0+samba4.19.5+dfsg-4ubuntu9.6 amd64 [pouvant être mis à jour depuis : 2:2.8.0+samba4.19.5+dfsg-4ubuntu9.4]
libsmbclient0/noble-security 2:4.19.5+dfsg-4ubuntu9.6 amd64 [pouvant être mis à jour depuis : 2:4.19.5+dfsg-4ubuntu9.4]
libwbclient0/noble-security 2:4.19.5+dfsg-4ubuntu9.6 amd64 [pouvant être mis à jour depuis : 2:4.19.5+dfsg-4ubuntu9.4]
samba-libs/noble-security 2:4.19.5+dfsg-4ubuntu9.6 amd64 [pouvant être mis à jour depuis : 2:4.19.5+dfsg-4ubuntu9.4]
cedric@cedric-Lenovo-G70-80:~$cedric@cedric-Lenovo-G70-80:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-=======================================-================================================-============-================================================================================
cedric@cedric-Lenovo-G70-80:~$cedric@cedric-Lenovo-G70-80:~$ ls -l /var/crash
total 220
-rw-r----- 1 cedric whoopsie 86488 mai 25 20:10 _usr_bin_blueman-applet.1000.crash
-rw-r----- 1 cedric whoopsie 132557 mai 25 18:29 _usr_share_cinnamon_cinnamon-settings_cinnamon-settings.py.1000.crash
cedric@cedric-Lenovo-G70-80:~$ voilà.
Dernière modification par argoth (Le 26/05/2026, à 18:00)
Hors ligne
#7 Le 26/05/2026, à 18:24
- steph810
Re : Ubuntu Cinnamon problème pour changer de langue
Recommencer en enlevant gnome-language-selector
sudo apt update
sudo apt install language-pack-fr language-pack-gnome-fr language-pack-fr-base cinnamon-control-center
rebootEn ligne
#8 Le 26/05/2026, à 18:50
- argoth
Re : Ubuntu Cinnamon problème pour changer de langue
cedric@cedric-Lenovo-G70-80:~$ sudo apt update
[sudo] Mot de passe de cedric :
Atteint :1 http://security.ubuntu.com/ubuntu noble-security InRelease
Atteint :2 http://archive.ubuntu.com/ubuntu noble InRelease
Atteint :3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Atteint :4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
4 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.cedric@cedric-Lenovo-G70-80:~$ sudo apt install language-pack-fr language-pack-gnome-fr language-pack-fr-base cinnamon-control-center
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
language-pack-fr est déjà la version la plus récente (1:24.04+20260127).
language-pack-fr-base est déjà la version la plus récente (1:24.04+20260127).
language-pack-fr-base passé en « installé manuellement ».
cinnamon-control-center est déjà la version la plus récente (6.0.1-3).
cinnamon-control-center passé en « installé manuellement ».
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
libllvm19
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
Les paquets supplémentaires suivants seront installés :
language-pack-gnome-fr-base
Les NOUVEAUX paquets suivants seront installés :
language-pack-gnome-fr language-pack-gnome-fr-base
0 mis à jour, 2 nouvellement installés, 0 à enlever et 4 non mis à jour.
Il est nécessaire de prendre 2361 ko dans les archives.
Après cette opération, 11,1 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Réception de :1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 language-pack-gnome-fr-base all 1:24.04+20260127 [2359 kB]
Réception de :2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 language-pack-gnome-fr all 1:24.04+20260127 [1916 B]
2361 ko réceptionnés en 1s (3481 ko/s)
Sélection du paquet language-pack-gnome-fr-base précédemment désélectionné.
(Lecture de la base de données... 233799 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../language-pack-gnome-fr-base_1%3a24.04+20260127
_all.deb ...
Dépaquetage de language-pack-gnome-fr-base (1:24.04+20260127) ...
Sélection du paquet language-pack-gnome-fr précédemment désélectionné.
Préparation du dépaquetage de .../language-pack-gnome-fr_1%3a24.04+20260127_all.
deb ...
Dépaquetage de language-pack-gnome-fr (1:24.04+20260127) ...
Paramétrage de language-pack-gnome-fr (1:24.04+20260127) ...
Paramétrage de language-pack-gnome-fr-base (1:24.04+20260127) ...
cedric@cedric-Lenovo-G70-80:~$ A première vu tout est en français, mais pas de menu "langues".
merci
Hors ligne
Pages : 1