Files
bsdports/xapp/libreoffice5/files/patch-shell_source_unix_exec_shellexec.cxx
2019-12-26 07:26:06 +00:00

12 lines
450 B
C++

--- shell/source/unix/exec/shellexec.cxx.orig 2017-01-12 00:54:33 UTC
+++ shell/source/unix/exec/shellexec.cxx
@@ -157,7 +157,7 @@ void SAL_CALL ShellExec::execute( const
if (std::getenv("LIBO_FLATPAK") != nullptr) {
aBuffer.append("/app/bin/xdg-open");
} else {
- aBuffer.append("/usr/bin/xdg-open");
+ aBuffer.append("/usr/local/bin/xdg-open");
}
#endif
aBuffer.append(" ");