Archived posting to the Leica Users Group, 2006/11/08
[Author Prev] [Author Next] [Thread Prev] [Thread Next] [Author Index] [Topic Index] [Home] [Search]Thanks, I'll have a go when I get home this evening and let you know what I find Thanks and cheers >> I'm not sure I should go "under the bonnet" > > Try this. I promise that if you type only what I tell you here it won't > break anything: > > 1. Launch the Terminal application. > 2. Type command-I or else select Terminal->Window Settings... > 3. Choose "Window" and set the number of rows to the largest number that > will fit on your screen vertically. I find that 45 is a good number for my > screen. > 4. Type these two commands, exactly as I have them here: > > cd /Applications > ls -l *Acrobat* > > If that doesn't show you at least three files whose name contains the word > "Acrobat" and ends in ".app", then type this command: > > find . -name '*.app' -print | grep -i acrobat > > > > > _______________________________________________ > Leica Users Group. > See http://leica-users.org/mailman/listinfo/lug for more information >