You are not logged in.

#1 2018-06-24 08:44:32

0-day
Member
Registered: 2015-10-04
Posts: 154

change background at login

How to change background login?

Offline

#2 2018-06-24 09:40:54

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Offline

#3 2018-06-24 12:03:34

doxanthropos
Member
Registered: 2016-01-26
Posts: 32
Website

Re: change background at login

In BL, you can easily find and edit the config for the login by using the menu under "System" -> "Login Settings".

Just find the file that is called lightdm-gtk-greeter.conf and edit the line that says background=something.

Offline

#4 2018-06-24 13:42:06

0-day
Member
Registered: 2015-10-04
Posts: 154

Re: change background at login

# LightDM GTK+ Configuration
# Available configuration options listed below.
#
# Appearance:
#  theme-name = GTK+ theme to use
#  icon-theme-name = Icon theme to use
#  background = Background file to use, either an image path or a color (e.g. #772953)
#  user-background = false|true ("true" by default)  Display user background (if available)
#  transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default)
#  transition-type = ease-in-out|linear|none  ("ease-in-out" by default)
#
# Fonts:
#  font-name = Font to use
#  xft-antialias = false|true  Whether to antialias Xft fonts
#  xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
#  xft-hintstyle = none|slight|medium|hintfull  What degree of hinting to use
#  xft-rgba = none|rgb|bgr|vrgb|vbgr  Type of subpixel antialiasing
#
# Login window:
#  active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor. Can be a semicolon separated list
#  position = x y ("50% 50%" by default)  Login window position
#  default-user-image = Image used as default user icon, path or #icon-name
#  hide-user-image = false|true ("false" by default)
#
# Panel:
#  panel-position = top|bottom ("top" by default)
#  clock-format = strftime-format string, e.g. %H:%M
#  indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power", "~clock", "~host", "~spacer". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
#
# Accessibility:
#  a11y-states = states of accessibility features: "name" - save state on exit, "-name" - disabled at start (default value for unlisted), "+name" - enabled at start. Allowed names: contrast, font, keyboard, reader.
#  keyboard = command to launch on-screen keyboard (e.g. "onboard")
#  keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default)  Works only for "onboard"
#  reader = command to launch screen reader (e.g. "orca")
#
# Security:
#  allow-debugging = false|true ("false" by default)
#  screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
#
# Template for per-monitor configuration:
#  [monitor: name]
#  background = overrides default value
#  user-background = overrides default value
#  laptop = false|true ("false" by default) Marks monitor as laptop display
#  transition-duration = overrides default value
#
[greeter]
#background=
#user-background=
#theme-name=
#icon-theme-name=
#font-name=
#xft-antialias=
#xft-dpi=
#xft-hintstyle=
#xft-rgba=
#indicators=
#clock-format=
#keyboard=
#reader=
#position=
#screensaver-timeout=

Offline

#5 2018-06-24 14:08:26

0-day
Member
Registered: 2015-10-04
Posts: 154

Re: change background at login

solved with lightdm-gtk-greeter-settings

Offline

#6 2018-06-24 14:08:51

nore
>2⁹
From: squirrels' nest
Registered: 2015-09-29
Posts: 537

Re: change background at login

Like doxanthropos just told you, edit line 48 right after [greeter]. Change

#background=

to something like

background=/usr/share/backgrounds/whatever.jpg

Make sure to include full path to your image.

And please, please learn how to use code tags when posting!

Last edited by nore (2018-06-24 14:11:53)

Offline

#7 2018-06-25 01:12:09

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,549
Website

Re: change background at login

There is also an "alternative" method for the specific login background image setting:
menu>System>Edit Debian Alternatives
and look for bl-login-background. You can hit the [+] button to set the path to some image as an alternative to /usr/share/images/bunsen/login/default.png


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#8 2018-06-25 04:14:35

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: change background at login

0-day wrote:

solved with lightdm-gtk-greeter-settings

I didn't realize this had made it into stretch, nice!


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#9 2018-06-25 06:42:13

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,549
Website

Re: change background at login

^Add to our default apps list? It would mean editing the menu too...


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#10 2018-06-25 08:11:58

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: change background at login

I'm all about GUI settings. Put it on the discussion list.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#11 2025-06-01 19:47:22

GalacticStone
Member
From: Oort Cloud
Registered: 2020-07-26
Posts: 129
Website

Re: change background at login

I know this is an old thread, but I tried looking for the following file to edit and it wasn't there. Has the name/location changed or does this method not work now?

I'm looking to change the background on the startup login screen. Thanks!

There is also an "alternative" method for the specific login background image setting:
menu>System>Edit Debian Alternatives
and look for bl-login-background. You can hit the [+] button to set the path to some image as an alternative to /usr/share/images/bunsen/login/default.png


Linux User #624832 : Chaotic Good Dudeist, retro-PC geek.
Daily Driver : Lenovo Ideapad 3 (8G RAM, 250G SSD, Boron)
Workstation : HP Slim Desktop (4G RAM, 1TB HDD, Boron)
Past hardware : Commodore 64, TRS-80, IBM 8088, WebTV

Offline

#12 2025-06-01 20:11:46

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: change background at login

In the Main Menu, navigate to System Settings>Login Settings. That will open a GUI and you can change the wallpaper there. Save, close, then logout.

I actually don't know what the checkbox "Use user wallpaper if available is available" is about, but the image you use has to be moved out of your home directory and into a system directory (I use /usr/share/images). Open Thunar File Manager, type /usr/share/images and hit Enter, then right-click an empty space in that folder and choose "Open as root". Now open another instance of Thunar and navigate to the wall in your home directory and you'll be able to cut/paste or copy/paste into the root directory. At least, that's one way to do it. smile

Last edited by hhh (2025-06-01 20:20:05)


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#13 2025-06-02 01:39:51

GalacticStone
Member
From: Oort Cloud
Registered: 2020-07-26
Posts: 129
Website

Re: change background at login

hhh wrote:

In the Main Menu, navigate to System Settings>Login Settings. That will open a GUI and you can change the wallpaper there. Save, close, then logout.

I actually don't know what the checkbox "Use user wallpaper if available is available" is about, but the image you use has to be moved out of your home directory and into a system directory (I use /usr/share/images). Open Thunar File Manager, type /usr/share/images and hit Enter, then right-click an empty space in that folder and choose "Open as root". Now open another instance of Thunar and navigate to the wall in your home directory and you'll be able to cut/paste or copy/paste into the root directory. At least, that's one way to do it. smile

Thanks! That did the trick.  smile


Linux User #624832 : Chaotic Good Dudeist, retro-PC geek.
Daily Driver : Lenovo Ideapad 3 (8G RAM, 250G SSD, Boron)
Workstation : HP Slim Desktop (4G RAM, 1TB HDD, Boron)
Past hardware : Commodore 64, TRS-80, IBM 8088, WebTV

Offline

Board footer

Powered by FluxBB