pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/59858: audio/pavucontrol broken
The following reply was made to PR pkg/59858; it has been noted by GNATS.
From: RVP <rvp%SDF.ORG@localhost>
To: gnats-bugs%netbsd.org@localhost
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.)
> 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
Home |
Main Index |
Thread Index |
Old Index