Description: When I start up LibreOffice this appears: [parent]: libreoffice LeagueTables.odt SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Steps to Reproduce: 1.In a terminal window start libreoffice to open a *.odt file. 2. 3. Actual Results: The warning message appears Expected Results: No warning message Reproducible: Always User Profile Reset: No Additional Info: I have two systems, set-up (essentially) the same. One of them produces this message, the other does not. Starting libreoffice with the --strace options shows that both of them find the slf4j-api-1.7.25.jar file, but the one that produce the warning then goes on to look for (and fail to find): LoggerFactory.class ILoggerFactory.class LoggingEvent.class SubstituteLoggerFactory.class Logger.class NOPLoggerFactory.class Util.class StaticLoggerBinder.class and produces the message after finding none of them.
Looks like fixed in 4.6. Can you confirm?
No, not fixed, sorry. P.S. I had to delete ~/.config/libreoffice/4/user/uno_packages to be able to use extension management.
Well, it seems to have fixed it for me. I've just open the same file in the same way on the same system that was logging the warning before and it is no longer there. One other difference (just for information) I noticed after updating from LT 4.5.1 to 4.6 was that the libreoffice command, when run from the command line, now backgrounds itself, whereas with 4.5.1 it didn't*. No other change to LO (I'm now on 6.2.4.2). * that was: o run "libreoffice LeagueTables.odt" - not backgrounded (didn't go back to command prompt). o update LT from 4.5.1 to 4.6 o run "libreoffice LeagueTables.odt" - this did background. I was back at the command prompt once the document was displayed.