From 9278985013ce92992b7e3d89eea240af4b72d84e Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Sun, 29 Mar 2026 01:21:57 -0500 Subject: Write logs to instance directory instead of CWD Logs were being created in the current working directory (defaulting to $HOME when launched from a desktop entry). Now uses the instance directory passed to setLogDirectory() so each instance gets its own logs/ folder. Removes unused FLUORINE_LAUNCH_DIR env var. Co-Authored-By: Claude Opus 4.6 (1M context) --- docker/build-inner.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'docker') diff --git a/docker/build-inner.sh b/docker/build-inner.sh index e810ad4..fc7ace5 100755 --- a/docker/build-inner.sh +++ b/docker/build-inner.sh @@ -435,7 +435,6 @@ export QT_QPA_PLATFORM_PLUGIN_PATH="${RUN}/qt6plugins/platforms" # can easily exceed the default 1024 ulimit -n 65536 2>/dev/null -export FLUORINE_LAUNCH_DIR="${PWD}" cd "${RUN}" exec "${RUN}/ModOrganizer-core" "$@" LAUNCH @@ -670,7 +669,6 @@ export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:-KDE}" # can easily exceed the default 1024 ulimit -n 65536 2>/dev/null -export FLUORINE_LAUNCH_DIR="${PWD}" cd "${APPIMAGE_DIR}" exec "${BIN}/ModOrganizer-core" "$@" APPRUN -- cgit v1.3.1