-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Frugalware-Art.org Artwork for Frugalware Linux 
 Arch-Stuff.org Artwork and Stuff for Arch Linux 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com    Open-PC.com   
Compiz-Themes.org - The Compiz Community
Compiz-Themes.orgCompiz-Themes.org

 Sep 10 2010  
 Not logged in  
Compiz-Themes.org
 Home    Add Artwork   Forum   Groups   Knowledge   Events   Jobs   Users   Register   Login-


Sponsoring


-
- Content .- Fans  . 

Net Monitor Screenlet

   0.6  

Screenlet

Net Monitor Screenlet
zoom


Net Monitor Screenlet
zoom


Link:  http://
Downloads:  36097
Submitted:  Aug 20 2007
Updated:  May 14 2008
Score: score77%77%score 77% good
bad   good

Description:

displays net traffic and month totals
by Helder Fraga aka Whise




Changelog:

0.6 when you shutdown your system your downloads are still stored

0.5 fixed a couple of bugs

0.4 - shows month totals
added list of devices in properties




LicenseGPL
Donate
Send to a friend
Subscribe
Other artwork from Whise



goto page: prev   1  2 

-

 A bug?

 
 by Stogu on: Jan 5 2008
 

I have NetmonitorScreenlet v6.9.1 and I couldn't run Properties window. These lines:
Quote:
self.add_option(StringOption('Options', 'download_total', self.download_total,'Download total this month', '',))
self.add_option(StringOption('Options', 'upload_total', self.upload_total,'Upload total this month', '',))


must be replaced with this:
Quote:
self.add_option(StringOption('Options', 'download_total', str(self.download_total),'Download total this month', '',))
self.add_option(StringOption('Options', 'upload_total', str(self.upload_total),'Upload total this month', '',))


Reply to this

-

 Re: A bug?

 
 by N-drew on: Jan 6 2008
 

That's one problem.
The other is someway it goes to negative and start counting KBs with MB text.

BTW if you're using 1024 for change you should use KiB, MiB etc.


Reply to this

-

 Re: Re: A bug?

 
 by drxnele on: Jan 17 2008
 

this is causing counter that is used in this screenlet when it goes to 99999999 and next is 00000001 and then when it subtract 1-99999999 it's negative...


Reply to this

-

 Re: A bug?

 
 by drxnele on: Jan 17 2008
 

did you tried this... I tryed but it's not working for me... my solution to this is to go to ~/.config/Screenlets/Netmonitor/default
and add this 2 lines to file called Netmonitor.ini

download_total=0
upload_total=0


Reply to this

-

 letter size

 
 by ryke on: Jan 16 2008
 

Hi,

If it's possible, could you decrease the letter size for totals ? (when the number of MB is high, it doesn't fit into the screenlet)

Thanx for your screenlets ;-)


Reply to this

-

 Bug with wlan0 dev

 
 by mrmorris on: Feb 18 2008
 

For people with trouble getting this screenlet to work with wlan0:

Change the line in NetmonitorScreenlet.py which says:

data = data[data.find(self.dev + ":")+5:]

...to:

data = data[data.find(self.dev + ":"):]
data = data.split(':')[1];

The problem is that the screenlet is not capable of handling devices with names larger than 4 characters. This should be handled by searching for the position of the ":" rather than hardwiring the offset. Note that I just corrected it to work for me, it is not tested and I can not say how this fix will work for you!


Reply to this

-
.

 Re: Bug with wlan0 dev

 
 by IBBoard on: Feb 20 2008
 

That fix seems to work for me on Fedora 8 using the 0.6 version of the Net Monitor screenlet :) I was wondering why it wasn't showing anything.

For future reference for the developer, it migh
t also be best not to try to process the data when self.dev isn't set as it just leads to exceptions.


Reply to this

-
.

 Re: Bug with wlan0 dev

 
 by azulmarino on: Sep 25 2008
 

That code didn't make it work for me.


Reply to this

-

 1 problem:

 
 by frigga on: Feb 23 2008
 

root@n1ck-desktop:/usr/local/share/screenlets/Diskusage# . DiskusageScreenlet.py
from: can't read /var/mail/screenlets.options
from: can't read /var/mail/screenlets.options
import: unable to grab mouse `Success'.
import: unable to read X window image `'.
import: unable to read X window image `'.
import: missing an image filename `gobject'.
bash: DiskusageScreenlet.py: line 16: syntax error near unexpected token `('
bash: DiskusageScreenlet.py: line 16: `class DiskusageScreenlet(screenlets.Screenlet):'


whats the prob?


Reply to this

-
.

 Re: 1 problem:

 
 by IBBoard on: Feb 24 2008
 

I think the problem is that you're posting about a disk usage applet under the network monitor applet ;)


Reply to this

-

 It's good!

 
 by maman on: Apr 19 2008
 

This screenlet is good, although if beryl is not running, it won't save the settings (which includes the traffic data) if not closed properly.

And it's not really accurate, since it only measures what it 'sees'. If it's closed, it don't measure any traffic. But still, overall it's good. :)

PS: sorry for my bad English.


Don't Visit Indonesia Year 2008.
Dangerously Beautiful!

Reply to this

-

 ...

 
 by scr34mb07 on: Sep 12 2008
 
scr34mb07scr34mb07
linuxrevolut ions.org
Home
-
Phil Heaton
linuxrevolutions.org
United Kingdom, Edinburgh
Last visit Dec 10 2008
0 Friends
0 Groups

Other contents
Send a message
Add as friend
More info
--

POS. Doesn't work


We are Linux. Resistance is an indication you missed the point.

http://linuxrevolutions.org

Reply to this

goto page: prev   1  2 

Add commentBack




-
-
all messages
Cool Sites
Mac Anwendungen


Copyright 2007-2010 Compiz-Themes.org Team  Legal Notice
All rights reserved. Compiz-Themes.org is not liable for any content or goods on this site.
You can find our FAQ here.
All contributors are responsible for the lawfulness of their uploads.
Please send us a notice if you spot an ABUSE of the website.
Information about advertising in Compiz-Themes.org.
Developers can use our public webservice interface. More information here: public api
For further information or comments on this site, please send us a message
Compiz and the Compiz Logo are trademarks of the Compiz Project.
Content RSS   
Events RSS