Steps to reproduce 1: 1. Remove the ~/.mozilla/mozregression directory 2. Uninstall mozregression using the uninstaller 3. Reinstall mozregression 4. Run mozregression Actual result 1: mozregression does not start with the above error message. Steps to reproduce 2: 1. Add a persist line to the file ~/.mozilla/mozregression/mozregression.cfg that contains the directory name including UTF-8. 2. Run mozregression Actual result 2: mozregression starts properly. Steps to reproduce 3: 1. Add a persist line to the file ~/.mozilla/mozregression/mozregression.cfg that contains the directory name including UTF-8. 2. Run mozregression 3. "File -> Preferences" 4. Click "OK" Actual result 3: mozregression failed to write config with the above error message. So I suppose we should fix not write_config in config.py but save_prefs in global_prefs.py.
Bug 1885707 Comment 11 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I am using the home directory of "C:\Users\(My Name which have four Japanese kanji characters and no ascii characters)" such as C:\Users\火狐火狐. Steps to reproduce 1: 1. Remove the ~/.mozilla/mozregression directory 2. Uninstall mozregression using the uninstaller 3. Reinstall mozregression 4. Run mozregression Actual result 1: mozregression does not start with the above error message. Steps to reproduce 2: 1. Add a persist line to the file ~/.mozilla/mozregression/mozregression.cfg that contains the directory name including UTF-8. 2. Run mozregression Actual result 2: mozregression starts properly. Steps to reproduce 3: 1. Add a persist line to the file ~/.mozilla/mozregression/mozregression.cfg that contains the directory name including UTF-8. 2. Run mozregression 3. "File -> Preferences" 4. Click "OK" Actual result 3: mozregression failed to write config with the above error message. So I suppose we should fix not write_config in config.py but save_prefs in global_prefs.py.
I am using the home directory of "C:\Users\\(My Name which have four Japanese kanji characters and no ascii characters)" such as C:\Users\火狐火狐. Steps to reproduce 1: 1. Remove the ~/.mozilla/mozregression directory 2. Uninstall mozregression using the uninstaller 3. Reinstall mozregression 4. Run mozregression Actual result 1: mozregression does not start with the above error message. Steps to reproduce 2: 1. Add a persist line to the file ~/.mozilla/mozregression/mozregression.cfg that contains the directory name including UTF-8. 2. Run mozregression Actual result 2: mozregression starts properly. Steps to reproduce 3: 1. Add a persist line to the file ~/.mozilla/mozregression/mozregression.cfg that contains the directory name including UTF-8. 2. Run mozregression 3. "File -> Preferences" 4. Click "OK" Actual result 3: mozregression failed to write config with the above error message. So I suppose we should fix not write_config in config.py but save_prefs in global_prefs.py.