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
{{ message }}
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
But apparently, DESKTOP_SESSION is None when using i3.
[sander@ATLPOR13 ~]$ wallpaper-reddit wallpapers
searching for valid images...
downloading https://i.imgur.com/kE2yyYK.jpg
Traceback (most recent call last):
File "/usr/bin/wallpaper-reddit", line 11, in <module>
load_entry_point('wallpaper-reddit==3.1.1', 'console_scripts', 'wallpaper-reddit')()
File "/usr/lib/python3.7/site-packages/wpreddit/main.py", line 46, in run
wallpaper.set_wallpaper()
File "/usr/lib/python3.7/site-packages/wpreddit/wallpaper.py", line 25, in set_wallpaper
linux_wallpaper()
File "/usr/lib/python3.7/site-packages/wpreddit/wallpaper.py", line 40, in linux_wallpaper
elif check_de(de, ["gnome", "gnome-xorg", "gnome-wayland", "unity", "ubuntu", "ubuntu-xorg", "budgie-desktop"]):
File "/usr/lib/python3.7/site-packages/wpreddit/wallpaper.py", line 31, in check_de
return any([de in current_de for de in list_of_de])
File "/usr/lib/python3.7/site-packages/wpreddit/wallpaper.py", line 31, in <listcomp>
return any([de in current_de for de in list_of_de])
TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered:
I assume this was introduced with #44
But apparently,
DESKTOP_SESSION
is None when using i3.The text was updated successfully, but these errors were encountered: