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
On starting variety the following error is on the screen:
Traceback (most recent call last):
File "/usr/bin/variety", line 64, in
import variety # isort:skip
^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'variety'
Context
It happened while updating variety to the latest version via pacman -S variety.
To Reproduce
just trying to start variety
Attach Variety's log file
063 │ INFO: 2024-12-22 15:29:25,066: update_indicator() 'Setting file info to: /home/dennis/.config/variety/Downloaded/wallhaven_anime/wallhaven-85wll2.jpg'
3 │ 5064 │ INFO: 2024-12-22 15:29:25,067: list_files() 'More than 1 files in the folders, stop listing'
4 │ 5065 │ INFO: 2024-12-22 15:29:25,067: prepare_thread() 'Prepared buffer contains 5 images'
5 │ 5066 │ INFO: 2024-12-22 15:29:25,067: prepare_thread() 'Preparing some images'
6 │ 5067 │ INFO: 2024-12-22 15:29:25,072: prepare_thread() 'After search prepared buffer contains 5 images'
7 │ 5068 │ INFO: 2024-12-22 15:29:25,508: update_indicator() 'Setting file info to: /home/dennis/.config/variety/Downloaded/wallhaven_anime/wallhaven-85wll2.jpg'
8 │ 5069 │ INFO: 2024-12-22 15:29:25,509: list_files() 'More than 1 files in the folders, stop listing'
9 │ 5070 │ INFO: 2024-12-22 15:29:26,693: trigger_download() 'Triggering download thread to check if download needed and possible'
10 │ 5071 │ INFO: 2024-12-22 15:29:26,698: trigger_download() 'Triggering download thread to check if download needed and possible'
11 │ 5072 │ INFO: 2024-12-22 15:29:27,073: trigger_download() 'Triggering download thread to check if download needed and possible'
12 │ 5073 │ INFO: 2024-12-22 15:29:36,918: set_wallpaper() 'Calling set_wallpaper with /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png'
13 │ 5074 │ INFO: 2024-12-22 15:29:36,918: do_set_wp() 'Calling do_set_wp with /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png, time: 1734877776.9185708'
14 │ 5075 │ INFO: 2024-12-22 15:29:36,918: apply_auto_rotate() 'ImageMagick auto-rotate cmd: convert /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png -auto-orient /home/dennis/.config/variety/wallpaper/wallpaper-auto-rotated-705f864045652b629bc3464880fc0e3b.jpg'
15 │ 5076 │ INFO: 2024-12-22 15:29:37,110: update_indicator() 'Setting file info to: /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png'
16 │ 5077 │ INFO: 2024-12-22 15:29:37,112: list_files() 'More than 1 files in the folders, stop listing'
17 │ 5078 │ INFO: 2024-12-22 15:29:40,286: set_wallpaper() 'Calling set_wallpaper with /home/dennis/.config/variety/Favorites/wallhaven-p96gz9.jpg'
18 │ 5079 │ INFO: 2024-12-22 15:29:40,286: do_set_wp() 'Calling do_set_wp with /home/dennis/.config/variety/Favorites/wallhaven-p96gz9.jpg, time: 1734877780.2864854'
19 │ 5080 │ INFO: 2024-12-22 15:29:40,286: apply_auto_rotate() 'ImageMagick auto-rotate cmd: convert /home/dennis/.config/variety/Favorites/wallhaven-p96gz9.jpg -auto-orient /home/dennis/.config/variety/wallpaper/wallpaper-auto-rotated-2c5c6752b54793688a6b5866c0a8a314.jpg'
20 │ 5081 │ INFO: 2024-12-22 15:29:40,455: update_indicator() 'Setting file info to: /home/dennis/.config/variety/Favorites/wallhaven-p96gz9.jpg'
21 │ 5082 │ INFO: 2024-12-22 15:29:40,456: list_files() 'More than 1 files in the folders, stop listing'
22 │ 5083 │ INFO: 2024-12-22 15:29:49,207: trigger_download() 'Triggering download thread to check if download needed and possible'
23 │ 5084 │ INFO: 2024-12-22 15:30:33,588: set_wallpaper() 'Calling set_wallpaper with /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png'
24 │ 5085 │ INFO: 2024-12-22 15:30:33,588: do_set_wp() 'Calling do_set_wp with /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png, time: 1734877833.5885744'
25 │ 5086 │ INFO: 2024-12-22 15:30:33,588: apply_auto_rotate() 'ImageMagick auto-rotate cmd: convert /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png -auto-orient /home/dennis/.config/variety/wallpaper/wallpaper-auto-rotated-b96212bd4499c5360f4303a2f63b4fb9.jpg'
26 │ 5087 │ INFO: 2024-12-22 15:30:33,794: update_indicator() 'Setting file info to: /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png'
27 │ 5088 │ INFO: 2024-12-22 15:30:33,796: list_files() 'More than 1 files in the folders, stop listing'
───────┴──────────────────────────────────────────
Version of Variety
0.8.12-3
Describe the bug
On starting variety the following error is on the screen:
Traceback (most recent call last):
File "/usr/bin/variety", line 64, in
import variety # isort:skip
^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'variety'
Context
It happened while updating variety to the latest version via pacman -S variety.
To Reproduce
Attach Variety's log file
063 │ INFO: 2024-12-22 15:29:25,066: update_indicator() 'Setting file info to: /home/dennis/.config/variety/Downloaded/wallhaven_anime/wallhaven-85wll2.jpg'
3 │ 5064 │ INFO: 2024-12-22 15:29:25,067: list_files() 'More than 1 files in the folders, stop listing'
4 │ 5065 │ INFO: 2024-12-22 15:29:25,067: prepare_thread() 'Prepared buffer contains 5 images'
5 │ 5066 │ INFO: 2024-12-22 15:29:25,067: prepare_thread() 'Preparing some images'
6 │ 5067 │ INFO: 2024-12-22 15:29:25,072: prepare_thread() 'After search prepared buffer contains 5 images'
7 │ 5068 │ INFO: 2024-12-22 15:29:25,508: update_indicator() 'Setting file info to: /home/dennis/.config/variety/Downloaded/wallhaven_anime/wallhaven-85wll2.jpg'
8 │ 5069 │ INFO: 2024-12-22 15:29:25,509: list_files() 'More than 1 files in the folders, stop listing'
9 │ 5070 │ INFO: 2024-12-22 15:29:26,693: trigger_download() 'Triggering download thread to check if download needed and possible'
10 │ 5071 │ INFO: 2024-12-22 15:29:26,698: trigger_download() 'Triggering download thread to check if download needed and possible'
11 │ 5072 │ INFO: 2024-12-22 15:29:27,073: trigger_download() 'Triggering download thread to check if download needed and possible'
12 │ 5073 │ INFO: 2024-12-22 15:29:36,918: set_wallpaper() 'Calling set_wallpaper with /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png'
13 │ 5074 │ INFO: 2024-12-22 15:29:36,918: do_set_wp() 'Calling do_set_wp with /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png, time: 1734877776.9185708'
14 │ 5075 │ INFO: 2024-12-22 15:29:36,918: apply_auto_rotate() 'ImageMagick auto-rotate cmd: convert /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png -auto-orient /home/dennis/.config/variety/wallpaper/wallpaper-auto-rotated-705f864045652b629bc3464880fc0e3b.jpg'
15 │ 5076 │ INFO: 2024-12-22 15:29:37,110: update_indicator() 'Setting file info to: /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png'
16 │ 5077 │ INFO: 2024-12-22 15:29:37,112: list_files() 'More than 1 files in the folders, stop listing'
17 │ 5078 │ INFO: 2024-12-22 15:29:40,286: set_wallpaper() 'Calling set_wallpaper with /home/dennis/.config/variety/Favorites/wallhaven-p96gz9.jpg'
18 │ 5079 │ INFO: 2024-12-22 15:29:40,286: do_set_wp() 'Calling do_set_wp with /home/dennis/.config/variety/Favorites/wallhaven-p96gz9.jpg, time: 1734877780.2864854'
19 │ 5080 │ INFO: 2024-12-22 15:29:40,286: apply_auto_rotate() 'ImageMagick auto-rotate cmd: convert /home/dennis/.config/variety/Favorites/wallhaven-p96gz9.jpg -auto-orient /home/dennis/.config/variety/wallpaper/wallpaper-auto-rotated-2c5c6752b54793688a6b5866c0a8a314.jpg'
20 │ 5081 │ INFO: 2024-12-22 15:29:40,455: update_indicator() 'Setting file info to: /home/dennis/.config/variety/Favorites/wallhaven-p96gz9.jpg'
21 │ 5082 │ INFO: 2024-12-22 15:29:40,456: list_files() 'More than 1 files in the folders, stop listing'
22 │ 5083 │ INFO: 2024-12-22 15:29:49,207: trigger_download() 'Triggering download thread to check if download needed and possible'
23 │ 5084 │ INFO: 2024-12-22 15:30:33,588: set_wallpaper() 'Calling set_wallpaper with /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png'
24 │ 5085 │ INFO: 2024-12-22 15:30:33,588: do_set_wp() 'Calling do_set_wp with /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png, time: 1734877833.5885744'
25 │ 5086 │ INFO: 2024-12-22 15:30:33,588: apply_auto_rotate() 'ImageMagick auto-rotate cmd: convert /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png -auto-orient /home/dennis/.config/variety/wallpaper/wallpaper-auto-rotated-b96212bd4499c5360f4303a2f63b4fb9.jpg'
26 │ 5087 │ INFO: 2024-12-22 15:30:33,794: update_indicator() 'Setting file info to: /home/dennis/.config/variety/Favorites/wallhaven-4d1kdj.png'
27 │ 5088 │ INFO: 2024-12-22 15:30:33,796: list_files() 'More than 1 files in the folders, stop listing'
───────┴──────────────────────────────────────────
Desktop environment and version
KDE Plasma 6.2.4
OS name and version
NAME=ArcoLinux
2 │ ID=arcolinux
3 │ ID_LIKE=arch
4 │ BUILD_ID=rolling
5 │ ANSI_COLOR="0;36"
6 │ HOME_URL="https://arcolinux.info/"
7 │ SUPPORT_URL="https://arcolinuxforum.com/"
8 │ BUG_REPORT_URL="https://github.com/arcolinux"
9 │ LOGO=arcolinux-hello
Screenshots
Attached files
Additional context
The text was updated successfully, but these errors were encountered: