linuxmint / lightdm-settings

A configuration tool for the LightDM display manager
GNU General Public License v3.0
107 stars 24 forks source link

User wallpaper doesn't appear #66

Closed Luiz-Trindade closed 3 months ago

Luiz-Trindade commented 3 months ago

If the user adds an new wallpaper, that wallpaper doesn't appear in the lockscreen when the sytem boots up, only the wallpapers of linux mint are available by default. That's an issue, because the user will think that the system don't allow to change the wallpaper of the login screen. I have to do: "sudo gpasswd --add lightdm $USER" for fixing..

I would also like to suggest an addition for future versions: adding the option to change the login screen wallpaper.

leigh123linux commented 3 months ago

The wallpapers must be system wide, wallpapers in /home/user aren't readable.

claudiux commented 3 months ago

@Luiz-Trindade Each folder in your wallpaper path must be "readable and executable by other users". Your wallpaper itself must be "readable by other users". This may pose a security problem.