FreeBSD Bugzilla – Attachment 162049 Details for
Bug 203776
editors/libreoffice: Unbreak printing without CUPS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Make the Unix printer manager work without CUPS
xpatch-vcl_unx_generic_printer_printerinfomanager.cxx (text/plain), 727 bytes, created by
Peter Jeremy
on 2015-10-14 18:58:29 UTC
(
hide
)
Description:
Make the Unix printer manager work without CUPS
Filename:
MIME Type:
Creator:
Peter Jeremy
Created:
2015-10-14 18:58:29 UTC
Size:
727 bytes
patch
obsolete
>--- vcl/unx/generic/printer/printerinfomanager.cxx~ 2015-09-17 23:33:12.000000000 +1000 >+++ vcl/unx/generic/printer/printerinfomanager.cxx 2015-10-14 20:34:16.712090255 +1100 >@@ -21,7 +21,8 @@ > #include <sys/wait.h> > #include <signal.h> > >-#include "cupsmgr.hxx" >+#include "vcl/printerinfomanager.hxx" >+ > #include "vcl/strhelper.hxx" > > #include "unx/saldata.hxx" >@@ -84,9 +85,7 @@ > > if( ! pSalData->m_pPIManager ) > { >- pSalData->m_pPIManager = CUPSManager::tryLoadCUPS(); >- if( ! pSalData->m_pPIManager ) >- pSalData->m_pPIManager = new PrinterInfoManager(); >+ pSalData->m_pPIManager = new PrinterInfoManager(); > > pSalData->m_pPIManager->initialize(); > #if OSL_DEBUG_LEVEL > 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203776
:
162048
| 162049 |
162050