summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenwa Hiwa <renwax23@gmail.com>2022-02-17 16:30:37 +0000
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-02-21 15:10:59 +0100
commit8a12c89f8719dc8b46ab5d115ddaf9c8ad43a041 (patch)
treeb2b8a91ba9a6ca31392fe657749ce59cb873678f
parentsw: fix layout loop on soffice --convert-to pdf ooo95698-1.odt (diff)
downloadcore-8a12c89f8719dc8b46ab5d115ddaf9c8ad43a041.tar.gz
core-8a12c89f8719dc8b46ab5d115ddaf9c8ad43a041.zip
Better handling of terminals
LIBREOFFICE-3MQTR80G Change-Id: Ifa52d7f65aae473056202b46788c5870a8ce38c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130089 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> (cherry picked from commit fe0ccc2a1b03d848aa9f3378c1415461150d22c4) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130100 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-rw-r--r--shell/source/unix/exec/shellexec.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx
index cdde6a81e02d..2535fbb18e7f 100644
--- a/shell/source/unix/exec/shellexec.cxx
+++ b/shell/source/unix/exec/shellexec.cxx
@@ -138,7 +138,8 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar
} else if (pathname.endsWithIgnoreAsciiCase(".class")
|| pathname.endsWithIgnoreAsciiCase(".fileloc")
|| pathname.endsWithIgnoreAsciiCase(".inetloc")
- || pathname.endsWithIgnoreAsciiCase(".jar"))
+ || pathname.endsWithIgnoreAsciiCase(".jar")
+ || pathname.endsWithIgnoreAsciiCase(".terminal"))
{
dir = true;
}