From 8c5f8fcb4a192cdbb92a70a24eeef173ab2f76b3 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Thu, 13 Jul 2017 16:40:31 +0200 Subject: tdf#109085 run LO with --nolockcheck Change-Id: Ia184d6e9653e008ce56e51aa0a2cb1f0a49988ef Reviewed-on: https://gerrit.libreoffice.org/39916 Reviewed-by: Andras Timar Tested-by: Andras Timar --- desktop/source/app/app.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/source') diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 796cc71df6b8..39474b850d24 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1449,12 +1449,14 @@ int Desktop::Main() // there is no other instance using our data files from a remote host m_xLockfile.reset(new Lockfile); + /* tdf#109085 temporary don't show warning about another instance running if ( !rCmdLineArgs.IsHeadless() && !rCmdLineArgs.IsInvisible() && !rCmdLineArgs.IsNoLockcheck() && !m_xLockfile->check( Lockfile_execWarning )) { // Lockfile exists, and user clicked 'no' return EXIT_FAILURE; } + */ // check if accessibility is enabled but not working and allow to quit if( Application::GetSettings().GetMiscSettings().GetEnableATToolSupport() ) -- cgit