Re: pkg/59858: audio/pavucontrol broken
"Ramiro Aceves via gnats" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/59858; it has been noted by GNATS. From: Ramiro Aceves <[email protected]> To: [email protected], [email protected], [email protected], [email protected] Cc: Subject: Re: pkg/59858: audio/pavucontrol broken Date: Wed, 14 Jan 2026 11:53:37 +0100 El 13/1/26 a las 23:35, RVP via gnats escribió: > The following reply was made to PR pkg/59858; it has been noted by GNATS. > > From: RVP <[email protected]> > To: [email protected] > Cc: > Subject: Re: pkg/59858: audio/pavucontrol broken > Date: Tue, 13 Jan 2026 22:30:32 +0000 (UTC) > > > netbsd-x260$ locale > > LANG="es_ES.UTF-8" > > LC_CTYPE="es_ES.UTF-8" > > LC_COLLATE="C" > > LC_TIME="es_ES.UTF-8" > > LC_NUMERIC="es_ES.UTF-8" > > LC_MONETARY="es_ES.UTF-8" > > LC_MESSAGES="es_ES.UTF-8" > > LC_ALL="es_ES.UTF-8" <-- > > > > You shouldn't set `LC_ALL' explicitly, otherwise it becomes difficult to > override the other categories (like LC_NUMERIC) individually (LC_ALL always > takes precedence). If you want to set a locale, just export `LANG=es_ES.UTF-8' > in ~/.xinitrc or ~/.xsession. (The NetBSD console doesn't support UTF-8 I/O, > nor fonts, so setting a UTF-8 locale is not very useful.) Hi RVP Ok, thanks for explanation, I take note and correct it. > > > On a Thinkpad x260 amd64 system laptop, same result, broken UI. > > > > Can't reproduce this with pavucontrol from pkgsrc-2025Q4 on amd64/10.1-RELEASE. > (Works fine with a "C" locale as before.) > > Can you try: > > $ env LC_ALL=C LIBGL_ALWAYS_SOFTWARE=true pavucontrol > > -RVP > netbsd-raspa4$ env LC_ALL=C LIBGL_ALWAYS_SOFTWARE=true pavucontrol W: [(null)] caps.c: Normally all extra capabilities would be dropped now, but that's impossible because PulseAudio was built without capabilities support. netbsd-raspa4$ Same broken UI here (on the rpi4). Regards.