Users.app in 0.7.0 no longer works after upgrades
- Dominant language
- Shell
- Stars
- 847
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
After upgrades (for security etc.), the _Users_ application is no longer usable.
```text
mowa219-gjp4-hello-070% /Applications/Preferences/Users.app/Users
The Python module 'translate' is not available. The application will run untranslated.
Could not find suitable .ts files in /Applications/i18n
Traceback (most recent call last):
File "/Applications/Preferences/Users.app/Resources/adduser.py", line 191, in
widget = Users()
File "/Applications/Preferences/Users.app/Resources/adduser.py", line 41, in __init__
self.load_ui()
File "/Applications/Preferences/Users.app/Resources/adduser.py", line 52, in load_ui
for e in self.findChildren(QObject, None, Qt.FindChildrenRecursively):
NameError: name 'QObject' is not defined
```
**To Reproduce**
1. install from ` hello-0.7.0_0G160-FreeBSD-13.0-amd64.iso`
2. upgrade from end-of-life FreeBSD 13.0-RELEASE, to 13.1-RELEASE-p2
3. `pkg delete localize` to avoid `https://github.com/helloSystem/ISO/issues/404`
4. unlock all packages except `hello`
5. upgrade packages
6. Preferences
7. Users
**Expected**
8. the application.
**Screenshots**

**Version (please complete the following information):**
- installed
- FreeBSD 13.1-RELEASE-p2
- helloSystem build https://github.com/helloSystem/ISO/releases/tag/r0.7.0
- VirtualBox
**Additional context**
* https://github.com/helloSystem/ISO/issues/51
Switching from quarterly to latest is not a workaround.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.