<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: cocoasudo: A graphical Cocoa based alternative to sudo</title>
	<atom:link href="http://www.performantdesign.com/2009/10/26/cocoasudo-a-graphical-cocoa-based-alternative-to-sudo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.performantdesign.com/2009/10/26/cocoasudo-a-graphical-cocoa-based-alternative-to-sudo/</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jun 2010 21:55:23 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mystro</title>
		<link>http://www.performantdesign.com/2009/10/26/cocoasudo-a-graphical-cocoa-based-alternative-to-sudo/comment-page-1/#comment-4213</link>
		<dc:creator>mystro</dc:creator>
		<pubDate>Mon, 28 Jun 2010 21:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.performantdesign.com/?p=164#comment-4213</guid>
		<description>I love your tool! It&#039;s fantastic and is great exactly formy situation (Java app ported to mac). I&#039;m wondering if you could also write a quick tool that lets you add items to the com.apple.loginitems.plist file? I think it&#039;s accessible using Apple&#039;s LSSharedFileListItemRef, but I&#039;m not an OSX developer :S</description>
		<content:encoded><![CDATA[<p>I love your tool! It&#8217;s fantastic and is great exactly formy situation (Java app ported to mac). I&#8217;m wondering if you could also write a quick tool that lets you add items to the com.apple.loginitems.plist file? I think it&#8217;s accessible using Apple&#8217;s LSSharedFileListItemRef, but I&#8217;m not an OSX developer :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mital Vora</title>
		<link>http://www.performantdesign.com/2009/10/26/cocoasudo-a-graphical-cocoa-based-alternative-to-sudo/comment-page-1/#comment-3946</link>
		<dc:creator>Mital Vora</dc:creator>
		<pubDate>Mon, 31 May 2010 09:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.performantdesign.com/?p=164#comment-3946</guid>
		<description>Amazing code that works brilliantly on osx 1.6. good work buddy !!</description>
		<content:encoded><![CDATA[<p>Amazing code that works brilliantly on osx 1.6. good work buddy !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby S</title>
		<link>http://www.performantdesign.com/2009/10/26/cocoasudo-a-graphical-cocoa-based-alternative-to-sudo/comment-page-1/#comment-2076</link>
		<dc:creator>Toby S</dc:creator>
		<pubDate>Fri, 30 Oct 2009 22:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.performantdesign.com/?p=164#comment-2076</guid>
		<description>That&#039;s great. Works like a charm!</description>
		<content:encoded><![CDATA[<p>That&#8217;s great. Works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.performantdesign.com/2009/10/26/cocoasudo-a-graphical-cocoa-based-alternative-to-sudo/comment-page-1/#comment-2070</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Fri, 30 Oct 2009 05:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.performantdesign.com/?p=164#comment-2070</guid>
		<description>A few updates were just pushed to git:

- stdout works now
- path is now searched for executable
- OS X 10.4 support
- improved error handling &amp; messages</description>
		<content:encoded><![CDATA[<p>A few updates were just pushed to git:</p>
<p>- stdout works now<br />
- path is now searched for executable<br />
- OS X 10.4 support<br />
- improved error handling &#038; messages</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby S</title>
		<link>http://www.performantdesign.com/2009/10/26/cocoasudo-a-graphical-cocoa-based-alternative-to-sudo/comment-page-1/#comment-2068</link>
		<dc:creator>Toby S</dc:creator>
		<pubDate>Thu, 29 Oct 2009 16:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.performantdesign.com/?p=164#comment-2068</guid>
		<description>Another problem. My script is unable to catch the output of a command that is run with cocoasudo. Seems that cocoasudo is catching all the stdout from the run command and it is never getting to stdout.</description>
		<content:encoded><![CDATA[<p>Another problem. My script is unable to catch the output of a command that is run with cocoasudo. Seems that cocoasudo is catching all the stdout from the run command and it is never getting to stdout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby S</title>
		<link>http://www.performantdesign.com/2009/10/26/cocoasudo-a-graphical-cocoa-based-alternative-to-sudo/comment-page-1/#comment-2067</link>
		<dc:creator>Toby S</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.performantdesign.com/?p=164#comment-2067</guid>
		<description>Yup, that did the trick. Both commands work. Thanks again for this nice little app.</description>
		<content:encoded><![CDATA[<p>Yup, that did the trick. Both commands work. Thanks again for this nice little app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.performantdesign.com/2009/10/26/cocoasudo-a-graphical-cocoa-based-alternative-to-sudo/comment-page-1/#comment-2060</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Tue, 27 Oct 2009 19:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.performantdesign.com/?p=164#comment-2060</guid>
		<description>Glad this can hopefully meet a need.

Could you give these alternates a try?  It could be that the path of what you are running is required.  If this works, I&#039;ll work on updating the utility to search the path as well.

Alternate #1:

./cocoasudo `which installer` -pkg /Users/distrotubux/Desktop/Setup.mpkg -target / -verbose

Alternate #2:

./cocoasudo /usr/sbin/installer -pkg /Users/distrotubux/Desktop/Setup.mpkg -target / -verbose
</description>
		<content:encoded><![CDATA[<p>Glad this can hopefully meet a need.</p>
<p>Could you give these alternates a try?  It could be that the path of what you are running is required.  If this works, I&#8217;ll work on updating the utility to search the path as well.</p>
<p>Alternate #1:</p>
<p>./cocoasudo `which installer` -pkg /Users/distrotubux/Desktop/Setup.mpkg -target / -verbose</p>
<p>Alternate #2:</p>
<p>./cocoasudo /usr/sbin/installer -pkg /Users/distrotubux/Desktop/Setup.mpkg -target / -verbose</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby S</title>
		<link>http://www.performantdesign.com/2009/10/26/cocoasudo-a-graphical-cocoa-based-alternative-to-sudo/comment-page-1/#comment-2059</link>
		<dc:creator>Toby S</dc:creator>
		<pubDate>Tue, 27 Oct 2009 19:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.performantdesign.com/?p=164#comment-2059</guid>
		<description>Dude, I&#039;ve been looking for a program just like this for the past week. I searched today and bam, here it is. Just like gksudo on Linux. Just one problem. I am having issues getting the command and arguments to run. Not sure if this is because it is not recieving the correct authentication or if it is just a syntax error on my part.

ex.

./cocoasudo installer -pkg /Users/distrotubux/Desktop/Setup.mpkg -target / -verbose

I get the prompt for pw but the installer does not run. I&#039;ve tested this command using sudo and it works just fine. Ideas?</description>
		<content:encoded><![CDATA[<p>Dude, I&#8217;ve been looking for a program just like this for the past week. I searched today and bam, here it is. Just like gksudo on Linux. Just one problem. I am having issues getting the command and arguments to run. Not sure if this is because it is not recieving the correct authentication or if it is just a syntax error on my part.</p>
<p>ex.</p>
<p>./cocoasudo installer -pkg /Users/distrotubux/Desktop/Setup.mpkg -target / -verbose</p>
<p>I get the prompt for pw but the installer does not run. I&#8217;ve tested this command using sudo and it works just fine. Ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
