Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Fri 24 May 2013, 13:14
All times are UTC - 4
 Forum index » Advanced Topics » Hardware » Printers
InkGUI v0.1 - A little program to check printer ink level.
Post new topic   Reply to topic View previous topic :: View next topic
Page 1 of 1 [5 Posts]  
Author Message
JB4x4

Joined: 30 Jul 2006
Posts: 256

PostPosted: Sat 16 Feb 2008, 15:01    Post subject:  InkGUI v0.1 - A little program to check printer ink level.  

Here is a GUI to check the ink level of your printer. By default it looks for a printer plugged into the usb port, but this can be easily changed (see below)

This is based on two programs (included):

Ink - http://ink.sourceforge.net/
Libinklevel - http://libinklevel.sourceforge.net/ (supported/unsupported printers listed here)

To have the script look at the parallel port open /usr/bin/inkgui in a text editor and change "usb" to "parport"

Code:
#!/bin/sh
# Program to display inklevel
ink -p usb > /tmp/inklevel
gxmessage -file /tmp/inklevel -title "Ink Level"
rm /tmp/inklevel


More options can be found by running the command "ink" from the command line.

There is a menu entry under "System" called "InkGUI"

JB

P.S. There are probably better ways to do this so input is welcome. Smile
inkgui.png
 Description   
 Filesize   23.3 KB
 Viewed   1004 Time(s)

inkgui.png

inkgui-0.1.pet
Description 
pet

 Download 
Filename  inkgui-0.1.pet 
Filesize  45.72 KB 
Downloaded  721 Time(s) 
Back to top
View user's profile Send private message Yahoo Messenger 
Dingo


Joined: 11 Dec 2007
Posts: 1397
Location: somewhere at the end of rainbow...

PostPosted: Sat 16 Feb 2008, 15:45    Post subject:  

Good for all non epson printers users (they have already a utility escpgui, other now also have, thanks to you) mirrored on dokupuppy:

http://puppylover.netsons.org/dokupuppy/programs:printers_utilities

_________________
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux

Last edited by Dingo on Wed 15 Oct 2008, 12:06; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website 
koolie

Joined: 12 Mar 2007
Posts: 556

PostPosted: Tue 14 Oct 2008, 21:44    Post subject:  

Lovely!

Works fine on 2.17.1 with HP AllInOne.

Should be included in Puppy distro.
Back to top
View user's profile Send private message 
canin

Joined: 08 Apr 2012
Posts: 11

PostPosted: Sun 08 Apr 2012, 09:38    Post subject: perfect  

was looking for an easy way to install or compile hp-levels puppylinux saluki, but i failed miserably: found this...
Smile
inkgui works out of the box and flawlessly on a 5 colourcartridge photosmart printer
thx for this 2012!
Very Happy
hp-photosmart_d6160.png
 Description   screenshot of the inkgui
 Filesize   12.36 KB
 Viewed   918 Time(s)

hp-photosmart_d6160.png

Back to top
View user's profile Send private message 
rcrsn51


Joined: 05 Sep 2006
Posts: 7756
Location: Stratford, Ontario

PostPosted: Thu 10 May 2012, 09:56    Post subject:  

I have updated InkGUI to the most recent (2010) version. Look for its menu entry under System Status and Config.

It will now check for multiple USB printers and parallel printers.

In my tests, it works well with HP, Canon and older Epson printers. New Epson printers report ink levels of 105%. It doesn't work with Brother printers.

For another Epson maintenance tool, read here.
inkgui-0.2.pet
Description  Updated 2012-05-11
Better display of multiple printers
pet

 Download 
Filename  inkgui-0.2.pet 
Filesize  27.33 KB 
Downloaded  441 Time(s) 
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 1 of 1 [5 Posts]  
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » Advanced Topics » Hardware » Printers
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0506s ][ Queries: 13 (0.0048s) ][ GZIP on ]