You are not logged in.
Hi
Can someone please explain how I could change the background of the logon screen (make it a bit more "funky" than the default one)?
Thanks
Beng
Offline
sudo update-alternatives --config desktop-background
EDIT: More info on LightDM configs: https://wiki.debian.org/LightDM
Last edited by pvsage (2016-03-04 14:20:36)
Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009
Offline
Hi pvsage
Thank you (couldn't remember the name of the logon manager).
Offline
You can also change the background by editing /etc/lightdm/lightdm-gtk-greater.conf with your editor of choice as superuser. Navigate to the line starting with background= and replace the existing image path with the path to your preferred image. Save changes and reboot. I recommend commenting out the existing background= line in case you make a mistake and for reference purposes. I'm not sure if future bunsen updates will overwrite your changes, though.
Offline
You can also change the background by editing /etc/lightdm/lightdm-gtk-greater.conf with your editor of choice as superuser....I'm not sure if future bunsen updates will overwrite your changes, though.
They will, unfortunately. The package which manages that file is bunsen-configs. I'm not sure if there's anything you can do about that without breaking something during (un)installations/upgrades.
...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 )
Offline
@OP: My apologies for my initial post; I should have checked in BunsenLabs to see if it worked here. I'd forgotten that BL Hydrogen ships with a hard-coded lightdm config and without desktop-base installed.
Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009
Offline
So does this mean there is no way for a user to have their choice respected through an (un)installation/upgrade?
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Online
Or to make it easy and accesible for the future, you could do as me,
and add this to the system section in menu.xml:
<item label="LightDM Greeter">
<action name="Execute">
<command>
gksudo geany /etc/lightdm/lightdm-gtk-greeter.conf
</command>
</action>
</item>
Obviously, you can change the label to "Login-screen", or whatever you want.
Regards Spacex(EW)
"If you have any trouble sounding condescending, find a UNIX user to show you how it's done." — Scott Adams, Dilbert Cartoonist
Offline
^ That action is already there with "Menu -> System -> Login Settings"
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
^For those using the stock BL menu. Mine is customized for my desires.
Offline
So does this mean there is no way for a user to have their choice respected through an (un)installation/upgrade?
I think not, at the moment, unfortunately.
Without the bunsen modification, system admins would be able to edit /etc/lightdm/lightdm-gtk-greeter.conf, and, if an upgrade to LightDM wanted to overwrite it, dpkg would issue one of those "...has been modified... would you like to keep/overwrite..." dialogues. However bunsen-configs is replacing (using dpkg-divert) that file with a symlink to lightdm-gtk-greeter.conf.bunsen which applies the BunsenLabs login background image. It needs testing, but I suspect that dpkg diversion might prevent that config-file-modification check from working during an upgrade of bunsen-configs, so the file might get overwritten back to the default BunsenLabs login background.
Agreed, though, this is something we should enable if at all possible.
At first it looked as if installing desktop-base might be the easiest way forward (though it's a 13MB install, mostly consisting of wallpapers no-one wants). Unfortunately, the Debian wiki is wrong in saying that the default LightDM background image points to /usr/share/images/desktop-base/desktop-background, it's now /usr/share/images/desktop-base/login-background.svg. While desktop-background is a Debian alternative, there is no desktop-login-background alternative.
Maybe we have these two choices:
1) Point our login background image to one of the existing Debian desktop-* alternatives, ie desktop-background or desktop-splash, and set that alternative to our BL image. We already do this with desktop-grub and it works even without the package desktop-base installed.
2) Create a new Debian alternative bl-login-background and use that. This is already working with bl-file-manager etc.
...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 )
Offline
^For those using the stock BL menu. Mine is customized for my desires.
+1
Although I have recreated the "BL Default" as a submenu in case I want/can help someone. Damo and HoaS usually beat me to the punch and with better answers though.*
* Sector11 Usefulness Level = trap door + lifeboat
... or since I type at the speed of a tortoise walking up hill on ice...
Sector11 Usefulness Level = mudguards + tortoise
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Online
^ That action is already there with "Menu -> System -> Login Settings"
Ok, sorry. I wasn't in Bunsen when I answered this. I just assumed it wasn't there, since he asked about it
Regards Spacex(EW)
"If you have any trouble sounding condescending, find a UNIX user to show you how it's done." — Scott Adams, Dilbert Cartoonist
Offline