menu edit problem

Jasper Huijsmans jasper at moongroup.com
Tue Jan 20 07:43:59 CET 2004


Op ma 19-01-2004, om 23:44 schreef jan:

> Hello!
> 
> I had the same problem. On some systems file menudefs.hook is not
> available and therefore parsing menu.xml file ends up in showing just a
> very small "square" ....
> 
> menu.xml >>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE xfdesktop-menu [
>         <!ENTITY menu2 SYSTEM "menu2.xml">
>         <!ENTITY debian SYSTEM "menudefs.hook">
> ]>
> <xfdesktop-menu>
>     <title name="Desktop Menu" visible="yes" />
>     <separator/>
>     &debian;
>     <separator/>
> <<
> 
> I just removed line with "&debian" and everything was fine ...
> 

You can also point it at the actual location of the menudefs.hook or
copy that file to ~/.xfce4/ as well.

  <ENTITY debian SYSTEM "/etc/X11/xfce4/menudefs.hook">

Or something like that.

	Jasper





More information about the Xfce mailing list