Quote:
Originally Posted by daik Any ideas are appreciated! |
Hi daik. Possibly now's the time to shed the front end altogether and go very lean and clean by doing searches from the command line. It's so easy and you can really tweak your search preferences which it appears you are wanting to do. A basic search, (which might take five seconds) is just opening a terminal and doing "locate." As an example:
Code:
dapper$ locate libjavaplugin
/usr/lib/firefox/plugins/libjavaplugin_oji.so
/usr/lib/jre1.6.0_06/lib/i386/libjavaplugin_jni.so
/usr/lib/jre1.6.0_06/lib/i386/libjavaplugin_nscp.so
/usr/lib/jre1.6.0_06/lib/i386/libjavaplugin_nscp_gcc29.so
/usr/lib/jre1.6.0_06/plugin/i386/ns7/libjavaplugin_oji.so
/usr/lib/jre1.6.0_06/plugin/i386/ns7-gcc29/libjavaplugin_oji.so
dapper$
You'll have a wide range of options at your disposal. To see them, do:
I stopped using the "gui" search apps in Linux years ago and have never looked back. Things might have changed, but to me, they always felt cumbersome and unnecessary. Given what you seem to be looking for, this may be an option to consider.