Solution (i think) The error seems to be in the default folder pointer.
The default pointer in /opt/ltsp/i386/usr/share/ldm/themes should point to: /etc/alternatives/ldm-theme Then go to /opt/ltsp/i386/etc/alternatives and change ldm-theme to point to /usr/share/ldm/themes/MyTheme After doing this you have to rebuild the thin-client image: sudo ltsp-update-image and restart your clients. : sudo cp -r /opt/ltsp/i386/usr/share/ldm/themes/edubuntu /opt/ltsp/i386/usr/share/ldm/themes/MyTheme : sudo rm /opt/ltsp/i386/etc/alternatives/ldm-theme : sudo ln -s /opt/ltsp/i386/usr/share/ldm/themes/MyTheme /opt/ltsp/i386/etc/alternatives/ldm-theme : sudo ltsp-update-image Hope this will help you... Thomas Jeroen Peters wrote: > > Hi all, > > When I changed the login theme for the thin clients by: > sudo cp -r /opt/ltsp/i386/usr/share/ldm/themes/Edubuntu > /opt/ltsp/i386/usr/share/ldm/themes/MyTheme > sudo rm /opt/ltsp/i386/usr/share/ldm/themes/default > sudo ln -s /opt/ltsp/i386/usr/share/ldm/themes/MyTheme > /opt/ltsp/i386/usr/share/ldm/themes/default > > The thin clients no longer display the background, logo and icons. What > went > wrong? > > Regards, > > Jeroen Peters > > > -- > edubuntu-users mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/edubuntu-users > > -- View this message in context: http://www.nabble.com/Thin-client-login-screen-problem-tp16053797p17426982.html Sent from the edubuntu-users mailing list archive at Nabble.com. -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
