Bug #313
closed
Add current IP address to status bar
Added by Hammel over 10 years ago.
Updated over 10 years ago.
Description
It would be helpful to have the current IP address displayed in the status bar.
- Status changed from New to In Progress
- % Done changed from 0 to 50
Added code to place current interface's IP addr in status bar, but this needs to be based on actual configuration and not what's in /etc/network/interfaces. So it needs to change to something like:
FILE* file = popen("/sbin/ifconfig wlan0 | grep 'inet addr:' | cut -d: -f2", "r");
fgets(buffer, 100, file);
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Verified updates - IP address is correctly displayed in the status bar.
Closing issue.
Also available in: Atom
PDF