Skip to content

Commit 030b360

Browse files
authored
Merge pull request #404 from darktable-org/macOS_HOME
Mac os home
2 parents cd7cac0 + b883714 commit 030b360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/video_ffmpeg.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ local defaultVideoDir = ''
285285
if dt.configuration.running_os == "windows" then
286286
defaultVideoDir = os.getenv("USERPROFILE")..PS .."videos"
287287
elseif dt.configuration.running_os == "macos" then
288-
defaultVideoDir = os.getenv("home")..PS.."Videos"
288+
defaultVideoDir = os.getenv("HOME")..PS.."Videos"
289289
else
290290
local handle = io.popen("xdg-user-dir VIDEOS")
291291
defaultVideoDir = handle:read()

0 commit comments

Comments
 (0)