On 01/16/10 01:21 PM, John Martin wrote: > On 01/16/10 01:11 PM, Paul Gress wrote: >> On 01/16/10 05:47 AM, Bernd Schemmer wrote: >>> Hi, >>> >>> after upgrading OpenSolaris to snv130 I can't start the PrintManager >>> anymore . Starting PrintManager only gives the error message >>> >>> desktop-print-management-prefs is not available from cups print service >>> >>> How can I fix this error? >>> >>> regards >>> >>> Bernd >>> >> The PrintManager is used for LP, not CUPS. You need to disable CUPS >> and enable LP. > > PrintManager should still work with CUPS (enabled by default in b130). > The workaround for getting PrintManager started from the > Administration -> Print Manager menu: > > $ pfexec svcadm restart print/service-selector > > This is being tracked under bug 6909592. > > >
OK, I stand corrected. I did test print manager before I posted and it didn't work. Then I tried what you suggested and it still wont work. bash-4.0$ pfexec /usr/sbin/svcadm restart print/service-selector bash-4.0$ env DESKTOP_LAUNCHED=true /usr/bin/desktop-print-management Traceback (most recent call last): File "/usr/lib/system-config-printer/system-config-printer.py", line 60, in ? import cupshelpers, options ImportError: No module named cupshelpers bash-4.0$ I'll just wait until it's fixed. Paul