Issues after install #23
Replies: 2 comments 1 reply
-
install python-pydbus |
Beta Was this translation helpful? Give feedback.
-
Hey tr1xem! Good to see you again. I'm getting a new error now after having manually installed python-pydbus and glace-git outside of the install script: Installation complete! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I installed with install.sh without issues, but I'm getting the following when trying to run the main.py:
python main.py
2025-08-15 14:40:29.788 | INFO | modules.notification.unified_cache:verify_cache_persistence:156 - Cache persistence check: 0 assets cached
2025-08-15 14:40:29.795 | INFO | modules.notification.notification:verify_cache_persistence:403 - Cache persistence check: 0 icons, 0 images cached
Traceback (most recent call last):
File "/home/user/.config/Modus/main.py", line 13, in
from modules.panel.main import Panel
File "/home/user/.config/Modus/modules/panel/main.py", line 9, in
from modules.controlcenter.main import ModusControlCenter
File "/home/user/.config/Modus/modules/controlcenter/main.py", line 15, in
from modules.controlcenter.bluetooth import BluetoothConnections
File "/home/user/.config/Modus/modules/controlcenter/bluetooth.py", line 16, in
from services.battery import Battery
File "/home/user/.config/Modus/services/battery.py", line 3, in
from pydbus import SystemBus
ModuleNotFoundError: No module named 'pydbus'
Beta Was this translation helpful? Give feedback.
All reactions