On Wed, Dec 20, 2006 at 11:52:56AM +0100, Niklas Gunnäs wrote: > I'm trying to change the GDM login screen that greets the users at the > thin clients. I have changed the theme on the LTSP-server but the thin > client still gets the default login screen with the > "Skolelinux"-background in yellow. Any pointers to where I can change > this?
are you sure you're not using LDM, the LTSP Display Manager? if there is no /opt/ltsp/i386/etc/lts.conf, or if there is no SCREEN_## (where ## is a number) defined in lts.conf, my guess is you're using LDM. if it is LDM, you would have to create a theme in /opt/ltsp/i386/usr/share/ldm/themes/ (see other directories there for examples). and then set that to the default theme: chroot /opt/ltsp/i386 /usr/sbin/update-alternatives \ --install /usr/share/ldm/themes/default \ ldm-theme /usr/share/ldm/themes/YOUR_NEW_THEME 95 (if, by chance, this is not i386, change i386 with whatever you are using) hopefully someday, themeing in LDM will be as simple as GDM. (or a real LDM-like mode for GDM exists). live well, vagrant -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

