zzag / plasma5-wallpapers-dynamic

Dynamic wallpaper plugin for KDE Plasma
333 stars 18 forks source link

dynamicwallpaperconverter fails - input file does not exist #141

Open dxsty98 opened 2 months ago

dxsty98 commented 2 months ago

Every time I now try to convert a MacOS wallpaper it fails with the error message that the input file in the /tmp/ directory doesn't exist. I first tried it in Fedora KDE 40 but I also tried it on Fedora KDE 39 in a VM.

The full terminal log is:

❯ ./dynamicwallpaperconverter --crossfade _Desert\ Sands_\ by\ Louis\ Coyle.heic
usage: heif-convert [-h] [-o OUTPUT] [-p PATH]
                    [-f {jpg,png,webp,gif,tiff,bmp,ico}] [-q QUALITY] [-n] [-v]
                    [-vv] [-V]
                    input [input ...]
heif-convert: error: Input file '/tmp/tmp_w4_j9nj/image.jpg' does not exist
/tmp/tmp_w4_j9nj/image-1.jpg does not exist

I tried again with sudo, to the same effect

❯ sudo ./dynamicwallpaperconverter --crossfade _Desert\ Sands_\ by\ Louis\ Coyle.heic 
[sudo] Passwort für dns: 
usage: heif-convert [-h] [-o OUTPUT] [-p PATH]
                    [-f {jpg,png,webp,gif,tiff,bmp,ico}] [-q QUALITY] [-n] [-v]
                    [-vv] [-V]
                    input [input ...]
heif-convert: error: Input file '/tmp/tmp520mm61v/image.jpg' does not exist
/tmp/tmp520mm61v/image-1.jpg does not exist

It also would be nice if the dependencies for dynamicwallpaperconverter were listed anywhere