Changes between Version 9 and Version 10 of ScreensaverEnhancements
- Timestamp:
- Mar 6, 2009, 2:56:12 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ScreensaverEnhancements
v9 v10 19 19 20 20 On 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/' 21 On the Mac, it must be named ''boincscr'' and located in the directory ''/Library/Application Support/BOINC Data/''. 22 22 Additional support files needed by the default graphics app, such as logos and fonts, should be in the same directory. 23 23 … … 27 27 However, it must respond to either of two possible additional command-line arguments: 28 28 * ''--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. 30 30 * 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. 31 31