hakandundar34coding / system-monitoring-center

Multi-featured system monitor
GNU General Public License v3.0
905 stars 83 forks source link

Some python warnings opening the settings/about 3 dots menu... #190

Closed dasnoopy closed 1 year ago

dasnoopy commented 1 year ago

Hi, just a not critical bug report:

not sure if this is an error generated by the app , but starting it from console terminal , this warning is displayed multiple times when you open the settings/about menu (3 dots menu):

(python:4660): Gtk-CRITICAL **: 09:46:48.982: _gtk_css_corner_value_get_y: assertion 'corner->class == &GTK_CSS_VALUE_CORNER' failed

..btw apparently, everything seems works fine...

Some system info:

Screenshot from 2023-07-15 09-54-02

Regards

hakandundar34coding commented 1 year ago

It is printed by GTK on some systems. It may be a bug of GTK4 or its language binding.

The commits after the latest tag contains changes for GPU tab. Currently, these feature are not available in a new version. Are there problems on GPU tab?

dasnoopy commented 1 year ago

thanks for your reply ...

About opened bug , after some google search, .it is definitively a GTK4 bug, so I guess issue could be close...

About your related GPU tab question not sure about my answer : my Lenovo T480 has an Intel UHD 620 : I don't known if it is supported by the app, because some info are reported but e.g. GPU usage and GPU memory graphs don't display any useful data.

image

App compiled from the latest commit

hakandundar34coding commented 1 year ago

Integrated Intel GPUs provide limited information unless intel_gpu_top CLI program (it requires root privileges) is used.

I will close this issue. But you can open a new one for bug reports, new features, etc.