Desktop files processing scripts and spaces in filenames
Halla Rempt
boud at valdyas.org
Sat Mar 27 07:38:39 GMT 2021
The traditional way would be to remove the space, and I can do that -- but this has happened before with other files, so I'm also interested in a real solution...
On Saturday, 27 March 2021 08:07:01 CET Yuri Chornoivan wrote:
> 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
>
>
>
--
https://www.krita.org
More information about the kde-i18n-doc
mailing list