ghostbsd / networkmgr

NetworkMgr is a Python GTK3 network manager for FreeBSD, GhostBSD, TrueOS and DragonFlyBSD
BSD 3-Clause "New" or "Revised" License
95 stars 30 forks source link

Added function so that hovering mouse over networkmgr icon in mate taskbar shows dotted decimal subnet masks instead of hexadecimal. #23

Closed frostygoth closed 4 years ago

frostygoth commented 4 years ago

Hi Eric.

I thought that it would look better if network manager showed the ip address, subnet mask, and broadcast address so that all of them were in dotted decimal format. Previously the subnet mask was in hexadecimal, while the ip address and broadcast address were dotted decimal. I know it's a minor cosmetic change, but I think it would make it easier for people that don't know networking to see it all as dotted decimal. That is how most of the world talks about network addressing anyway.

Before it looked like this ... Screenshot at 2020-01-10 23-53-36

After my changes it now looks like this ... Screenshot at 2020-01-10 23-55-54

I also updated the networkmgr and netcardmgr to execute with python3.7 to match the version that are currently deployed on active GhostBSD machines.

Thanks for your time!