It seems like '/home/yuriip/.local/bin' is not on PATH.
I just started getting this error. Previously used /installer.sh. And everything worked.
Debian/ Fedora Dont work
Forgot to add. There are no shortcuts on the desktop. (used to be)
Maybe this will help (this is by default for me, I didn't do anything here)
The error is certainly new and didn't occur with the older install.sh. It threw me too as /home/username/.local/bin is defintely in my $PATH. Having said that, at least on Debian Bookworm, despite the error I can still install winapps successfully and all links seem to create and launch fine.
The problem is that the winapps command is not found + icon on the desktop are not created.
What do you see with echo $PATH ? Are you wanting to install to system wide or just user? This bug maybe impacts Fedora differently. Maybe try adding /home/username/.local/bin/winapps just to see if that changes anything
yuriip@fedora:~$ echo $PATH /home/yuriip/.local/bin:/home/yuriip/.local/bin:/home/yuriip/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/yuriip/.local/bin/winapps yuriip@fedora:~$
And this add me icon on desktop. Thankks
But the warning about the paths is still there.
I'm glad this worked as a short term workaround. Perhaps this conversation will also help tracking down the bug a little more too.