https://bugzilla.novell.com/show_bug.cgi?id=846668 https://bugzilla.novell.com/show_bug.cgi?id=846668#c1 --- Comment #1 from Stefan Dirsch <sndirsch@suse.com> 2013-10-24 03:37:10 UTC --- This looks completely bogus to me. The workaround in the SDB article appears to be to create an empty directory '/usr/lib64/cups/backend/ipp', which then is copied during run of nxsetup to another empty directory '/usr/lib64/cups/backend/nxipp'. Your patch does implement something different, which is also wrong. ;-) The issue is, that the 'ipp' executable (not directory!), which nxsetup tries to copy to nxipp does not live in /usr/lib64/cups/backend, but /usr/lib/cups/backend. So this needs to be addressed differently, i.e. change the definition of CUPS_BACKEND from /usr/lib64/cups/backend to /usr/lib/cups/backend. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.