Closed nemani closed 7 years ago
@nemaniarjun you have linting issues
@nemaniarjun awesome PR!!
@abhsag24 Are you adding the tags? or is it Automated?
@nemaniarjun it's gitmate
@nemaniarjun Travis fails because gi is not installed cab you do sudo apt-get install python3-gi
in Travis?
@nemaniarjun add sudo apt-get install -y python3-gi python3-gi-cairo libglib2.0-dev libffi-dev libgirepository1.0 libcairo2-dev python3-cairo-dev
hopefully this works :(
unack 1856a79 you're not installing a DE just a schemas. It's better you squash it with the previous commit
BTW, GUI has been broken down to modules, try not to add up another file and use the existing ones.
Not adding any new modules. What do you mean?
Your commits add uiplib/GUI.py
which has already been broken down into uiplib/gui/
Its a rebase error, will fix it.
Adds Wallpaper instance with set and get methods Needs to be checked on OSX and Windows Working on linux (ubuntu)
Fixes #160