Difference between revisions of "QA/test env"

From Apache OpenOffice Wiki
< QA
Jump to: navigation, search
 
Line 1: Line 1:
  
== Configure one machine as testing machine for openoffice ==
+
== Configure one machine as testing machine for OpenOffice ==
 
* Disable screen saver and computer sleeping
 
* Disable screen saver and computer sleeping
 
* Disable firewall
 
* Disable firewall
Line 6: Line 6:
 
* It's important to have the keyboard in en-US too
 
* It's important to have the keyboard in en-US too
 
* Display color depth should be 24-bit or above and disable color calibration.
 
* Display color depth should be 24-bit or above and disable color calibration.
{{Tip|'''Mac OS X'''<br />
+
{{Tip|'''macOS'''<br />
 
Open "System Preferences->Displays->Color". Choose ”Generic RGB Profile“.
 
Open "System Preferences->Displays->Color". Choose ”Generic RGB Profile“.
 
}}
 
}}
  
 
* Disable OS crash/error reporting
 
* Disable OS crash/error reporting
{{Tip|'''Mac OS X'''<br />
+
{{Tip|'''macOS'''<br />
 
Run command to disable:
 
Run command to disable:
 
  defaults write com.apple.CrashReporter DialogType none
 
  defaults write com.apple.CrashReporter DialogType none
Line 19: Line 19:
 
{{Tip|'''Windows 7'''<br />
 
{{Tip|'''Windows 7'''<br />
 
Open Control Panel->Administrative Tools->Services. Disable "Windows Error Reporting Service".
 
Open Control Panel->Administrative Tools->Services. Disable "Windows Error Reporting Service".
}}
 
{{Tip|'''Windows XP'''<br />
 
Right click "My Computer", select "Properties->Advanced->Error Reporting". Disable "Disable error reporting".
 
 
}}
 
}}
 
* Install JRE 1.6+
 
* Install JRE 1.6+

Latest revision as of 12:44, 10 August 2022

Configure one machine as testing machine for OpenOffice

  • Disable screen saver and computer sleeping
  • Disable firewall
  • Set system locale to English
  • It's important to have the keyboard in en-US too
  • Display color depth should be 24-bit or above and disable color calibration.
Tip.png macOS

Open "System Preferences->Displays->Color". Choose ”Generic RGB Profile“.


  • Disable OS crash/error reporting
Tip.png macOS

Run command to disable:

defaults write com.apple.CrashReporter DialogType none

Run command to enable:

defaults write com.apple.CrashReporter DialogType prompt
Tip.png Windows 7

Open Control Panel->Administrative Tools->Services. Disable "Windows Error Reporting Service".

  • Install JRE 1.6+

Automatically run testing on daily build

Personal tools