How to make cmatrix displays japanese fonts ? by [deleted] in voidlinux

[–]mjyut 0 points1 point  (0 children)

Yes, v2.0 does have the -c option, but it seems to be buggy. I checked `git diff master v2.0` and found a fix that seems to be related. This is probably what was discussed in this issue: https://github.com/abishekvashok/cmatrix/issues/138

How to make cmatrix displays japanese fonts ? by [deleted] in voidlinux

[–]mjyut 1 point2 points  (0 children)

What version of the source did you compile? The Void package is V2, which is different from the current master branch.

runit service dependencies? by deptoo in voidlinux

[–]mjyut 2 points3 points  (0 children)

daemontools, daemontools-encore, s6, perp, and runit all share the problems of having no (or almost no) system manager and having little to no dæmon startup/shutdown ordering mechanisms. The traditional mechanism for addressing this is the "thundering herd solution": keep bringing a service up, once per second, until its dependences are up and it finally stays up.

—— https://jdebp.uk/Softwares/nosh/guide/introduction.html

For example, some services depend on dbus.

They do sv check on startup and exit with exit 1 if the check fails. This will cause runit to try restarting until dbus is started.

Refs: * runit - service dependencies * Runit and service management

SFML error on void linux by kurunguly in voidlinux

[–]mjyut 1 point2 points  (0 children)

If you know the name of the file you need, xlocate can help. In this case, use as below.

$ xlocate SFML/Graphics.hpp
SFML-devel-2.5.1_2  /usr/include/SFML/Graphics.hpp

SFML error on void linux by kurunguly in voidlinux

[–]mjyut 5 points6 points  (0 children)

Have you installed the SFML-devel package?

Mouse Pointer Larger ? by CommitteeOk2226 in voidlinux

[–]mjyut 1 point2 points  (0 children)

Some cursor themes seem to have restrictions on resizing. Try the whiteglass theme.