mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 14:01:19 +02:00
12 lines
450 B
C++
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(" ");
|