MatthiasSchinzel / sysmon

Graphical system monitor for linux, including information about CPU, GPU, Memory, HDD/SDD and your network connections. Similar to windows task manager.
GNU General Public License v3.0
294 stars 25 forks source link

More sbin paths for different distributions #25

Closed rany2 closed 3 years ago

rany2 commented 3 years ago

Different distros put iwconfig in different places.

openSUSE puts iwconfig in /usr/sbin/iwconfig and Debian puts it in /sbin/iwconfig. I didn't notice this issue because I only tested my patch on Debian.

This should fix @hamadmarri's issue on his openSUSE machine.

MatthiasSchinzel commented 3 years ago

Thanks! Let me merge it!