Mikhail Grushinskiy

Results 235 comments of Mikhail Grushinskiy

Anything powered connected via USB and leaking power into pi5?

Another thing to try: ```` sudo systemctl disable upower sudo systemctl stop upower ```` ```` systemd-inhibit --list ````

There is also this discussion https://github.com/systemd/systemd/issues/28902 so another thing to try: ```` sudo systemctl disable ctrl-alt-del.target sudo systemctl enable poweroff.target ````

Some more details on how things work: https://medium.com/@buzondefede/shutdown-from-power-button-explained-in-ubuntu-22-04-3fbe671b5765 looks like some app installed inhibitor on logind (systemd) power off events

I noticed it too but I started to think it’s a feature of budgie to prevent accidental shutdowns.

Relevant to the discussion (non isolated NMEA 2000) https://github.com/OpenMarine/MacArthur-HAT/issues/14

Try not using bitmap icons at all. Pick a theme with all SVG icons. And might be modify the code of fbpanel to display SVG. And for enforcement make fbpanel...

It's a valid request. I see where it's going too. Labels in local language. Timezone set up. Those are valid features for which I do not have time. I'm trying...

Isn’t the temperature already in C°?

Might be it makes sense to separate swipe up and swipe down gestures and give them different event handler. Let’s say swipe up would bring to Home Screen. There are...