JezerM / sea-greeter

LightDM greeter made with WebKit2GTK

Home Page:https://jezerm.github.io/web-greeter-page/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sea Greeter Icon

Sea Greeter

Another LightDM greeter made with WebKitGTK2

License Information

Sea (like C) greeter for LightDM allows to create themes with web technologies, the same as web-greeter, nody-greeter and the outdated lightdm-webkit2-greeter. This project aims to be similar to the last one, as sea-greeter is made with webkit2 instead of chromium.

Known issues

There are lots of issues, even not documented here, so it is not recommended to use this greeter yet. However, it is functional :D

  • Multi-monitor support.
    • Add greeter_comm JavaScript API
    • Parse index.yml to load secondary.html
  • Brightness feature support
  • Battery feature support
  • Detect theme errors prompt
  • Memory management might not be correct; possible memory leaks. (I hope this is fixed)
  • Add themes
  • Add config

Dependencies

  • libgtk3
  • webkit2gtk
  • libwebkit2gtk-web-extension
  • libyaml-0.1
  • libglib-2.0
  • liblightdm-gobject-1-dev

Build dependencies

  • Meson
  • Ninja
  • gcc
  • tsc (TypeScript compiler)

Build and install

git clone https://github.com/JezerM/sea-greeter --recursive
cd sea-greeter
meson build
ninja -C build
sudo ninja -C build install

About

LightDM greeter made with WebKit2GTK

https://jezerm.github.io/web-greeter-page/

License:GNU General Public License v3.0


Languages

Language:C 98.1%Language:Meson 1.7%Language:Shell 0.1%Language:CSS 0.1%