Page 1 of 1

HTOP solution found!

Posted: 06 May 2019, 08:46
by nanZor
Ok, we know about the upstream issue about the xterm / xterm-256 environment variable.

Solution: include HTOP in the ISO distribution, AND put the alias in .bashrc for the users who don't know how to make an alias like that.

I downloaded and use htop and manually made that alias - seems like the inclusion of htop and the work-around alias wouldn't bloat Porteus too much. And one less utility to download.

Of course, to compensate maybe make more use of Busybox app links. CAL could be replaced for example. Maybe a few others....

HTOP solution found!

Posted: 11 Jun 2019, 02:03
by nanZor
What was I thinking? Keep the distro size down by NOT including HTOP, but merely aliasing it in ~/.bashrc

Code: Select all

alias htop 'TERM=xterm htop'
There's already on in there for MCEDIT, so I just jab this in there for htop.