Criptext / Criptext/Criptext-Email-React-Client
AppImage can't load GUI
- Dominant language
- JavaScript
- Stars
- 75
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
A clear and concise description of what the bug is.
Error with old config directory:
```
Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
(node:10294) UnhandledPromiseRejectionWarning: Error: The name org.freedesktop.secrets was not provided by any .service files
(node:10294) UnhandledPromiseRejectionWarning: Error: The name org.freedesktop.secrets was not provided by any .service files
(node:10294) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:10294) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:10294) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:10294) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
```
Error after moving config directory to trash:
```
-----alice-----
Error:
terminate called after throwing an instance of 'sqlite::errors::busy'
what(): database is locked
```
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Konsole/Yakuake'
2. Click on '/usr/bin/criptext'
3. Scroll down to '^C'
4. See error (in details above)
**Expected behavior**
A clear and concise description of what you expected to happen.
A gui for the email client
**Screenshots (Optional)**
If applicable, add screenshots to help explain your problem.
**Device and System information (please complete the following information):**
- Device: [pc]
- OS Version: [Manjaro]
- App Version: [Criptext-latest.AppImage]
**Additional information**
Add any other context about the problem here.
I'm guessing what happened is that because /dev/sdaX isn't a super-new-state-of-the-art SSD, running too many apps for various websites and webservices put every process including plasmashell into a CPU % rate of 'disk sleep' and froze everything. Criptext started to not work after the forced poweroff and reboot...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.