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 383 - can't add printer : wrong make_driver_db_cups path
Summary: can't add printer : wrong make_driver_db_cups path
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: 3.5.12 [Trinity]
Hardware: i386 Debian Squeeze
: P5 normal
Assignee: ammo42
URL:
Depends on:
Blocks:
 
Reported: 2010-12-03 06:45 CST by Denis Prost
Modified: 2012-10-19 15:42 CDT (History)
4 users (show)

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


Attachments
Remove hard-coded path to make_driver_db_cups (459 bytes, patch)
2011-11-23 16:05 CST, ammo42
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Prost 2010-12-03 06:45:01 CST
When trying to add a printer with kaddprinterwizard, I get an error message saying that  /opt/kde3/bin/make_driver_db_cups can't be found. It seems that kde3 has not be replaced by trinity as it should.
As a workaround, I did as root : "ln -s /opt/trinity /opt/kde3".
Comment 1 ammo42 2011-11-23 16:05:29 CST
Created attachment 155 [details]
Remove hard-coded path to make_driver_db_cups

I made this patch when the hard-coded path was /opt/kde3; adapted to patch against the 3.5.13 sources hard-coding /opt/trinity.
I didn't test it however.
Comment 2 Denis Prost 2011-11-24 01:48:39 CST
(En réponse au commentaire 1)
> Fichier joint créé 155
> Remove hard-coded path to make_driver_db_cups
> 
> I made this patch when the hard-coded path was /opt/kde3; adapted to patch
> against the 3.5.13 sources hard-coding /opt/trinity.
> I didn't test it however.

Thanks.
I don't have time to recompile from source but I'll tell you if it works as soon as next trinity release is out. Just let me know when there are new debian squeeze packages available.
Regards,

Denis
Comment 3 Timothy Pearson 2012-01-06 19:30:37 CST
I chose to fix this by using the build system to update the hardcoded path.  The fix is in GIT hash 87201a3.

Thanks for reporting, and for isolating the problem!