You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is invalid due using comma which is used in internally code to get multiple path from string
in error message it is clear, that this path was divided into two.
Included Directory Warning: Provided folder path must exits, ignoring /home/rafal/Pulpit/ '
Included Directory Warning: Relative path are not supported, ignoring .?aaAdeeeeeegGhhhHiiikkmmmMnnnnnoooooooooPrrrrsssttttttuuwWxyYz
Possibly related to #44 and #45. Or maybe not, since I'm quite sure that the path in question does contain valid unicode.
Path characters scrambled with:
sed 's/\(.\)/\1\n/g' | sort | awk -v ORS='' '{ print } END { print "\n" }'
:OS: Gentoo Linux amd64
czkawka_gui
version: d2c7398The text was updated successfully, but these errors were encountered: