Desktop files processing scripts and spaces in filenames

Yuri Chornoivan yurchor at ukr.net
Sat Mar 27 07:07:01 GMT 2021


Hi,

The new Krita tag-processing ExtraDesktop.sh uses find to search the ".tag" 
files

find -name *tag -print

The problem is that there is the

./krita/data/paintoppresets/Pixel Art.tag

which cannot be processed by createdesktopcontext.pl and 
merge_desktop_files.sh. I have tried to use

find -name *tag -print0

but it does not work as expected.

Does anybody know a solution?

Thanks in advance for your answers.

Best regards,
Yuri




More information about the kde-i18n-doc mailing list