← Back to team overview

indiv-screenlets-dev team mailing list archive

[Bug 1132812] Re: Sysmonitor screenlet shows wrong IP address. (vmnet1 instead of wlan0)

 

sensors.net_get_ip() returns ip for first (non lo) interface.  I've fixed it and it will be in development repo in a few days.
Also, SysmonitorScreenlet.py is changed and now you can select from which interface to obtain ip address. This also should be in development repo in a few days.

Regards,
Rastko Karadzic.




** Changed in: indiv-screenlets
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of
Individual Screenlets Developers, which is subscribed to Individual
Screenlets.
https://bugs.launchpad.net/bugs/1132812

Title:
  Sysmonitor screenlet shows wrong IP address. (vmnet1 instead of wlan0)

Status in Screenlets — individual widgets development:
  Fix Committed

Bug description:
  Sysmonitor screenlet shows IP address (and then the related Download
  and Upload speeds) of VMWare (vmnet1) instead of the wlan0 that it is
  currently connected to (even when VMWare guest is properly shut down.)

  I tried to locate the function sensors.net_get_ip() in a few files to
  know what is being passed and fix it or find a workaround but did not
  want to brick my system since I am a tester and not a development guy,
  specially since I came to know that python needs to maintain strict
  indentation to be able to work properly. I only have a couple of days
  of experience on Ubuntu and am in a learning phase, so kindly be light
  if you find this bug a little noobish.

  Sysmonitor 0.1.7++ by Whise
  Screenlets 0.1.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/indiv-screenlets/+bug/1132812/+subscriptions


References