[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: menu: apropriate section for DockApps; list of menu hints in use?



Arthur Korn <arthur@korn.ch> writes:

> You can add more hints, for a list of hints used by installed
> packages do
> grep hints= /usr/lib/menu/*|sed 's/.*hints="*\([a-zA-Z,]*\).*/\1/'|tr , "\n"|sort|uniq

Make that

grep hints= /usr/lib/menu/*|sed 's/.*hints="*\([^\"]*\).*/\1/'|tr , "\n"|sort|uniq

since some hints contain dashes or spaces or whatever.

	Falk



Reply to: