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

Summary: can't add printer : wrong make_driver_db_cups path
Product: TDE Reporter: Denis Prost <denis.prost>
Component: tdebaseAssignee: ammo42 <monqpourbsd-linuxfr>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, darrella, denis.prost, kb9vqf
Priority: P5    
Version: 3.5.12 [Trinity]   
Hardware: i386   
OS: Debian Squeeze   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: Remove hard-coded path to make_driver_db_cups

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!