Skip to content

The imgur-upload.sh script doesn't follow the XDG Base dir spec

Line 50: LOG_DIRECTORY="$HOME/.local/share/xfce4"

Should be: LOG_DIRECTORY="${XDG_DATA_HOME:-$HOME/.local/share}/xfce4"

I wanted to make the PR doing the fix, but it seems that I can't fork so now I'm here 😆