Hi,<br><br>I've noticed that while running Openbox as my standalone DE, then I can't sort bookmarks with lowercase letters in Firefox...<br><br>Someone on a bug report I made for Firefox said it may be dependent on your locale's collating order. If you run this line in a console, what output do you get?<br>
<br>echo -e "a\nb\nc\nA\nB\nC" | sort<br><br>They said on their system it prints this;<br><br>a<br>A<br>b<br>B<br>c<br>C<br><br>If I run echo -e "a\nb\nc\nA\nB\nC" | sort in Openbox I get this output;<br>
<br>A<br>B<br>C<br>a<br>b<br>c<br><br>Is there something in Openbox, or by using Obconf that could cause this type of output? <br><br>THANKS<br>