
plasma-netgraph
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Plasma-netgraph is a plasmoid,
that displays network usage and is
comprised of a configurable applet
and a data-engine.
The data-engine is, for the most part,
code copied from knetload[1] and wrapped with the plasma API.
[1] http://www.kde-apps.org/content/show.php/KNetLoad?content=12351
12 years ago
[Version 0.3]
* Ported to the KDE 4.1 API
[Version 0.2]
* Minor aesthetic enhancements.
12 years ago
[Version 0.3]
* Ported to the KDE 4.1 API
[Version 0.2]
* Minor aesthetic enhancements.
binro
10 years ago
Report
thomasarch
11 years ago
Report
thomasarch
11 years ago
Report
allgaeuyeti
11 years ago
Thank You!
Report
iovar
11 years ago
I use the system monitor plasmoid now.
Report
mirzaD
11 years ago
it is really sad to her that you abandon this.
Report
tarahmarie
12 years ago
Report
hungerpirat
12 years ago
But can you add a possibility to choose KBytes per second ?
that would be really nice!
Thanks in Advance
Report
Polydeukes
12 years ago
But sometimes after reboot/restart the netgraph graphic is deformed, the plasma process claims 100% cpu usage...after removing netgraph its back to normal, well no big deal but still annoying.Maybe that happens cause i have inserted the plasmoid into the taskbar?
Report
belzebu87
12 years ago
Report
ErkiDerLoony
12 years ago
So what can we do about this problem?
Report
Krest
12 years ago
Report
SeaJey
12 years ago
Report
michalborek
12 years ago
I've got a suggestion. I think that present speed should be in Kbytes per second, not Kbits... or there should be a possibility to choose.
Report
ansani
12 years ago
http://ansani.it/debian/dists/experimental/contrib/binary-i386/plasma-netgraph_0.3-1_i386.deb
Ciao,
Salvatore
Report
wgrube
12 years ago
walther@wgn:~/Documents/plasma-netgraph/build$ cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4 ../
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
CMake Error: ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/walther/.kde4/share/apps;/usr/lib/kde4/share/kde4/apps
-- Configuring done
Thanks!
Report
szyszeja
12 years ago
this fix
http://ubuntuforums.org/showthread.php?t=718183
Good look!!
Report
apt-drink
12 years ago
/tmp/coremoid-0.3.1/coremoidapplet.cpp: In member function ‘virtual void CoreMoidApplet::init()’:
/tmp/coremoid-0.3.1/coremoidapplet.cpp:106: error: ‘self’ is not a member of ‘Plasma::Theme’
Report
k-otman
12 years ago
Is possible to make it display internet speed in KByte/Sec not in KBit/Sec ?
Sorry for my poor English...
Report
ansani
12 years ago
I made a Debian/Kubuntu package for your plasmoid ;)
URL: http://ansani.it/debian/kdelook/plasma-netgraph_0.2-1_i386.deb
Good piece of software !!!! :)
Regards,
Salvatore
Report
protoman
12 years ago
Report
buschmann23
12 years ago
http://software.opensuse.org/search?baseproject=ALL&p=1&q=kde4-plasmoid-netgraph
Report
pakistano
12 years ago
Report
franzf
12 years ago
======== kde-misc/plasma-netgraph-0.2.ebuild ========
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
NEED_KDE="svn"
inherit kde4-base
PREFIX="${KDEDIR}"
S="${WORKDIR}/${PN}"
KLV="74071"
DESCRIPTION="A network monitoring Plasmoid"
HOMEPAGE="http://kde-look.org/content/show.php/plasma-netgraph?content=74071"
SRC_URI="http://kde-look.org/CONTENT/content-files/${KLV}-${P}.tar.gz"
LICENSE="GPL"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND=""
============================
I'm still using kde-svn. If you use current "stable" (4.0.0) just change NEED_KDE from "svn" to "4.0".
HF Franz
Report
franzf
12 years ago
But please could you also version your tarball as this makes it easier to see which version you have downloaded or if you need an update.
Thx
Franz
Report