GNU Health - Bugs: bug #59391, DB initialization on startup from...
You are not allowed to post comments on this tracker with your current authentication level.
bug #59391: DB initialization on startup from GUI
| Submitter: | Axel Braun <coogor> | ||
| Submitted: | Sun 01 Nov 2020 03:55:38 PM UTC | ||
| Category: | GUI / Frontend | Severity: | 3 - Normal |
| Item Group: | None | Status: | None |
| Privacy: | Public | Assigned to: | None |
| Open/Closed: | Open | Release: | None |
| Module: | MyGNUHealth | Component: | None |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Powered by Savane 3.12.
Corresponding source code

Version: 0.7a6
If mygnuhealth is started from desktop icon, the GUI does not come up at the first start.
Reason for this is the database password that is being asked, but not displayed anywhere in the GUI. So the value of the password is - what? Empty?
After deleting ~/mygh and start from bash:
test@localhost:~> mygnuhealth
Initializing myGNUHealth PHR....
Initializing MyGNUHealth directory
Configuration file not found. Writing defaults
Verifying MyGNUHealth Database.....
DB file not found. Initializing MyGNUHealth...
Password:
Again
Password:
MyGNUHealth DB initialized !
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/main.qml:35: ReferenceError: app is not defined
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/main.qml:34: ReferenceError: app is not defined
Login correct - Move to main PHR page
-> I feel a user/password prompt on the main screen is much more clear