Package: amiwm Severity: wishlist Begin forwarded message:
Date: Sat, 17 Sep 2005 13:48:08 +0200 From: Bill Allombert <[EMAIL PROTECTED]> To: Gürkan Sengün <[EMAIL PROTECTED]> Subject: Re: amiwm and menu On Fri, Sep 16, 2005 at 08:59:57PM +0200, Gürkan Sengün wrote: > hello bill > > maybe you remember me, you've helped me to make amiwm be supported by menu. > do you maybe still have our mail conversation and the scripts that we worked > out? > amiwm is back in debian non-free and i'd like to have it supported by menu. Hello Gürkan, I found this file, I hope it is the right one ? Cheers, Bill.
#!/usr/sbin/install-menu #amiwm menu by Gürkan Sengün <[EMAIL PROTECTED]>, http://www.linuks.mine.nu/ !include menu.h compat="menu-2" outputencoding="ISO-8859-1"; function entry()= " ToolItem \"" esc(title(),"\"") "\" \""; supported; x11= entry() $command "\" \n"; text= entry() term() "\" \n"; endsupported; function section() = forall(replacewith($section,"/",":")"/","s", ifelse(basename($s),replacewith($s,"/"," "),$s "/")); startmenu=ifnempty($section,"ToolItem \"" section() "\" { \n"); endmenu=ifnempty($section,"}\n"); submenutitle="ToolItem Separator"; preoutput=""; rootsection=""; rcfile="system.amiwmrc"; examplercfile="system.amiwmrc-menu"; genmenu="menudefs.hook"; rootprefix="/etc/X11/amiwm"; userprefix=".amiwm"; mainmenutitle="Debian Menu";

