On Fri, 21 May 2004 15:08:43 -0500, David L Norris wrote: > On Fri, 2004-05-21 at 11:50, Amadeus W.M. wrote: >> [quoted text muted] > > Create a file ~/.config/menus/applications-merged/applications.menu > containing (replace username with your username): > > <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" > "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd"> > <Menu> > <Name>Applications</Name> > <LegacyDir>/home/username/.config/applications</LegacyDir> > </Menu> > > > > Then create a file named ~/.config/applications/sessions.desktop > containing: > > [Desktop Entry] > Encoding=UTF-8 > Version=1.0 > Type=Application > Categories=Application;Settings;X-Red-Hat-Base; > Exec=gnome-session-properties > Icon=/usr/share/pixmaps/gnome-session.png > Terminal=false > Name[en_US]=Sessions > GenericName[en_US]=Sessions > Comment[en_US]=Sessions > Thanks, that almost worked, a new icon appears under preferences, and it does run gnome-session-properties, but it says "No name" underneath it. I'd like it to say "Start up programs" or something like that. I do have LANG=C in /etc/sysconfig/i18n. Should I change en_US to C? By the way, how do you know all that? Is this documented anywhere? Are there example config files like the ones you posted? Thanks!