Faster IT
Faster IT
@BenBE here you go: [htop_no-debug_root.svg.gz](https://github.com/user-attachments/files/19534908/htop_no-debug_root.svg.gz) (uploaded as .svg.gz so you can download, unpack and use the interactive features)
The [`free` screenshot](https://github.com/htop-dev/htop/issues/1725#issuecomment-3150805590) shows the common memory categories as used by `htop`. We should just make the calculations (esp. of what is counted as free memory) match. Following the details...
The homebrew formula does not have a debug option, cf. https://github.com/Homebrew/homebrew-core/blob/9a62283522a01b482705fb5f5442405cd383c0db/Formula/h/htop.rb . You will have to try your luck again. The compiling thing gets easier with training. Give it a...
I guess the logic gets confused with the new `r8169_0_300:00-mdio-0` `temp` sensor. Can you try prioritizing `coretemp` to `1` in https://github.com/htop-dev/htop/blob/main/linux/LibSensors.c#L140 and compile that? Does it work with 6.16.x then?...
Confirmed both for current head as well as the Trixie release version. Thank you very much for reporting this @ki-aura
[Stack backtrace](https://github.com/user-attachments/files/22020509/bt_full.txt) of the crash as requested by @BenBE
See https://github.com/htop-dev/htop/blob/main/linux/LinuxMachine.c#L145-L197 if you want to re-do htop's calculation (on Linux).
It only increments / decrements when the line is selected. Just like it did before with F7 / F8 (and increment on mouse click).
How can they have any expectation of what the right mouse button does? 1. htop never knew to use the right mouse button until yesterday 2. there is no best-practice...
Thank you for trying to improve htop! 7b739b6 was intentional as the data is not updated so the sort may be showing wrong data / wrong child nodes. Personally I...