Hi team Mageia, Is it possible to check system language after installation of the Thunderbird (main package) to install automatically the thunderbird-l10n package ? For example, in the %post section lang=check_locale() urpmi thunderbird_$lang Thanks Reproducible: Steps to Reproduce:
CC: (none) => adrien_d
%post lang=$(rpm-qa | grep -E 'locales-' | cut -d"-" -f2) urpmi thunderbird-$lang
OOps little problem into the grep expression : %post lang=$(rpm-qa | grep -E '^locales-' | cut -d"-" -f2) urpmi thunderbird-$lang It's an example because rpm-qa is too lang, it's probably possible to check easily the locale into the good format
I don't think such "workaround" is the good way to do it (but I have no knowledge) why not simply add proper require/suggest like what is suggested in bug 1344 ? (and like what is done in firefox iirc)
Mageia 3 changed to end-of-life (EOL) status 4 months ago. http://blog.mageia.org/en/2014/11/26/lets-say-goodbye-to-mageia-3/ Mageia 3 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Mageia please feel free to click on "Version" change it against that version of Mageia and reopen this bug. Thank you for reporting this bug and we are sorry it could not be fixed. -- The Mageia Bugsquad
Status: NEW => RESOLVEDResolution: (none) => OLD