xdg-desktop-icon -install fails if path to *.desktop file contains spaces This could happen in line 523 in the line: basefile=`basename $desktop_file` which should be: basefile=`basename "$desktop_file"` but I'm not sure. Marc
You're right. Fixed in CVS revision 1.19 http://webcvs.freedesktop.org/portland/portland/xdg-utils/scripts/xdg-desktop-icon?r1=1.18&r2=1.19 fixed also on every basename usage. Thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.