From c865f4d2ffcdf2691308023efeb1ba8bcb69e7b3 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Thu, 23 Apr 2026 17:11:18 +0800 Subject: Adjust open path on FreeBSD again --- indra/llfilesystem/lldir.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/llfilesystem/lldir.cpp') diff --git a/indra/llfilesystem/lldir.cpp b/indra/llfilesystem/lldir.cpp index bc3f09c1e5..a57ac021d9 100644 --- a/indra/llfilesystem/lldir.cpp +++ b/indra/llfilesystem/lldir.cpp @@ -1143,6 +1143,9 @@ void LLDir::openDir(const std::string& filepath) // Note: Most file managers don't support file selection, so we open the directory params.executable = "/usr/bin/xdg-open"; params.args.add(dir_path); +#elif __FreeBSD__ + params.executable = "/usr/local/bin/xdg-open"; + params.args.add(dir_path); #else LL_WARNS() << "Platform not supported for file browser opening" << LL_ENDL; return; -- cgit v1.3