LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 12-28-2006, 04:40 PM   #1
storywizard
Member
 
Registered: Nov 2003
Location: Canada
Distribution: Kubuntu 6.06
Posts: 37

Rep: Reputation: 15
printer tools in KDE


Hello, I have recently switched from Suse to Kubuntu, love it so far, I just have one issue with the KDE Priner tools. When I try to get them to do anything I get this cryptic error message on my screen:

The executable escputil cannot be found in your PATH environment variable. Make sure gimp-print is installed and that escputil is in your PATH.

I have Gimp installed

I have tried this in root as well as normal user mode....

so what do I do now?

Storywizard
 
Old 12-28-2006, 04:52 PM   #2
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Have you installed the gutenprint and escputil packages? Gutenprint is the new name for what was called gimp-print, because it's really a collection of printer drivers, and not a gimp-only thing anymore. And escputil is a maintenance utility for Epson printers; head cleaning and ink-level monitoring and such.
 
Old 12-28-2006, 05:00 PM   #3
storywizard
Member
 
Registered: Nov 2003
Location: Canada
Distribution: Kubuntu 6.06
Posts: 37

Original Poster
Rep: Reputation: 15
Hello,

I am sure I have installed Gutenprint, right now the Epson printer is using CUPS. The escputil I have not seen, but will check it out...Thanks!
 
Old 12-29-2006, 11:05 AM   #4
storywizard
Member
 
Registered: Nov 2003
Location: Canada
Distribution: Kubuntu 6.06
Posts: 37

Original Poster
Rep: Reputation: 15
good morning,

I must have the escputil utility because the tools screen comes up, in the error message it is saying something about this: executable escputil cannot be found in your PATH environment variable

ah well, thanks for the help so far...

Stephen
 
Old 12-29-2006, 11:31 AM   #5
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Try this:
Code:
sudo slocate -u        (this updates the locate database)
locate escputil        (this tells you where the utility is)
echo $PATH             (and this tells you what your PATH is)
So, is escputil in your PATH? Probably not, so you can either add its path to your PATH environment variable, or maybe make a link to it from somewhere that is in your PATH.
I didn't have any of this trouble (but I have an HP printer), and just set up my printer through K-> SystemSettings -> Printers.
 
Old 12-29-2006, 07:10 PM   #6
storywizard
Member
 
Registered: Nov 2003
Location: Canada
Distribution: Kubuntu 6.06
Posts: 37

Original Poster
Rep: Reputation: 15
Path?

OK, I don't know what the 'PATH' is...I will try those commands, but modifying the path I will need some help on...

Thanks...

Stephen
 
Old 12-29-2006, 10:12 PM   #7
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Your PATH is an environment variable, a set of information settings that your computer shell can access. In this case it's the list of directories that your system will search in when you enter a command name to run. If you type "firefox" into the command line, then if the program executable named 'firefox' is somewhere in your PATH, it will run. Otherwise you have to direct your computer to the exact location.

/usr/bin almost always needs to be in your path, since that's the main directory for executable files on *nix systems. Others are optional, depending on your needs.
/usr/local/bin is the most commonly used directory that's not listed in the PATH by default on some distros.

To set an environment variable you use the 'export' command:

'export PATH="</a/colon/separated:/list/of:/directories:/to/search>"'

Note that this will only set the PATH for the current bash session, and your changes will disappear when you close the console. To make it permanent you have to add the command to your /etc/profile and/or /etc/bashrc files.

Often though, say when you only have one or two executable files to worry about, it's easier and more secure to simply create a symlink to it in /usr/bin or another PATH folder than to add it to your PATH.

'ln -s /new/directory/filename /usr/bin/'

Bash will then find the link in /usr/bin and follow it to it's real location.

To see a full list of your current environment variable settings, simply type 'env' at the command prompt. The bash man page has explanations for many of them as well as info on shell variables in general.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"Unable to create printer" from KDE Wizard when setting up SMB printer Happy2Bme SUSE / openSUSE 1 01-18-2005 07:30 AM
Upgrading KDE Missing BZip Development Tools inescapeableus Linux - Software 1 07-10-2004 11:15 PM
Epson Printer Tools edwardp Linux - Hardware 0 05-20-2004 07:42 PM
Gedit 2.2.0 tools menu gone! (Kde, Rh9) robertmarkbram Linux - Software 8 04-06-2004 05:00 AM
Connecting to a Novell Network with RedHat 8+KDE tools kierl Linux - Networking 1 04-10-2003 01:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 08:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration