linuxmint / slick-greeter

A slick-looking LightDM greeter
GNU General Public License v3.0
363 stars 58 forks source link

Problem with translation of pam_sss message in greeter #245

Open a11g0rhythm opened 2 months ago

a11g0rhythm commented 2 months ago
 slick-greeter-2.0.5-1.fc40.src.rpm
Fedora 40
64 bit

Issue

message don't translate pam_sss(lightdm:account): User info message: Password expired. Change your password now.

sssd have translation

Steps to reproduce change expired password for Active Directory user provide by sssd

Expected behaviour if i have output from locale LANG=pl_PL.UTF-8\ \ UTF-8 LC_CTYPE="pl_PL.UTF-8" LC_NUMERIC="pl_PL.UTF-8" LC_TIME="pl_PL.UTF-8" LC_COLLATE="pl_PL.UTF-8" LC_MONETARY="pl_PL.UTF-8" LC_MESSAGES="pl_PL.UTF-8" LC_PAPER="pl_PL.UTF-8" LC_NAME="pl_PL.UTF-8" LC_ADDRESS="pl_PL.UTF-8" LC_TELEPHONE="pl_PL.UTF-8" LC_MEASUREMENT="pl_PL.UTF-8" LC_IDENTIFICATION="pl_PL.UTF-8" LC_ALL=pl_PL.UTF-8 message should be pam_sss(lightdm:account): User info message: "Hasło wygasło. Proszę je zmienić teraz.

Other information

It works in gdm

leigh123linux commented 2 months ago

What lang is the system locale set to?, user locale isn't used by slick/lightdm.

a11g0rhythm commented 2 months ago

System is set to Polish.

Peek 2024-08-10 22-02

I thought that is a case of pam , so I set /etc/environment to LC_ALL=pl_PL.UTF-8 But no effect.

in gdm I did nothing

Peek 2024-08-10 22-16

leigh123linux commented 2 months ago

Is there anything in /etc/locale.conf

a11g0rhythm commented 2 months ago

there is LANG="pl_PL.UTF-8"