Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix folder name manual installation copies to #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KrisAphalon
Copy link

As there are some cases in which folder name is hardcoded, and even changing it within /etc/lightdm/lightdm-webkit2-greeter.conf leaves some errors.

I think it might solve #18, but it might be other issue I'm not aware of.

It definitely solved my problem, with some parts of the UI missing and constant errors "theme might have not loaded properly".

As there are some cases in which folder name is hardcoded, and even changing it within /etc/lightdm/lightdm-webkit2-greeter.conf leaves some errors
@slavistan
Copy link

slavistan commented Mar 2, 2020

I'll just add that installing manually as instructed in the readme will produce the Error detected in the current theme that could interfere with system login process. error (#34). This is due to the hard-coded name 'lightdm-webkit-theme-aether' which produces

CONSOLE LOG [ERROR] theme_utils.dirlist(): Error opening directory “/usr/share/lightdm-webkit/themes/lightdm-webkit-theme-aether/src/img/wallpapers/”: No such file or directory
CONSOLE LOG [ERROR] theme_utils.dirlist(): Error opening directory “/usr/share/lightdm-webkit/themes/lightdm-webkit-theme-aether/src/img/logos/”: No such file or directory

when lightdm-webkit2-greeter in run because the logos and wallpapers are located in /usr/share/lightdm-webkit/themes/Aether/.... As a quick hack one might just create a symlink which solved all my problems.

cd /usr/share/lightdm-webkit/themes
sudo ln -s ./Aether lightdm-webkit-theme-aether

@clausmarian clausmarian mentioned this pull request Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants