Hi there, me neither, but I traced it to ~/Library/Preferences/pbs.plist ~/Library/Caches/com.apple.nsservicescache.plist
Actually, it seems only the first one has relevant data. It has roughly the same domain/service/enabled structure — I say roughly because it has keys for enabled_context_menu, enabled_services_menu, key_equivalent. If the plugin reads the second key it would spare much ticking around in QS prefs :) You could also include a reference to Services Manager app in its documentation, as it seems the only available to clean up the services menu. Btw, why the NSServiceModifications.plist? On Wednesday, March 13, 2013 12:05:19 PM UTC+1, Patrick wrote: > > I'm not sure how the Servces Manager App works, but Quicksilver only > considers the services in that .plist you mentioned when ignoring files. > That would be the best way to ignore things at the moment, but it will > require you to re-set all the services every time we update the plugin. > > If you know how the services menu app works, that would be helpful. E.g. > if it saves the data to a universal .plist (user defaults) that we can also > check. > > Thanks > > On 13 March 2013 02:21, 1.61803 <[email protected] <javascript:>> wrote: > >> I disabled services with Services Manager >> app<http://macosxautomation.com/services/servicesmanager/>but the >> corresponding actions keep showing in QS. >> >> Shouldn't the plugin only add actions for active services? >> >> Or, should I manually tweak ~/Library/Application >> Support/Quicksilver/PlugIns/com.blacktree.Quicksilver.QSServicesMenuPlugIn.DE.qsplugin/Contents/Resources/NSServiceModifications.plist? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Quicksilver" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:> >> . >> To post to this group, send email to >> [email protected]<javascript:> >> . >> Visit this group at >> http://groups.google.com/group/blacktree-quicksilver?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
