[SOLVED this time] How to correct the login display?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
ineuw
Level 5
Level 5
Posts: 825
Joined: Sun Nov 13, 2016 12:27 am
Location: Montreal, Canada

[SOLVED this time] How to correct the login display?

Post by ineuw »

How can I correct the following scenario? I set an image for the login window, turned on 'Draw user backgrounds'. My selection flashes by and then it displays the desktop image.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 4 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Desktop: Linux Mint Cinnamon 21.3 English Edge - Desktop: Linux Mint Cinnamon 21.3 French
Laptop: Linux Mint Cinnamon 21.3 English - as of 24-04-15
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: How to correct the login display?

Post by smurphos »

Uncheck draw user backgrounds.
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
User avatar
ineuw
Level 5
Level 5
Posts: 825
Joined: Sun Nov 13, 2016 12:27 am
Location: Montreal, Canada

Re: How to correct the login display?

Post by ineuw »

smurphos wrote: Tue Jun 02, 2020 1:44 am Uncheck draw user backgrounds.
Thanks. It's embarrassing butI had trouble deciphering "draw user backgrounds".
Desktop: Linux Mint Cinnamon 21.3 English Edge - Desktop: Linux Mint Cinnamon 21.3 French
Laptop: Linux Mint Cinnamon 21.3 English - as of 24-04-15
User avatar
ineuw
Level 5
Level 5
Posts: 825
Joined: Sun Nov 13, 2016 12:27 am
Location: Montreal, Canada

[UN-SOLVED] How to correct the login display?

Post by ineuw »

Checking or unchecking "draw user backgrounds" has no effect. The background selected flashes by, and disappears and it reverts to the desktop background.
Desktop: Linux Mint Cinnamon 21.3 English Edge - Desktop: Linux Mint Cinnamon 21.3 French
Laptop: Linux Mint Cinnamon 21.3 English - as of 24-04-15
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: [UN-SOLVED] How to correct the login display?

Post by smurphos »

Hi - can you report the output of

Code: Select all

cat /etc/lightdm/slick-greeter.conf
Are you rebooting after making changes - just logging out isn't enough.
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
User avatar
ineuw
Level 5
Level 5
Posts: 825
Joined: Sun Nov 13, 2016 12:27 am
Location: Montreal, Canada

Re: [UN-SOLVED] How to correct the login display?

Post by ineuw »

Thanks for the help. This was the setting before I unchecked and then rechecked the option and rebooted, Tested it twice and it works. Merci.

Code: Select all

ineuw@LMC193DT:~$ cat /etc/lightdm/slick-greeter.conf
[Greeter]
background=/media/linux-data/Pictures/backgrounds desktop/191008 saba without glasses.jpg
draw-grid=false
background-color=#3465a4
activate-numlock=true
draw-user-backgrounds=true
Desktop: Linux Mint Cinnamon 21.3 English Edge - Desktop: Linux Mint Cinnamon 21.3 French
Laptop: Linux Mint Cinnamon 21.3 English - as of 24-04-15
User avatar
ineuw
Level 5
Level 5
Posts: 825
Joined: Sun Nov 13, 2016 12:27 am
Location: Montreal, Canada

Re: [UN-SOLVED] How to correct the login display?

Post by ineuw »

smurphos wrote: Tue Jun 23, 2020 2:26 am Hi - can you report the output of

Code: Select all

cat /etc/lightdm/slick-greeter.conf
Are you rebooting after making changes - just logging out isn't enough.
It is with great sadness that I announce that rebooting twice earlier worked, but booting now doesn't. The login image reverted to the desktop background again.

ineuw@LMC193DT:~$ cat /etc/lightdm/slick-greeter.conf
[Greeter]
background=/media/linux-data/Pictures/backgrounds desktop/191008 saba without glasses.jpg
draw-grid=false
background-color=#3465a4
activate-numlock=true
draw-user-backgrounds=true


How can I live without this magnificent login background?

191008 saba without glasses.v02.jpg
Desktop: Linux Mint Cinnamon 21.3 English Edge - Desktop: Linux Mint Cinnamon 21.3 French
Laptop: Linux Mint Cinnamon 21.3 English - as of 24-04-15
User avatar
zcot
Level 9
Level 9
Posts: 2838
Joined: Wed Oct 19, 2016 6:08 pm

Re: [SOLVED this time] How to correct the login display?

Post by zcot »

My guess is that smurphos probably knows the real answer here, but until he responds, here's some possibly related info in case you are able to figure it out on your own and fix it.

I don't know if spaces in the file name are presenting the problem there. In some cases that does present a problem that is overcome by either encapsulating the entire path and file name within single or double quotes, or the spaces are escaped with a backslash, something like backgrounds\ desktop for that path example, and the file name would be the same format. But I'm not sure how this particular instance is handled in this occasion.

But it might not present a problem at all, but, that path location is possibly considered out of system scope unless you have it mounted before this point. So, if /media/linux-data is already mounted then at least that part should be fine. Otherwise it's trying to show the image from a location that doesn't exist (yet).
User avatar
ineuw
Level 5
Level 5
Posts: 825
Joined: Sun Nov 13, 2016 12:27 am
Location: Montreal, Canada

Re: [SOLVED this time] How to correct the login display?

Post by ineuw »

Thanks so much for the ideas !!! They are sound and hopeful. Although, the /media/linux-data/ partition is loaded in fstab, I will move the image to a subfolder in $home$ and will replace the spaces with hyphens.
Desktop: Linux Mint Cinnamon 21.3 English Edge - Desktop: Linux Mint Cinnamon 21.3 French
Laptop: Linux Mint Cinnamon 21.3 English - as of 24-04-15
User avatar
ineuw
Level 5
Level 5
Posts: 825
Joined: Sun Nov 13, 2016 12:27 am
Location: Montreal, Canada

Re: [SOLVED this time] How to correct the login display?

Post by ineuw »

I've moved the images to the /home/ineuw/.backgrounds folder, replaced all spaces in the filenames with hyphens and also selected another image. But, nothing helped.

Code: Select all

background=/home/ineuw/.backgrounds/200531-siberian-tiger-posing-restfully.jpg
draw-grid=false
background-color=#3465a4
activate-numlock=true
draw-user-backgrounds=true
Desktop: Linux Mint Cinnamon 21.3 English Edge - Desktop: Linux Mint Cinnamon 21.3 French
Laptop: Linux Mint Cinnamon 21.3 English - as of 24-04-15
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: [SOLVED this time] How to correct the login display?

Post by smurphos »

ineuw wrote: Tue Jun 23, 2020 11:40 pm

Code: Select all

draw-user-backgrounds=true
This still needs to be false.
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
User avatar
ineuw
Level 5
Level 5
Posts: 825
Joined: Sun Nov 13, 2016 12:27 am
Location: Montreal, Canada

Re: [SOLVED this time] How to correct the login display?

Post by ineuw »

smurphos wrote: Wed Jun 24, 2020 12:33 am

Code: Select all

draw-user-backgrounds=true
This still needs to be false.
Thanks for the reminder. I am at fault, but the wording "draw-user-background" and "draw grid" are a mystery.
Desktop: Linux Mint Cinnamon 21.3 English Edge - Desktop: Linux Mint Cinnamon 21.3 French
Laptop: Linux Mint Cinnamon 21.3 English - as of 24-04-15
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: [SOLVED this time] How to correct the login display?

Post by smurphos »

draw-user-background=true will make the login screen show the logged in background of the user currently selected on the login-screen. It can be a nice option for multi-user machines as the login screen will change background as different users are selected.

draw-grid=false adds an ugly as sin grid overlay to the whole login screen - I've no idea why it exists or why anyone would ever want to enable it, but that's what it does.
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
Locked

Return to “Beginner Questions”