Fix gimp configs and launch script for gimp v3

This commit is contained in:
2025-10-08 13:52:44 -05:00
parent 0ad0691120
commit 05ab1fb1b1
8 changed files with 50 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
# for reference, default macos directory was in $HOME/Library/Application Support/GIMP/
nohup \
env GIMP2_DIRECTORY=$XDG_CONFIG_HOME/gimp \
env GIMP3_DIRECTORY="$XDG_CONFIG_HOME/gimp" \
/Applications/GIMP.app/Contents/MacOS/gimp \
> /dev/null 2>&1 \
&