menumaker supports xfce4
Joe Klemmer
klemmerj at webtrek.com
Thu Jul 10 04:19:06 CEST 2003
On Wed, 2003-07-09 at 15:23, Jasper Huijsmans wrote:
> Yeah, I tried the same. But there is one more step: edit the menu2.xml
> file and remove the header and the <xfdesktop-menu> tag from the start
> and the </xfdesktop-menu> at the end. Then run 'touch menu.xml' and it
> should work.
That was it alright. I made a little hack to the menu.xml to place the
generated menu under a menu selection option. Ok, that doesn't make
sense so I'll show what I did.
After removing the stuff from the menu2.xml I changed the menu.xml file
such that a new submenu is off of the main menu. This is what it looks
like -
<xfdesktop-menu>
<title name="Desktop Menu" visible="yes" />
<separator/>
<app name="Run Program..." cmd="xfrun4"/>
<separator/>
<app name="Terminal" cmd="xfterm4" />
<app name="File Manager (xffm)" cmd="xffm"/>
<app name="Web Browser" cmd="mozilla"/>
<separator/>
<menu name="Apps" visible="yes"> <!-- Added this -->
&menu2; <!-- Added this -->
</menu> <!-- Added this -->
<separator/> <!-- Added this -->
<menu name="Settings" visible="yes">
<app name="All Settings..." cmd="xfce-setting-show"/>
<app name="Backdrop..." cmd="xfce-setting-show backdrop"/>
</menu>
<separator/>
<app name="Help" cmd="xfhelp4"/>
<builtin name="Quit" cmd="quit" visible="no"/>
</xfdesktop-menu>
--
Paradise; can it be all I heard it was?
I close my eyes and maybe I'm already there.
More information about the Xfce4-dev
mailing list