I had some time today and thought I'd like to try getting further with this one. So I set out to build Quicksilver ß60 from source for PowerPC as I read that it was technically the last version to support Leopard, but never released as a PowerPC/Universal binary (Officially Intel only)
Source for QS ß60 is available at:
https://github.com/quicksilver/Quicksilver/releases?after=B61
After much trial and error, I had a working build via Xcode 3.2.6 on 10.6.8 (with all targets set to SDK 10.5, ppc and GCC 4.2). I then expected the Web Search plugin I found earlier would just work. However, this was not the case. Digging deeper, the v221 plugin was i386 only, with no ppc code.
I then tracked down source code for the QS Web Search Plugin v21B, which was from the same era as the QS ß60 release (June 2011) at:
https://github.com/quicksilver/elem...tree/da623efe786f3b072a8031ed55aada94007f2631
The plugin successfully built okay with all the frameworks re-linked, SDK set to 10.5, GCC 4.2 and ppc arch target.
I now have this installed on my PBG4 under Leopard and confirm the "Find With... [search engine]" works as expected.
The only quirk was I had to manually install the search engine catalog into `~/Library/Caches/Quicksilver/Indexes/` as the API lookup required HTTPS and Leopard has out of date TLS/SSL system certs which are not compatible. So I pulled the catalog using the same build running on 10.6 under Rosetta.
Attached is:
• Quicksilver-b60-PowerPC.zip (1.7MB) for Leopard only
• QS-WebSearchPlugin-21B-PowerPC.zip (24KB)
• QSPresetDocWebSearchesCache.zip (24KB)
The attached catalog cache files are to be installed at `~/Library/Caches/Quicksilver/Indexes/` and can be modified with a text editor as they are standard plist/xml files. Be sure to quit Quicksilver before installing or working on the cache files otherwise they will probably be overwritten.
It is very easy to add/remove and replace search engines in the catalog/index files. On my own Mac, I changed the outdated format eBay (US) searches for eBay (AU) along with a new search url format ( qss-https://www.ebay.com.au/sch/i.html?_nkw=*** ) and it works great!
The only downside is this older version of the plugin doesn't have the "Show Results For..." function, so there are no previews of search results, but rather a quick method for firing off a search to the browser.
View attachment 896752