Changes between Version 9 and Version 10 of ScreensaverEnhancements


Ignore:
Timestamp:
Mar 6, 2009, 2:56:12 AM (15 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ScreensaverEnhancements

    v9 v10  
    1919
    2020On Windows, the default graphics app must be named ''boinscr.exe'' and located in the BOINC executable directory (the same directory which contains ''boinc.exe''). 
    21 On the Mac, it must be named ''boincscr'' and located in the directory ''/Library/Application Support/BOINC Data/' 
     21On the Mac, it must be named ''boincscr'' and located in the directory ''/Library/Application Support/BOINC Data/''
    2222Additional support files needed by the default graphics app, such as logos and fonts, should be in the same directory.
    2323
     
    2727However, it must respond to either of two possible additional command-line arguments:
    2828 * ''--retry_connect'' means that if the default graphics app is unable to connect to the BOINC Client via RPC, it should continue running and retry periodically.
    29  * ''--test'' mans that it should try to connect to BOINC Client via RPC once, then exit immediately whether or not it succeeded.    This is used by the BOINC Manager to test whether the RPC is blocked by a local software firewall; if so, most firewalls will then display a dialog so the user can approve it.
     29 * ''--test'' mans that it should try to connect to BOINC Client via RPC once, then exit immediately whether or not it succeeded.    It should not open a window or draw anything to the screen.  This is used by the BOINC Manager to test whether the RPC is blocked by a local software firewall; if so, most firewalls will then display a dialog so the user can approve it.
    3030 * When neither the ''--retry_connect'' or ''--test'' argument is passed, the default graphics app must return immediately with an error code of -107 if it can't connect to the BOINC Client via RPC.
    3131