> Where can we find info on *any* way to add new menus? I have some > custom menus I am definitely missing....
Well, the link to the standard description as mentioned in Joseph's original post should be a good starting point... http://www.freedesktop.org/wiki/Standards_2fmenu_2dspec $GARNOME/share/applications should be the place for system wide menu entries. Seems, they are displayed with a 'Categories' value provided and 'NoDisplay=true' omitted. ;-) I assume, this actually is $XDG_DATA_DIRS/applications. As $XDG_DATA_DIRS really takes multiple : delimited paths, adding some more (like your distro ones) should do it. Just a thought though, I did not test this yet. Regarding personal menu additions: $XDG_DATA_HOME/applications maybe. This is just a guess, though. ...guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
