mirror of
https://github.com/vyvir/althea.git
synced 2026-06-05 14:59:30 -05:00
fix Error No such object path '/modules/kwalletd'
This commit is contained in:
@@ -55,7 +55,7 @@ That's it! Have fun with althea!
|
|||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
<b>Fedora 41 shows the following error:</b>
|
* <b>Fedora 41 shows the following error:</b>
|
||||||
|
|
||||||
`ERROR: Device returned unhandled error code -5`
|
`ERROR: Device returned unhandled error code -5`
|
||||||
|
|
||||||
@@ -63,6 +63,21 @@ You can downgrade crypto policies to the previous Fedora version:
|
|||||||
|
|
||||||
`sudo update-crypto-policies --set FEDORA40`
|
`sudo update-crypto-policies --set FEDORA40`
|
||||||
|
|
||||||
|
* <b> Error No such object path '/modules/kwalletd'<b>
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
python3 main.py
|
||||||
|
```
|
||||||
|
worked for me.
|
||||||
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
althea made by [vyvir](https://github.com/vyvir)
|
althea made by [vyvir](https://github.com/vyvir)
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
pygobject
|
||||||
|
requests
|
||||||
|
keyring
|
||||||
Reference in New Issue
Block a user