Can't get to/see top of drop down menu

I run Psensor to monitor various statistics on my Linux system. I recently upgraded my system, and the new motherboard provides more sensors, all which can be monitored under Psensor - however I have a problem, the drop down menu is so long that I can’t see the top of the menu, it literally goes off the top of the screen and there’s no way to scroll to the top of the menu.

Surely this can’t be intentional, it must be a bug? See screenshot below for reference:

Specs as follows:

Operating System: KDE neon User Edition
KDE Plasma Version: 6.6.2
KDE Frameworks Version: 6.23.0
Qt Version: 6.10.2
Kernel Version: 6.17.0-14-generic (64-bit)
Graphics Platform: Wayland
Processors: 28 × Intel® Core™ i9-10940X CPU @ 3.30GHz
Memory: 32 GiB of RAM (31.0 GiB usable)
Graphics Processor: NVIDIA GeForce RTX 4070 SUPER

maybe not exactly a solution, but this might help winnow down the list since a good portion of those “sensors” are not real or not useful.

from my notes:

# sensors that are bogus/useless can be omitted by listing them in this file
/etc/sensors.d/nuvoton.conf
# organized in blocks for each chip type as shown
chip "nct6798-*"
    ignore in0
    ignore in1
    ignore in2
    ignore in3
    ignore in4
    ignore in5
    ignore in6
    ignore in7
    ignore in8
    ignore in9
    ignore in10
    ignore in11
    ignore in12
    ignore in13
    ignore in14
    ignore fan4
    ignore fan5
    ignore fan6
    ignore temp3
    ignore temp4
    ignore temp5
    ignore temp6
    ignore temp7
    ignore temp10
    ignore temp12
    ignore intrusion0
    ignore intrusion1
    ignore beep_enable
chip "nvme-pci-*"
    ignore temp2
    ignore temp3
# to get the sensor names under each chip, look at the raw output
sensors -u
# for reference, see
https://gist.github.com/gtirloni/db01fb789a80b35f546b0f6f2756e477

See if the upcoming Plasma 6.6.3 fixes the issue for you!

1 Like

Gotta love KDE devs, cheers Nate!