By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 52 - Add Printer Wizard cannot find /opt/kde3/bin/cupsdoprint
Summary: Add Printer Wizard cannot find /opt/kde3/bin/cupsdoprint
Status: RESOLVED WORKSFORME
Alias: None
Product: TDE
Classification: Unclassified
Component: tdeadmin (show other bugs)
Version: 3.5.10
Hardware: i386 Linux
: P5 minor
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2009-03-11 19:35 CDT by James
Modified: 2012-10-19 15:44 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James 2009-03-11 19:35:38 CDT
/opt/kde3/bin/kaddprinterwizard, from kdelibs4c2a-kde3, when doing ¨Printer Test¨, generates the error ¨/bin/bash: cupsdoprint: command not found¨.

Now, cupsdoprint was installed from kdelibs4c2a-kde3 at /opt/kde3/bin/cupsdoprint, so I think I have a PATH problem.  Is /opt/kde3/bin/ suppose to be explicitly in the PATH environment variable?  And if so, how is it suppose to get there?
Comment 1 Timothy Pearson 2009-03-11 20:51:34 CDT
It should be loaded into the PATH when startkde is run.  startkde is run whenever a user logs in to KDE3.5.

If you are attempting to access a KDE3.5 program from a different desktop environment, you may have to manually set the PATH and KDEDIR environment variables.

If this was done from within KDE3.5, can you go to Konsole and post the output of "env" (without the quotes)?

Thanks!
Comment 2 James 2009-03-16 20:13:03 CDT
Ok, I corrected my .profile PATH variable, and it seems to work now.  Hopefully, that is all it was.

James
Comment 3 Timothy Pearson 2009-03-17 12:47:59 CDT
Closing this as the original reporter is no longer affected by this bug.