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

Add support for specifying relative images directory #8

Closed jcowgill closed 8 years ago

bharadwaj-raju commented 8 years ago

I suppose the full path substitution is done by the shell, we don't need to do it.

jcowgill commented 8 years ago

I'm talking about calls like this: python3 WeatherDesk.py -d images Why would the shell expand it? It doesn't even though "images" being used as a path.

bharadwaj-raju commented 8 years ago

So... currently it doesn't work?

bharadwaj-raju commented 8 years ago

Well, it can't hurt to get the abspath(), so merging.

jcowgill commented 8 years ago

It doesn't work at the moment if you use a relative directory. For GNOME it would set the key to 'images/filename' but GNOME has no idea where the images directory is and I get a black screen.