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

Truncated Error, caused due to large images #365

Closed XTremeRox closed 7 years ago

XTremeRox commented 7 years ago

error_final

Allowing truncated images has two advantages, for the time being, it won't be spitting out errors that is caused to sudden termination of connection, also large images that might have being causing this issue will be resolved. Whatever the cause of that error might be, it prevented UIP to further launch, so thought this would be a useful addition. Though opinions are welcome :)

abhay-raizada commented 7 years ago

Hi thank you for your Patch make sure you have the right commit structure that is

tag: Shortlog

body
Fixes <issue number/url>

Also please upload a screenshot if you have made changes to the gui.

abhay-raizada commented 7 years ago

isn't removing the truncated files a better option? during the launch while loading the images check to see if an image is not truncated if it is, delete the image?

nkprince007 commented 7 years ago

https://github.com/NIT-dgp/UIP/pull/365#issuecomment-286829725 Seems like a better option.