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

Remove Daemoniker #377

Open abhay-raizada opened 6 years ago

abhay-raizada commented 6 years ago

Daemoniker is causing issues with UIP --service on *nix systems. It'll be better to remove and have our own implementtion probably by Popen

abhay-raizada commented 6 years ago

Definitive Way to do this: Remove daemoniker. Make a new Entry point. for windows run UIP.py via pythonw on linux/mac run it via nohup. Also let's make service the only way to run uip. Also let us remove all stdout :P

nkprince007 commented 6 years ago

Let's go ahead and make a container for it too. 🤣

abhay-raizada commented 6 years ago

daemoniker is removed now we only need to add a service :P