Bugzilla – Bug 1202678
okular-lang not installed by default => only english language for a french installation
Last modified: 2024-04-17 11:07:33 UTC
With Yast software manager if I select okular then okular-lang is not automatically selected. Result : okular is in english instead of french.
What's the output of "zypper locales"?
x:~> zypper locales Code | Lang-> | Reque-> -----+--------+-------- x:~>
Ok, so zypper is configured to not pull in any language packages. You can change that by running "sudo zypper addlocale fr_FR", which should automatically install all needed packages.
there was clearly a problem. x:~> sudo zypper addlocale fr_FR [sudo] Mot de passe de root : Chargement des données du dépôt... Lecture des paquets installés... Localisation ajoutée : fr_FR Résolution des dépendances des paquets... Les 17 NOUVEAUX paquets suivants vont être installés : cpupower-lang gcc12-locale gcc7-locale gdbm-lang gstreamer-plugins-bad-lang gtk4-lang libadwaita-lang libgovirt-lang libhandy-lang libsmbios-lang libsoup2-lang libstdc++6-locale plasma5-thunderbolt-lang popt-lang procps-lang spice-gtk-lang translation-update-fr But the question is "why "locales" is not set ?" this is Yast which installs tumbleweed. Perhaps the installer is buggy ?
(In reply to Episteme PROMENEUR from comment #4) > there was clearly a problem. > > x:~> sudo zypper addlocale fr_FR > [sudo] Mot de passe de root : > Chargement des données du dépôt... > Lecture des paquets installés... > Localisation ajoutée : fr_FR > Résolution des dépendances des paquets... > > Les 17 NOUVEAUX paquets suivants vont être installés : > cpupower-lang gcc12-locale gcc7-locale gdbm-lang > gstreamer-plugins-bad-lang gtk4-lang libadwaita-lang libgovirt-lang > libhandy-lang libsmbios-lang libsoup2-lang libstdc++6-locale > plasma5-thunderbolt-lang popt-lang procps-lang spice-gtk-lang > translation-update-fr > > > But the question is "why "locales" is not set ?" this is Yast which installs > tumbleweed. Perhaps the installer is buggy ? Did you select the locale during installation? If so, please upload the tarball created by save_y2logs.
>> Did you select the locale during installation? Yes where is save_y2logs ?
(In reply to Episteme PROMENEUR from comment #6) > >> Did you select the locale during installation? > > Yes > > where is save_y2logs ? /usr/sbin/save_y2logs
Created attachment 861071 [details] Installation log
(In reply to Episteme PROMENEUR from comment #8) > Created attachment 861071 [details] > Installation log I'm sorry but we don't need the save_y2logs script itself. We need you to run the script (as root). It collects various logs all around your system and packs it into a tarball. Resulting tarball is what needs to be attached here. Thanks.
Created attachment 861345 [details] log created by save_y2logs
I came back to this while reviewing old bug reports, and this sounds exactly like one that we got just recently: bug #1222314 *** This bug has been marked as a duplicate of bug 1222314 ***
(yes, I know, this one came much earlier, but we spent some time debugging the other one and got some preliminary findings)