Changes between Initial Version and Version 1 of Ticket #2334


Ignore:
Timestamp:
05/26/2013 12:03:40 AM (11 years ago)
Author:
Cas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2334 – Description

    initial v1  
    1111}}} 
    1212 
    13 For Mac OSX there seems to be no easy solution that work on all systems.  
     13For Mac OSX this might work, (from [http://stackoverflow.com/a/7643260/175584 SO]): 
     14{{{ 
     15defaults write /Library/Preferences/loginwindow AutoLaunchedApplicationDictionary -array-add '{Path="/Applications/Your Application.app";}'  
     16}}}