xkmo / growl

Automatically exported from code.google.com/p/growl
0 stars 0 forks source link

Create a launcher to handle starting growl at login #425

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Under Sandboxing, our current method (LSSharedFileList) of setting a login item 
is not allowed.  The new SMLoginItemSetEnabled method requires us to use a 
background tool to enable launching at login.  The new growl:// URL scheme will 
facilitate this, via NSWorkspace -openURL: method.  We need to do this now so 
that we can clean out our old login item in the user's login items before we 
implement sandboxing, and wind up with 2 versions of start at login active, 
possibly causing issues.  

Original issue reported on code.google.com by dan...@growl.info on 26 Jan 2012 at 4:51

GoogleCodeExporter commented 9 years ago
Added as of [bec2c4e4cebb] in Default in the development repository

Original comment by dan...@growl.info on 26 Jan 2012 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by ch...@growl.info on 11 Jan 2013 at 6:36