mate-desktop / mate-applets

Applets for use with the MATE panel
http://www.mate-desktop.org
GNU General Public License v2.0
79 stars 67 forks source link

netspeed: g_settings_get_string always returns a newly-allocated string #597

Closed rbuj closed 3 years ago

rbuj commented 3 years ago

Remove runtime warning:

glibtop(c=30618): [WARNING] Failed to open "/sys/class/net//statistics/rx_packets": No such file or directory
glibtop(c=30618): [WARNING] Failed to open "/sys/class/net//statistics/tx_packets": No such file or directory
glibtop(c=30618): [WARNING] Failed to open "/sys/class/net//statistics/rx_bytes": No such file or directory
glibtop(c=30618): [WARNING] Failed to open "/sys/class/net//statistics/tx_bytes": No such file or directory
glibtop(c=30618): [WARNING] Failed to open "/sys/class/net//statistics/rx_errors": No such file or directory
glibtop(c=30618): [WARNING] Failed to open "/sys/class/net//statistics/tx_errors": No such file or directory
glibtop(c=30618): [WARNING] Failed to open "/sys/class/net//statistics/collisions": No such file or directory