Katie
                                            Katie
                                        
                                    If the last command prints a path name (`git status`), then the existing code thinks that path is the cwd and the fallback won't run. Otherwise that would work. On...
Has this happened with other themes or just this one? I can look into it if other themes are handling your resolution properly
It's been a while since I've used LightDM Webkit, but I think `greeter-session` is the greeter backend (gtk, webkit, etc.) and `webkit-theme` is the setting you're looking for The `theme.install`...
If setting the theme in `/etc/lightdm/lightdm-webkit2-greeter.conf` doesn't work, then I'd have to look into it further. I'll try installing lightdm again this weekend and see if I can make it...
People are starring this theme, so I assume they're using a popular distro with an older version of the greeter. Ideally this theme should work with the old and new...
That's really good to hear! I don't have a framework in place for preferences, so I'd need to write that before adding a preference for typing the username over displaying...
How would the greeter handle an error thrown from `init`? Would it simply be logged, or would the greeter be able to somehow try to recover? From a theming standpoint,...
Sorry if this has already been addressed, but would the greeter be able to handle errors thrown in event listeners? I'm not sure that this solution could catch errors in...
@The5heepDev That won't work in cases where an async function throws an exception. Imagine your code loads just fine and calls that callback function. When the user presses enter to...
I've noticed a similar issue with 0.16.0 [on my own project](https://github.com/codehearts/remembear/pull/14/checks?check_run_id=1809166870), but I haven't tried running the offending tests individually to see if they pass. I'm not sure if that...