Stanisław
Stanisław
Yes, no more crashes :tada: , however only one serie is coloured. :thinking:  Using this: ```vala renderer.region = new LiveChart.Region.between(50, 100).with_line_color(color_critical_line).with_area_color(color_critical_area); ```
Can confirm everything works! It was probably just a strange case were only one thread was loaded plus I have a pretty hi dpi, so wasn't able to notice. Sorry...
hey, @lcallarec can you look into this PR? Would be cool to have these features 😄
Hi, it looks like newer Fedora releases doesn't have some necessary packages to compile Monitor. Therefore it will not be possible to publish it on COPR :(
Same for me.
Wersja 2.7.9 działa poprawnie pod względem zapisywania ustawień.
Hi, `G_MESSAGES_DEBUG=all GTK_DEBUG=interactive com.github.stsdc.monitor` is for the app only. To see what indicator logs, you have to kill Wingpanel and restart it. `killall io.elementary.wingpanel && io.elementary.wingpanel` - since Wingpanel restarts...
Indicator watches for the app to appear on DBus and only then reveals itself. So maybe it's the app that is crushing?
In stack trace it mentions `Process.parse_stat ()` while using regex on stat file. But Monitor log shows get_temperature from IGPU, which shouldn't run at all since this is discrete Intel...
Thanks, will look into this.