Camino Search Bar Customisation

D

DreamingAloud

Guest
I've been trying to edit my SearchURLList.plist file (in ~Library/Application Support/Camino) for Camino to add a few more search options, but the ones I've added aren't showing up in the search bar. I've restarted Camino a few times and the changes aren't coming through.

I'm pretty sure the code is fine, but I'll paste it here in case:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Google</key>
<string>http://www.google.com/search?q=%s&sourceid=mozilla2&ie=utf-8&oe=utf-8</string>
<key>Google Images</key>
<string>http://images.google.com/images?ie=UTF-8&oe=UTF-8&q=%s</string>
<key>PreferredSearchEngine</key>
<string>Google</string>
<key>Search this Site</key>
<string>http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s site:%d</string>
<key>Dictionary.com</key>
<string>http://dictionary.reference.com/search?q=%s</string>
<key>eBay.co.uk</key>
<string>http://search.ebay.co.uk/%s</string>
<key>Play.com</key>
<string>http://www.play.com/play247.asp?pa=search&searchtype=allproducts&searchstring=%s&page=search&Go.x=0&Go.y=0</string>
<key>Wikipedia</key>
<string>http://en.wikipedia.org/wiki/Special:Search?search=%s</string>
<key>IMDB</key>
<string>http://www.imdb.com/find?s=all&q%s</string>
</dict>
</plist>

Does anyone have any idea what I've done wrong, or how I can get the changes to show up?
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top