Thanks for this great theme.
I have to customize it a bit for my needs, and I'm struggling figuring out how to test the theme without doing a full restart of LightDM (which puts a damper in the iteration process).
I see there's some code mock.js, but when I load index.html in my browser, nothing happens, presumably because there's no GreeterReady event fired (since there's no greeter...). I tried also manually calling initGreeter(), but that has errors as well, since the lightdm.xxxxx.connect() lines don't work.
How do you test changes locally when you're developing this theme? I may be dense, but I don't see any sort of preview option for web-greeter.
Thanks!
Thanks for this great theme.
I have to customize it a bit for my needs, and I'm struggling figuring out how to test the theme without doing a full restart of LightDM (which puts a damper in the iteration process).
I see there's some code
mock.js, but when I loadindex.htmlin my browser, nothing happens, presumably because there's noGreeterReadyevent fired (since there's no greeter...). I tried also manually callinginitGreeter(), but that has errors as well, since thelightdm.xxxxx.connect()lines don't work.How do you test changes locally when you're developing this theme? I may be dense, but I don't see any sort of preview option for web-greeter.
Thanks!