You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ouxyre@archlinux ~]$ waypaper
We got: en
Traceback (most recent call last):
File "/home/ouxyre/.local/bin/waypaper", line 8, in <module>
sys.exit(run())
~~~^^
File "/home/ouxyre/.local/lib/python3.13/site-packages/waypaper/__main__.py", line 95, in run
app = App(txt, cf)
File "/home/ouxyre/.local/lib/python3.13/site-packages/waypaper/app.py", line 78, in __init__
self.init_ui()
~~~~~~~~~~~~^^
File "/home/ouxyre/.local/lib/python3.13/site-packages/waypaper/app.py", line 268, in init_ui
self.monitor_option_display()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/home/ouxyre/.local/lib/python3.13/site-packages/waypaper/app.py", line 322, in monitor_option_display
monitor_names.extend(get_monitor_names())
~~~~~~~~~~~~~~~~~^^
File "/home/ouxyre/.local/lib/python3.13/site-packages/waypaper/common.py", line 120, in get_monitor_names
for m in get_monitors():
~~~~~~~~~~~~^^
File "/home/ouxyre/.local/lib/python3.13/site-packages/screeninfo/screeninfo.py", line 32, in get_monitors
raise ScreenInfoError("No enumerators available")
screeninfo.common.ScreenInfoError: No enumerators available
I've tried install through the AUR and with pip, but none seem to work. I also installed each of the python dependencies separately but with still no success. I don't know what else to do.
The text was updated successfully, but these errors were encountered:
Hi, I think it might be related to this issue #116
, which can be resolved by reinstalling or running a few commands mentioned there. Could you please try that first?
It might be, so far I was not able to reproduce it, but I'm still on 3.12. I'll let you know if I can see the same error.
If anyone else experiences similar issue, please let us know.
System info
Repeated Error Message
I've tried install through the AUR and with pip, but none seem to work. I also installed each of the python dependencies separately but with still no success. I don't know what else to do.
The text was updated successfully, but these errors were encountered: