JezerM / nody-greeter

LightDM greeter that allows to create wonderful themes with web technologies. Made in Node.js
https://web-greeter-page.vercel.app
GNU General Public License v3.0
138 stars 9 forks source link

problem with liblightdm-gobject-dev #57

Closed lgor360 closed 6 days ago

lgor360 commented 6 days ago

liblightdm-gobject-dev is not available yet... is it possible to do without it?

JezerM commented 6 days ago

What do you mean by "liblightdm-gobject-dev" is not available? Which bistro are you using? If there's no dev version, try just with "liblightdm-gobject".

lgor360 commented 6 days ago

What do you mean by "liblightdm-gobject-dev" is not available? Which bistro are you using? If there's no dev version, try just with "liblightdm-gobject".

distro: Ubuntu 24.04 sudo apt install liblightdm-gobject-dev E: Unable to locate package liblightdm-gobject-dev same with liblightdm-gobject

JezerM commented 6 days ago

Try with liblightdm-gobject-1-dev

lgor360 commented 6 days ago

Try with liblightdm-gobject-1-dev

thanks!