2008/8/29 david <[EMAIL PROTECTED]>: > can anyone tell me where the application menus are in gnome (Feisty)? > > I want to look through an old system hard drive which is not the current > boot disk and figure out which programs I was using, but I can't find > the menus. > > thanks... > > > > -- > SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ > Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html >
Hey, Have a look in `/etc/xdg/menus` and `~/.config/menus`. These are the default locations for the menu definition files. If you're after a list of _everything_ that was installed then another way to find out would be to chroot to the disk and run something like `dpkg --get-selections | grep -v deinstall > /tmp/aptlist.out` cheers, Owen. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html