From 617efb5e08d8e3094f40b610750aeba410f16c8f Mon Sep 17 00:00:00 2001 From: Vyvir <135277623+vyvir@users.noreply.github.com> Date: Thu, 19 Jun 2025 07:44:20 +0300 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f2c3a83..7974990 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ That's it! Have fun with althea! ## FAQ -* Fedora 41 shows the following error: +### Fedora 41 shows the following error: `ERROR: Device returned unhandled error code -5` @@ -63,20 +63,21 @@ You can downgrade crypto policies to the previous Fedora version: `sudo update-crypto-policies --set FEDORA40` -* Error No such object path '/modules/kwalletd' +### Error No such object path '/modules/kwalletd' + +You can run the following commands: -On Arch with Plasma 6, and I got the same error. ``` python3 -m venv venv source ./venv/bin/activate pip install pygobject requests keyring ``` -And then + +And then run althea: + ``` python3 main.py -``` -worked for me. - +``` ## Credits