! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Change items in menu editor re-escapes escaped XML entities
Status:
RESOLVED: DUPLICATE
Product:
Xfce4-menueditor
Component:
General

Comments

Description BTreeHugger 2006-08-23 17:53:09 CEST
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'
Comment 1 Jean-François Wauthy editbugs 2006-10-29 12:31:55 CET
i cannot reproduce the problem here, if you can with current SVN trunk, please reopen the bug
Comment 2 Jean-François Wauthy editbugs 2006-10-29 12:43:33 CET
this is actually a duplicate of bug 1991
Comment 3 Jean-François Wauthy editbugs 2006-10-29 12:43:46 CET

*** This bug has been marked as a duplicate of bug 1991 ***

Bug #2209

Reported by:
BTreeHugger
Reported on: 2006-08-23
Last modified on: 2009-07-14

People

Assignee:
Xfce Bug Triage
CC List:
0 users

Version

Attachments

Additional information