M7S / dockbarx

286 stars 40 forks source link

latest (python?) update killed dockbarx on XFCE #159

Open kzoli429 opened 3 years ago

kzoli429 commented 3 years ago

It might be caused by python 3.9.0-1 dtd 2020-12-02 04:47 UTC on Arch Linux 5.9.11-arch2-1. ==> Starting package()... Traceback (most recent call last): File "/tmp/makepkg/dockbarx/src/dockbarx/setup.py", line 26, in import polib ModuleNotFoundError: No module named 'polib' ==> ERROR: A failure occurred in package(). Aborting... error making: dockbarx

xuzhen commented 3 years ago

polib was provided by https://aur.archlinux.org/packages/python-polib/ on Arch Linux. You may need to reinstall it?

Ashfaqul-Awal-Himel commented 3 years ago

Hope this may help: https://www.reddit.com/r/xfce/comments/k6oxhh/dockbarx_wont_load_properly_on_xfce_panel_no/

Earthling-Z3R0 commented 3 years ago

That reddit link did the trick for me. Thank you.

yay -S dockbarx --rebuildall --rebuildtree yay -S xfce4-dockbarx-plugin --rebuildall --rebuildtree

hugorn commented 3 years ago

That reddit link did the trick for me. Thank you.

yay -S dockbarx --rebuildall --rebuildtree yay -S xfce4-dockbarx-plugin --rebuildall --rebuildtree

this command solved my problem also in manjaro xfce. Thanks for sharing.