I want to change the Ubuntu Budgie login screen background to the one I'm currently using on my account; Just like it was with the previous Ubuntu versions with Unity with the draw-user-backgrounds
option.
I already tried searching for that option or anything with "background" on it with dconf-editor
but found nothing.
I have simple Ubuntu 18.04.1
In my opinion the best way to do this:
clarification: as you can see, we changed
"
background: #2c001e url(
resource://" part to the ==> "background: #2c001e url(
file://"and then set up path for the image.
I used
/usr/share/backgrounds/
for the path with image. Also I added some css properties to center the image.This is only the
css
file configuration. That's it)Open the Login Window app in the menu under Administration.
If it is missing from the menu then install it:
Enter your credentials when prompted. Click on the default background image icon, then navigate to /. Click on home>username>Pictures. Select your desired pic, click Open the in upper right corner, close the app. Log off and you will see your desktop background on the Login screen.
Thanks.
I tried all of those and none worked. This does, for sure:
As root user, just copy your_image.png to /usr/share/backgrounds and ....
...where your_image.png is the name of the actual image you want to display. The warty one is big: 4096 x 2304. I matched mine to the same size.
had the same problem when upgrading to 18.04. 64bit. And the answer is, it depends. Start with 'cat /etc/X11/default-display-manager' and check which greeter manager you got.
Case1. If using gnome-greeter (gdm3, and for example with ubuntu-unity-desktop which is in my case) modify the ubuntu.css as mentioned before and make sure you have replaced 'resource' ident by 'file', otherwise it won't work no matter how hard you try (i promise). Restart your machine. (gnome-tweak-tool works for modifying the background etc.)
Case2. If using the lightdm greeter one can use 'sudo apt install lightdm-gtk-greeter-settings' an adapt changes as needed. Two alternatives are the dconf editor (search for 'greeter', what will show you all the config settings available, and the 'sudo apt install unity-tweak-tool'.
Change between your greeter managers and the different ways changing styles with 'sudo dpkg-reconfigure lightdm' or 'sudo dpkg-reconfigure gdm3'.
Hope it helps
lightdm-settings
is a good choice, as well as, you can tryIn
dconf-editor
find x/dm/slick-greeter you can edit whatever you wantCheers
Change This
To This
Click 'Save' when you're done.
Restart your PC
After the upgrade to 18.04 I was unable to change the login/lock screen too. So I just replaced the
warty-final-ubuntu.png
in/usr/share/backgrounds
usingsudo nautilus
with a picture with the same resolution 4096x2304. I renamed it the same :warty-final-ubuntu.png
, and deleted the old one. This was fastest and easiest solution...(ubuntu 18.04 after updates.)
I installed ligthdm, cannot start because of a missing library.
I've renamed the myimage.png to warty-final-ubuntu.png in /usr/share/background. myimage.png has same resolution as warty. It does't work either. And have to go in recovery mode to change as it was, to be able to get to the login screen agin.
Then, I've changed #lockDialogGroup in ubuntu.css to:
... url(file:///usr/share/backgrounds/myimage.png) ...
I doesn't work either. And had to recover again. then I gave up.
Last idea, changed myimage.png to anoter image in jpg format: myimage.jpg. Rebooted instad of log out first. After the reboot, it works.
Install gnome-tweak-tool:
sudo apt install gnome-tweak-tool
Click on the app grid icon, type in:
gnome-tweak-tool
Open (click on) the
gnome-tweak-tool
app.Click on "Appearance".
On the right-hand pane, find "Background." Click on "image" below it and find the jpg file you want for your Ubuntu background.
On the right-hand pane, find "Lock Screen." Click on "image" below it and find the jpg file you want for your Lock Screen page.
Lots of other tools in
gnome-tweak-tool
that you might like, also.