On Jun 13, 2010, at 3:12 PM, sclough wrote:

> I'm trying to tweak QS a little by replacing the "open" and "open
> with" icons with the fresher leopard "Open in finder" icon. I have the
> Leopard icon (which comes from the dock bundle), but I'm unsure about
> how to link it to the action. I'm assuming I need to change the icon
> reference in the QS.app/Contents/Plugins/Core Support.qsplugin/
> Info.plist file. However, I'm at a loss for how to give a reference to
> a specific png file. Most icon references are all using a registered
> bundle or type. How do you specify the path to a specific file?

I’m pretty sure icons in plists are run through the QSResourceManager, so you 
should be able to use a bundle identifier (like com.apple.Finder), the name of 
a system icon 
`/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources` (like 
GenericNetworkIcon) or the full path to an image file (like 
`/System/Library/CoreServices/Dock.app/Contents/Resources/finder.png`). I could 
be wrong, but it’s worth a shot.

-- 
Rob McBroom
<http://www.skurfer.com/>

Reply via email to