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

Background is always black #110

Closed
WubzyGD opened this issue Dec 29, 2021 · 4 comments
Closed

Background is always black #110

WubzyGD opened this issue Dec 29, 2021 · 4 comments

Comments

@WubzyGD
Copy link

WubzyGD commented Dec 29, 2021

The issue:

I'm trying to get a background image to show up with aether. I haven't done much of any customization on it other than taking the old backgrounds folder, renaming it to wallpapers-old, making a new one, naming it wallpapers, and placing one image inside of it. This resulted in a black wallpaper (the rest of Aether works fine, just the wallpaper doesn't).

What I've tried:

  • I chmoded the folder, then later its file tree, to 777.
  • When that didn't work, I was then told to chown it (it was owned by root before). So, I chowned it to my account, wubzy. Screenshot after chown (Later doing the same with the folder I wanted, both were tested at this point, neither worked.)
  • I tried the default value in webkit2-greeter.conf for background_images, as well as trying to set it to the Aether wallpapers dir in src/. Neither worked.
    Webkit2 Conf
  • As a last resort after searching through the issues list and seeing the one that dealt with resolution, I realized the image was in 4k, and I'm in 1080p. So I resized the image to standard 1080x1920 with gwenview, rebooted, and it still didn't work.

I'm probably missing some stupidly obvious step. I did follow the guide on this GH's homepage pretty tightly to the letter, and once again, the rest of the greeter works just fine. Thanks for your time!

@JezerM
Copy link

JezerM commented Jan 22, 2022

If your wallpapers directory is inside /home, lightdm-webkit2-greeter and LightDM itself won't allow Aether theme to read your wallpapers. The default background_images path is ignored by Aether, so it won't work either. Therefore, you could create a directory at /usr/share/backgrounds/aether (or wherever you want), copy your wallpapers, and set background_images to your desired path.

If the problem persists, or you do not have your wallpapers directory inside /home, then provide the log inside /var/log/lightdm/seat0-greeter.log (when using lightdm-webkit2-greeter and Aether theme).

@WubzyGD
Copy link
Author

WubzyGD commented Feb 3, 2022

Thanks! I did exactly as you said and made a folder at /usr/share/backgrounds/aether with one wallpaper in it, changed the background_images variable to that, and still got a black screen.

seat0-greeter.log is also empty.

@JezerM
Copy link

JezerM commented Feb 9, 2022

You could see the issue #111, where seems to be "fixed".

@WubzyGD
Copy link
Author

WubzyGD commented Feb 10, 2022

See this comment on a fix.

@WubzyGD WubzyGD closed this as completed Feb 10, 2022
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

No branches or pull requests

2 participants