After upgrading from 9.10 to 10.04 I&#39;ve noticed that my menu entries from /usr/local/share/applications are gone. I did a bunch of research and found that startxfce4 does:<br><br>if test &quot;x$XDG_DATA_DIRS&quot; = &quot;x&quot;<br>
then<br>  XDG_DATA_DIRS=&quot;/usr/local/share:/usr/share:/usr/share&quot;<br>else<br>  XDG_DATA_DIRS=&quot;$XDG_DATA_DIRS:/usr/share&quot;<br>fi<br>export XDG_DATA_DIRS<br><br>The else doesn&#39;t seem to append /usr/local/share to XDG_DATA_DIRS. Is this correct?<br>
<br>I apologize if this is not the place for this sort of question, but I didn&#39;t want to file a bug if my research was incorrect. Also, no one seems to know anything about it on IRC. Could anyone clarify?<br><br>-raevol<br>