NITDgpOS / UIP

A library, to customize your desktop wallpapers.
https://nitdgpos.github.io/projects/UIP
GNU Affero General Public License v3.0
19 stars 45 forks source link

Add Wallpaper instance #248

Closed nemani closed 7 years ago

nemani commented 7 years ago

Adds Wallpaper instance with set and get methods Needs to be checked on OSX and Windows Working on linux (ubuntu)

Fixes #160

abhay-raizada commented 7 years ago

@nemaniarjun you have linting issues

abhay-raizada commented 7 years ago

@nemaniarjun awesome PR!!

nemani commented 7 years ago

@abhsag24 Are you adding the tags? or is it Automated?

abhay-raizada commented 7 years ago

@nemaniarjun it's gitmate

abhay-raizada commented 7 years ago

@nemaniarjun Travis fails because gi is not installed cab you do sudo apt-get install python3-gi in Travis?

abhay-raizada commented 7 years ago

@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 :(

abhay-raizada commented 7 years ago

unack 1856a79 you're not installing a DE just a schemas. It's better you squash it with the previous commit

nkprince007 commented 7 years ago

BTW, GUI has been broken down to modules, try not to add up another file and use the existing ones.

nemani commented 7 years ago

Not adding any new modules. What do you mean?

nkprince007 commented 7 years ago

Your commits add uiplib/GUI.py which has already been broken down into uiplib/gui/

nemani commented 7 years ago

Its a rebase error, will fix it.