JezerM / web-greeter

A modern, visually appealing greeter for LightDM.
https://web-greeter-page.vercel.app
GNU General Public License v3.0
211 stars 12 forks source link

Get rid of whither dependency #9

Closed JezerM closed 3 years ago

JezerM commented 3 years ago

Description of feature

The whither package is awful, but really useful though. Nobody uses it except for this program, so why keep it? Problems coming from this package would require to update whither along with this program, which is a unnecesary extra step.

As this whither package is not inside any distro repository, it just creates lots of problems when trying to install. And it's not mantained by anyone.

The GTK toolkit feature won't ever come; this program is actually using lots of things from the QT framework, so it's less posible to adapt this to GTK.

Possible solutions

Move all the necessary code from whither to web-greeter, and that's it!