User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060805 Firefox/1.5.0.6 Build Identifier: For commands such as: sudo sh -c 'DISPLAY=:0 xfce4-taskmanager' The apostrophe is correctly escaped to ' the first time the command is saved. However, re-entering the edit screen and clicking OK to apply changes (even if there aren't any) will cause the ' entity to be re-escaped to ' Reproducible: Always Steps to Reproduce: 1. add a new item with the command: sudo sh -c 'DISPLAY=:0 wifi-radar' 2. edit the same menu item and click OK without changing command 3. edit the same menu item and see resulting command Actual Results: sudo sh -c 'DISPLAY=:0 wifi-radar' Expected Results: sudo sh -c 'DISPLAY=:0 wifi-radar'
i cannot reproduce the problem here, if you can with current SVN trunk, please reopen the bug
this is actually a duplicate of bug 1991
*** This bug has been marked as a duplicate of bug 1991 ***