Yes, please provide information how to escape paths with spaces. There's
no example I can find, and it seems impossible to satisfy the parser (I
can't make my entry appear at all).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/335712

Title:
  strange escape handling in Exec line of .desktop files

Status in “gnome-desktop” package in Ubuntu:
  Confirmed

Bug description:
  Given a .desktop file with the following line:

    Exec=env WINEPREFIX="/home/vorlon/.wine" wine
  "C:\\comlogo\\Comlogo.exe" c:\\comlogo\\demo\\kidspac.lgp

  clicking on it causes the following command to be executed:

    wine "C:\comlogo\Comlogo.exe" c:comlogodemokidspac.lgp

  I.e., the backslashes in the quoted string are reduced once, but the
  backslashes in the unquoted string are reduced twice, resulting in an
  error when running the command.

  I can't see any reason why the backslashes should be collapsed twice
  when not quoted; this is definitely not consistent with how this
  command is interpreted by a shell.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/335712/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to