On Jul 19, 7:22 pm, nontoppo <[EMAIL PROTECTED]> wrote: > try to increase the debug level and report my findings (anyone > remember how to do that for QS?)
OK, tried pressing Option (⌥) on start and also using the following bash script: # !/bin/sh QSAPPLICATION=/Applications/Quicksilver.app/Contents/MacOS/Quicksilver verbose=1 NSDebugEnabled=1 QSDebugRanking=1 QSDebugMnemonics=1 QSDebugPlugIns=1 QSDebugMemory=1 QSDebugStartup=1 QSDebugCatalog=1 $QSAPPLICATION I don't get anything in console or the terminal window. I configured QS with no plugins to try but it also fails.
