The action code is here<https://github.com/quicksilver/ProcessManipulationPlugIn-qsplugin/blob/master/QSProcessManipulationPlugInAction.m#L258>
Perhaps the execute line just needs the -b flag adding to it. Feel free to take a look at the plugin and if you manage to fix it either let us know or open a pull request :) The action's available for the types as listed here<https://github.com/quicksilver/ProcessManipulationPlugIn-qsplugin/blob/master/Info.plist#L50> Types can now (as of ß71) be UTIs so it may be possible to expand the list to include binaries, but it appears that binaries don't actually have a UTI (try "$ mdls binary " in Terminal) On 28 January 2013 15:10, 1.61803 <[email protected]> wrote: > If I select /Applications/ACP/PlistEdit.app and run it with Launch as Root > I cannot save files due to permissions and get the message > > You don't have permission to save the file “Test.plist”. > To view or change permissions, select the item in the Finder and choose > File > Get Info. > > > If I run in Terminal sudo -b > /Applications/ACP/PlistEdit.app/Contents/MacOS/PlistEdit I can save the > same file (root:wheel 644). > > Tested with TextEdit, same outcome. > > How does the action actually work? > > Why is it not available for binaries? > > -- > You received this message because you are subscribed to the Google Groups > "Quicksilver" group. > To post to this group, send email to > [email protected]. > To unsubscribe from 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. > > > -- 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.
