On Sun, 17 Aug 2025, Van Ly wrote:
and the work around I used was as follows after creating the `/usr/pkg/pkgdb'
directory
# PKG_PATH="https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/10.1/All"
PKG_DBDIR=/usr/pkg/pkgdb pkg_add pkgin
There isn't any need to do this. Edit root's ~/.profile and uncomment PKG_PATH.
Then logout & login, and:
# pkg_add pkgin
# pkgin in XXX
New out of the box, something about the `/etc/X11/ctwm/system.ctwmrc'
isn't right in that the `f.occupy' call out produces a GUI panel that
has what seems to be the fore/background colors the same. You can't
see the numbers or buttons for virtual desktops to select. You can't
see the ok, cancel, all buttons.
CTWM bug. See PR# 58467.
-RVP