[Portland-bugs] [Bug 18567] New: xdg-desktop-icon breaks with spaces in path

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 17 03:09:07 PST 2008


http://bugs.freedesktop.org/show_bug.cgi?id=18567

           Summary: xdg-desktop-icon breaks with spaces in path
           Product: Portland
           Version: 1.0
          Platform: Other
               URL: http://www.izpack.org
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: xdg-utils
        AssignedTo: portland-bugs at lists.freedesktop.org
        ReportedBy: marc.eppelmann at gmx.de


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


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Portland-bugs mailing list