network_tray 3.1
November 05, 2014 —
BarryK
Puppy Forum member OscarTalks has posted about a problem with network_tray, the network applet that sits in the desktop tray:
http://www.murga-linux.com/puppy/viewtopic.php?t=93758
The received/transmitted bytes stopped counting at 2GB, and the tray icon stopped blinking.
Forum member rcrsn51 found out why. Although I had specified the variables as 'long long int', they were only being treated as 'long int' (signed 32-bit).
I have updated network_tray PET to version 3.1, and this will be uploaded soon to the 'common' repo for Quirky. Ditto, the source will be uploaded to my sources repo.
Tags: linux