Brakeage after latest update to #351
gorillanajs
started this conversation in
General
Replies: 1 comment 2 replies
-
So it seems that screeninfo is missing. As far as I understand this is installed with pip right? How was it installed before? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Updated today to 2.9.6.3 and everything broke. Waybar didn't start, wallpaper stoped working (just black background) etc.
Anyone knows what might have gone wrong?
Tried a complete uninstall and then reinstall but same thing. Wallpaper app doesn't load. If I try to run waypaper in the terminal I get this error
x waypaper Traceback (most recent call last): File "/usr/bin/waypaper", line 5, in <module> from waypaper.__main__ import run File "/usr/lib/python3.12/site-packages/waypaper/__main__.py", line 10, in <module> from waypaper.app import App File "/usr/lib/python3.12/site-packages/waypaper/app.py", line 11, in <module> from waypaper.changer import change_wallpaper File "/usr/lib/python3.12/site-packages/waypaper/changer.py", line 5, in <module> from waypaper.config import Config File "/usr/lib/python3.12/site-packages/waypaper/config.py", line 13, in <module> from waypaper.common import check_installed_backends File "/usr/lib/python3.12/site-packages/waypaper/common.py", line 10, in <module> from screeninfo import get_monitors ModuleNotFoundError: No module named 'screeninfo'
Beta Was this translation helpful? Give feedback.
All reactions