NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: daily `makemandb -Q' drops core
On Tue, 19 Aug 2025, Van Ly wrote:
The pkgsrc bootstrap doesn't want to see the PKG_PATH variable in the environment.
# cd /usr/pkgsrc/bootstrap
# ./bootstrap
ERROR: Please unset PKG_PATH before running bootstrap.
# unset PKG_PATH
Dunno why that is--sorry.
Is there a need to put `/usr/pkg/sbin' ahead of `/usr/sbin' in PATH to use the newer `pkg_admin'?
You should be able to use either, I think, because the database format hasn't
changed. Go for whichever's the newest.
I was able to get the `f.occupy' panel to show its contents without setting those two parameters discussed in the problem report.
Yes, you have a horizontal panel now. And, since the OK/Cancel/... buttons at
the bottom have a fixed maximum width, the underlying window is visible for
Expose events to be generated by it.
This works too--just one pixel more than the max. button sizes:
```
$ cat tmp/ctwmrc.patch
--- /etc/X11/ctwm/system.ctwmrc 2024-05-31 13:11:41.000000000 +0000
+++ /home/rvp/.ctwmrc 2025-08-29 06:45:27.145772726 +0000
@@ -96,7 +96,7 @@
IconFont "-*-spleen-*-*-*-*-16-*-*-*-*-*-*-*"
ResizeFont "-*-spleen-*-*-*-*-16-*-*-*-*-*-*-*"
WorkSpaceFont "-*-spleen-*-*-*-*-12-*-*-*-*-*-*-*"
-WorkSpaceManagerGeometry "60x240-4-4" 1
+WorkSpaceManagerGeometry "163x240-4-4" 1
IconManagerGeometry "200x-1-1+0" 1
ThreeDBorderWidth 3
BorderWidth 3
$
```
Further tinkering has lost the ability to show some unicode glyphs in a tmux console. Specifically, Taiwan/HK/OC locale CJKV characters.
Use a UTF-8 locale (both inside & outside tmux) , then tmux won't translate
chars. when displaying:
```
$ TERM=C.UTF-8 tmux ...
```
Note that this is only in X11. The NetBSD console doesn't support UTF-8 (no
font coverage either).
The fontsize shrunk to eight.
Didn't get this. Shrunk where? console or in X11?
-RVP
Home |
Main Index |
Thread Index |
Old Index