Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Waypaper doesn't work #612

Closed
Veicm opened this issue Jan 11, 2025 · 4 comments
Closed

[BUG] Waypaper doesn't work #612

Veicm opened this issue Jan 11, 2025 · 4 comments
Assignees
Labels
bug Something isn't working to be confirmed Issue is currently under review and has not been released

Comments

@Veicm
Copy link

Veicm commented Jan 11, 2025

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:

  1. open the welcome app
  2. Click on the 3 dots
  3. Click on "Update/Reinstall your ML4W Dotfiles"
  4. follow the instructions
  5. 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.

@Veicm Veicm added the bug Something isn't working label Jan 11, 2025
@mylinuxforwork
Copy link
Owner

#609 Please see this issue.

@mylinuxforwork mylinuxforwork pinned this issue Jan 11, 2025
@mylinuxforwork mylinuxforwork added the to be confirmed Issue is currently under review and has not been released label Jan 11, 2025
@Veicm
Copy link
Author

Veicm commented Jan 11, 2025

Thank you very much!

@Veicm Veicm closed this as completed Jan 11, 2025
@mylinuxforwork
Copy link
Owner

yay -S aur/waypaper aur/python-imageio should solve the issue.

@kanglinyao
Copy link

kanglinyao commented Jan 15, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working to be confirmed Issue is currently under review and has not been released
Projects
None yet
Development

No branches or pull requests

3 participants