Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4068  / 1 Year ago, sat, march 4, 2023, 10:08:13

Problem



I have a custom wallpaper as my desktop background, but it doesn't show up on the login screen and the default Ubuntu Unity "greeter" is shown.



Past Cases



In the past, they used to show up on the login screen too. For example, my very first wallpaper was of Elsa from Frozen, and then something else from an anime Bleach. They showed up when I booted the PC and stayed there as I entered the password.



Clarifications



I haven't done any major changes to my system. It's Ubuntu 13.10 (don't give me that support has ended thing, it's merely a technical problem that can be solved). I also tried putting that picture in the Wallpapers directory (Home/Pictures/Wallpapers).



Why This is Not a Duplicate



How do I add customized wallpapers so they appear in the dynamic unity greeter? is about adding an image to the default directory so that they can be changed via Right Click>Change Desktop.



How to change login wallpaper? is about having a separate image for background and another for the login screen.



Gradients backgrounds gives default wallpaper on login screen. is about another default wallpaper and it not showing, instead having the default wallpaper.



Desktop Background doesn't show up on logon screen [duplicate] is a duplicate that leads to the first question I mentioned here.



And they're all I could find in the search.


More From » unity

 Answers
3

I found a solution that might fit for you in the following question:
Changing login screen wallpaper



They recommend using the following commands:



sudo -i
xhost +SI:localuser:lightdm
su lightdm -s /bin/bash
gsettings set com.canonical.unity-greeter draw-user-backgrounds 'true'
gsettings set com.canonical.unity-greeter background 'imagepath'
exit


replace imagepath with your actual image path and then it should work fine. Make sure that your path is correct, because otherwise it may result in a black background.


[#23796] Saturday, March 4, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
suspengn

Total Points: 477
Total Questions: 104
Total Answers: 100

Location: Rwanda
Member since Thu, Feb 10, 2022
2 Years ago
;