Warning: session_start(): open(/tmp/sess_q8av4b8s874vp1dr0gjdva9bi1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
kmodemlights openDesktop.org
-
 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 
 apps.ownCloud.com ownCloud 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 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 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
 VLC-Addons.org Themes and Extensions for VLC
--
-
 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    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

kmodemlights

   0.8.1  

KDE Networking Tool

Score 69%
kmodemlights
zoom


Link:  Link
Downloads:  2274
Submitted:  Jul 25 2004
Updated:  Apr 10 2006

Description:

This is a applet for the KDE-panel kicker, that watches a modem and allows to connect and disconnect the modem. It is "inspired" by modemlights (read: it's a clone). It shows:

* the connection-state on the button (offline - awaiting connection - online)

* two LEDs showing activity for Rx and Tx, much like a modems lights (hence the name). The update-frequency is configurable from 2 to 5 (default is 5).

* a graph displaying Rx-volume and Tx-volume (updated every 2 seconds).

* The bytes received per second (updated every second), as numerical value.

* The time since the modem is online.The colors of the lights, button-icons (await- and online- state), and the graph is configurable.

!! possibly still not working on vertical panels!




Changelog:

0.8 configurable shortcut to go on- or offline
0.8.1 c++-syntax-problem fixed, that caused problems with some compilers




LicenseGPL
Send to a friend
Subscribe
Other  Content  from berberic
Report inappropriate content



goto page:  1  2 

-

 Perfect

 
 by digix on: Aug 8 2004
 
Score 50%

This was the last application i missed.


Reply to this

-
.

 Re: Perfect

 
 by Ptero4 on: Sep 3 2004
 
Score 50%

Hi, what version of KDE are you using and what did you do to compile kmodemlights, it seems to fail on everybodys else computers.


Reply to this

-
.

 does not compile

 
 by managementboy on: Sep 2 2004
 
Score 50%

Hi, does not compile on SuSE 9.0 with KDE 3.3 Final... error message:

if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT kmodemlightsdlg.lo -MD -MP -MF ".deps/kmodemlightsdlg.Tpo" \
-c -o kmodemlightsdlg.lo `test -f 'kmodemlightsdlg.cpp' || echo './'`kmodemlightsdlg.cpp; \
then mv ".deps/kmodemlightsdlg.Tpo" ".deps/kmodemlightsdlg.Plo"; \
else rm -f ".deps/kmodemlightsdlg.Tpo"; exit 1; \
fi
kmodemlights.cpp: In function `int system_nowait(const char*)':
kmodemlights.cpp:67: error: `exit' undeclared (first use this function)
kmodemlights.cpp:67: error: (Each undeclared identifier is reported only once
for each function it appears in.)
make[2]: *** [kmodemlights.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/tmp/kmodemlights-0.4/kmodemlights'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/kmodemlights-0.4'
make: *** [all] Error 2


Life sucks until you realise you don’t have one. Elkin
Reply to this

-

 Re: does not compile

 
 by berberic on: Sep 3 2004
 
Score 50%

Thanks for the feedback. I assume this to by a compiler-version dependend problem, you are probably using gcc-3.x?

It should work no I hope


Reply to this

-

 Re: Re: does not com

 
 by managementboy on: Sep 3 2004
 
Score 50%

gcc -v
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.1/specs
Konfiguriert mit: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc-Version 3.3.1 (SuSE Linux)

and the latest tar package 03.09.2004 compiles perfectly!!! Thank You.


Life sucks until you realise you don’t have one. Elkin
Reply to this

-
.

 modemlights

 
 by Ptero4 on: Sep 3 2004
 
Score 50%

Hi, kmodemlights doesn`t compile on YellowDog (Redhat for Macs) with KDE 3.3


Reply to this

-

 kde

 
 by AussieJohn on: Sep 3 2004
 
Score 50%

Hello you guys. Did you not see at the top it says "Depends on KDE 3.2 "??????.

Cheers. John.


Reply to this

-
.

 Re: kde

 
 by managementboy on: Sep 3 2004
 
Score 50%

I am not sure if you are a troll, but apps for KDE 3.X.X should be binary compatible with KDE 3.3.0... making it a legitimate question why it did not compile.

As you can see the problem was resolved. Contructive, not destructive, attitudes is what linux needs.

Cheers, Elkin


Life sucks until you realise you don’t have one. Elkin
Reply to this

-
.

 using it on SuSE

 
 by managementboy on: Sep 3 2004
 
Score 50%

Hi, to use it on SuSE with DSL I chose the following commands:

cinternet -i dsl0 --provider-number=01 -A
to connect

and
cinternet -i dsl0 -O
to disconnect.

There might be a nicer, less hard way, but it works for me...

cheers


Life sucks until you realise you don’t have one. Elkin
Reply to this

-
.

 Setting up

 
 by Ptero4 on: Sep 6 2004
 
Score 50%

Hi, I got kmodemlights to compile but now I have a little problem. I would like to know how to set up the conection (and create the Lock file) without having to install gnome (Yes, I skipped the gnome installation when I installed Linux). I use a redhat clone which means that I use the redhat ppp configuration utility.


Reply to this

goto page:  1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team