Results 10 comments of Jeff Pohlmeyer
trafficstars

You script is forking 27+ new processes per loop (every second), and doing I/0 on 5+ files per loop. That doesn't seem very efficient. Here is a more efficient approach,...

I don't think syslinux is "abandoned" Last commit was May 31, 2017: http://repo.or.cz/syslinux.git

The Keyboard Conservation Project recommends: `gdb attach $(pidof jwm)`

For text-cell based applications like terminals, the size is calculated at the cell level (the size of one character cell) rather than the pixels. So it is common for the...

Does this help? `PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure --disable-xinerama --disable-fribidi`

You could try running: `jwm -v` or ` ldd /path/to/jwm ` to see if there is any mention of freetype, fontconfig, or pango. If not, it probably means that jwm...

Or you could install pango-devel (and the other required *-devel packages) and compile jwm 2.4.1 from source.

@brussell1 you can try `jwm-git` from AUR. The PKGBUILD doesn't explicitly require pango, but it should still link to it, provided you have pango installed (which you probably do) https://aur.archlinux.org/packages/jwm-git/

Ending on letter boundaries would be nice, but I'm not so sure about ellipsis. Given a choice between two more letters or three dots, I would rather see "Trumpet" than...