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

Windows Support #37

Closed tankerkiller125 closed 7 years ago

tankerkiller125 commented 7 years ago

The readme says that it supports windows, but it seems that it is not updating the wall paper, (windows 10) looking at the Desktop.py it seems as if its looking for some .bat file after it runs the rundll3d.exe line but that .bat file doesn't exist.

bharadwaj-raju commented 7 years ago

The program should be making the bat file itself before running it.

What does the following in a Python shell output on your system?

>>> import os
>>> os.abspath(os.path.expanduser('~/'))

I only tested the script on Windows 7.

tankerkiller125 commented 7 years ago

I ended up fixing the Desktop.py script I'll make a pull request for it 😄

bharadwaj-raju commented 7 years ago

Thanks! Merged.