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
Describe the bug
Waypaper does not work. The first problem is that the Gui don't open. The second problem is that after a reinstall of the dotfiles no wallpaper is displayed.
To Reproduce
Steps to reproduce the behavior:
open the welcome app
Click on the 3 dots
Click on "Update/Reinstall your ML4W Dotfiles"
follow the instructions
See error
Expected behavior
The Gui should open so I can select a wallpaper.
Screenshots
N/A
Distribution (please complete the following information):
Arch Linux
Additional context
It don't matter if you use the terminal or Rofi or the sidebar or the Keybinding to open waypaper.
here is the terminal error massage
Traceback (most recent call last):
File "/usr/bin/waypaper", line 5, in <module>
from waypaper.__main__ import run
File "/usr/lib/python3.13/site-packages/waypaper/__main__.py", line 10, in <module>
from waypaper.app import App
File "/usr/lib/python3.13/site-packages/waypaper/app.py", line 9, in <module>
import imageio
File "/usr/lib/python3.13/site-packages/imageio/__init__.py", line 24, in <module>
from .core import FormatManager, RETURN_BYTES
File "/usr/lib/python3.13/site-packages/imageio/core/__init__.py", line 10, in <module>
from .util import Image, Array, Dict, asarray, image_as_uint, urlopen
File "/usr/lib/python3.13/site-packages/imageio/core/util.py", line 10, in <module>
import numpy as np
File "/usr/lib/python3.13/site-packages/numpy/__init__.py", line 181, in <module>
from . import lib
File "/usr/lib/python3.13/site-packages/numpy/lib/__init__.py", line 23, in <module>
from . import _index_tricks_impl
File "/usr/lib/python3.13/site-packages/numpy/lib/_index_tricks_impl.py", line 12, in <module>
import numpy.matrixlib as matrixlib
File "/usr/lib/python3.13/site-packages/numpy/matrixlib/__init__.py", line 4, in <module>
from . import defmatrix
File "/usr/lib/python3.13/site-packages/numpy/matrixlib/defmatrix.py", line 12, in <module>
from numpy.linalg import matrix_power
File "/usr/lib/python3.13/site-packages/numpy/linalg/__init__.py", line 88, in <module>
from . import _linalg
File "/usr/lib/python3.13/site-packages/numpy/linalg/_linalg.py", line 39, in <module>
from numpy.linalg import _umath_linalg
ImportError: /usr/lib/liblapack.so.3: undefined symbol: taa_
It doesn't matter if you use the stable or the rolling release of the dotfiles or waypaper.
The text was updated successfully, but these errors were encountered:
yay -S aur/waypaper aur/python-imageio should solve the issue.
This did fix my waypaper won't start issue after upgrading to 2.9.7.4.
The black screen issue is very common, maybe this command should be put in the upgrade script.
Describe the bug
Waypaper does not work. The first problem is that the Gui don't open. The second problem is that after a reinstall of the dotfiles no wallpaper is displayed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Gui should open so I can select a wallpaper.
Screenshots
N/A
Distribution (please complete the following information):
Additional context
It don't matter if you use the terminal or Rofi or the sidebar or the Keybinding to open waypaper.
here is the terminal error massage
It doesn't matter if you use the stable or the rolling release of the dotfiles or waypaper.
The text was updated successfully, but these errors were encountered: