lilithwhite

Results 4 comments of lilithwhite

I bypassed the issue by changing mode values to firefox on lines 997 and 1003 in main.py. Like so: eel.start("loadsavefile.html", mode="firefox", port=web_app_options["port"],

Ah, that does explain it: Chromium is installed as a flatpak so eel can't find it. I prefer to use Firefox anyways, I only installed Chromium to test this out....

>>> import psutil as ps >>> print(ps.sensors_temperatures()) {'acpitz': [shwtemp(label='', current=33.0, high=120.0, critical=120.0)], 'nvme': [shwtemp(label='Composite', current=27.85, high=79.85, critical=84.85)], 'amdgpu': [shwtemp(label='edge', current=31.0, high=None, critical=None)], 'k10temp': [shwtemp(label='Tctl', current=33.625, high=None, critical=None)], 'iwlwifi_1': [shwtemp(label='', current=29.0,...

I'm getting the exact same behavior on Manjaro that I just installed. I was using Pop OS earlier where it worked just fine but I needed a newer version of...