eromatiya / lightdm-webkit2-theme-glorious

A sleek, modern and glorified LightDM webkit2 theme
https://manilarome.github.io/lightdm-webkit2-theme-glorious/
GNU General Public License v3.0
607 stars 55 forks source link

Encoundered error after update #27

Closed mushi-nova closed 4 years ago

mushi-nova commented 4 years ago

Recently I downloaded the latest git repository but I continuously get An error was detected in the current theme that could interfere with the system login process. To know more about the error I ran lightdm-webkit2-greeter and I got the following error

file:///usr/share/lightdm-webkit/themes/glorious/js/sessions.js:35:27: CONSOLE ERROR TypeError: undefined is not an object (evaluating 'this._sessionsObject[0].key')

I tried to install through AUR as well as through git clone but for both cases I get similar error. I would be really glad if anyone can help me out with this

eromatiya commented 4 years ago

The first session object is missing. It means the theme doesn't detect any environment. Do you have a DE/WM installed?

mushi-nova commented 4 years ago

Yes I do. I'm running AwesomeWM. It happened just today all of a sudden but yesterday it was absolutely fine

eromatiya commented 4 years ago

Weird... After running the webkit-greeter from terminal, inspect element, go to console, clear the localStorage by localStorage.clear();

mushi-nova commented 4 years ago

Ohh sorry to bother. Actually it was my mistake since I tried to change /usr/share/xsessions/awesome.desktop entry. And that messed up everything. It's all my fault