bharadwaj-raju / WeatherDesk

MOVED: https://gitlab.com/bharadwaj-raju/WeatherDesk
https://gitlab.com/bharadwaj-raju/WeatherDesk
GNU General Public License v3.0
217 stars 31 forks source link

Error on Linux Xfce4 #31

Closed erikelisath closed 7 years ago

erikelisath commented 7 years ago

I got an error while using your script in my Xfce4 desktop environment. See below:

[Main loop] 
Traceback (most recent call last):
  File "WeatherDesk.py", line 419, in <module>
    main()
  File "WeatherDesk.py", line 406, in main
    os.path.join(walls_dir, get_file_name(weather, time=use_time)))
  File "/home/xek6ae/WeatherDesk/Desktop.py", line 203, in set_wallpaper
    for i in list_of_properties.subprocesslit('\n'):
AttributeError: 'str' object has no attribute 'subprocesslist'

I change the line 203 of Dektop.py for i in list_of_properties.split('\n'): an then the script works fine for me.

bharadwaj-raju commented 7 years ago

Fixed by your PR #32