Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: amplefiction on February 17, 2026, 11:43:48 AM
-
While setting up a CorePure64 system with Wayland (no XWayland) using labwc and labwc-config, I was able to install Xprogs and launch the Apps manager. However, any attempt to install a TCE with Apps will fail.
The problem is that the application is calling xterm to spawn a terminal when installing an extension. If X or XWayland is present, one can install aterm, which includes the script aterm-xterm and links it to /usr/local/bin/xterm. But on a pure Wayland system, the default terminal is havoc, which does not have such a script.
Would it be worthwhile to add a havoc-xterm script to the extension, that parses the calls to xterm, extracts the geometry and colors and launches havoc using a temporary config file with the required values?