https://bugs.freedesktop.org/show_bug.cgi?id=55962

--- Comment #6 from Julien Nabet <[email protected]> ---
(In reply to comment #4)
> Julien, with all due respect, I don't see how CUPS has anything to do with
> this. Yes, I can print from all apps.  I can print from LibreOffice, but I
> can't permanently set the printer options because of the read-only file
> system error.
> The problem is ./spadmin error.
> I have a Brother HL-2140, which is fully supported.
Jonathan: Sorry by rereading the comments, I thought you couldn't print at all.
Did you try to run spadmin as root? (just for the test)

It seems the code is in vcl/unx/generic/printer/printerinfomanager.cxx
    685 bool PrinterInfoManager::writePrinterConfig()
    686 {
...
    692     for( ::std::list< WatchFile >::const_iterator wit =
m_aWatchFiles.begin(); wit != m_aWatchFiles.end(); ++wit )
    693     {
    694         if( checkWriteability( wit->m_aFilePath ) )
    695         {
    696             files[ wit->m_aFilePath ] = new Config( wit->m_aFilePath );
    697             break;
    698         }
    699     }
    700 
    701     if( files.empty() )
    702         return false;

But then I don't know to investigate more since I've got no printer to display
wit->m_aFilePath values.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to