rc.xml contains inconsistent whitespace characters

Bug #1219491 reported by Removed by request
6
Affects Status Importance Assigned to Milestone
lxde-common (Ubuntu)
New
Undecided
Unassigned

Bug Description

I'm using Ubuntu 13.10 dev with lxde-common 0.5.0-4ubuntu4. The file /usr/share/lxde/openbox/rc.xml contains on the most places a space for indenting but on a few lines it is mixing up spaces with \xc2\xa0 (NO-BREAK SPACE). I think this should be more consistent and all occurrences of \xc2\xa0 should be replaced with a space. Here is the output:

sworddragon@ubuntu:~/data/data$ ack-grep '\xc2\xa0'
usr/share/lxde/openbox/rc.xml
322:   <keybind key="XF86AudioRaiseVolume">
323:     <action name="Execute">
324:      <command>amixer -q sset Master 3%+</command>
325:    </action>
326:   </keybind>
328:   <keybind key="XF86AudioLowerVolume">
329:      <action name="Execute">
330:       <command>amixer -q sset Master 3%-</command>
331:    </action>
332:   </keybind>
334:   <keybind key="XF86AudioMute">
335:      <action name="Execute">
336:       <command>amixer -q sset Master toggle</command>
337:    </action>
338:   </keybind>
340:   <keybind key="XF86WWW">
341:      <action name="Execute">
342:       <command>x-terminal-emulator</command>
343:    </action>
344:   </keybind>
346:   <keybind key="XF86Calculator">
347:      <action name="Execute">
348:       <command>galculator</command>
349:    </action>
350:   </keybind>
352:   <keybind key="XF86MyComputer">
353:      <action name="Execute">
354:       <command>pcmanfm</command>
355:    </action>
356:   </keybind>
358:   <keybind key="XF86Terminal">
359:      <action name="Execute">
360:       <command>x-terminal-emulator</command>
361:    </action>
362:   </keybind>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.