NSCM dtlogin customization

So I'm fairly certain this is isn't supported, but is it possible (hackish or otherwise) to change the appearance of the NSCM dtlogin box, similar to how a regular dtlogin can be customized? Or at the very least, is it possible to change the logo that shows up on the right side?
[288 byte] By [ywlke287a] at [2007-11-26 17:41:59]
# 1

Yes, there is a method to change the logo....

NOTE: This cusomization could be overwritten with a Sun Ray patch or upgrade

NOTE: This logo is a 237x237 xpm format file

cd /opt/SUNWut/lib/pixmaps

mkdir orig

mv *.xpm orig

cp /path/to/newlogo.xpm ./

ln -s ./newlogo.xpm GUdefault.xpm

ln -s ./newlogo.xpm GUsunray.xpm

ln -s ./newlogo.xpm NSCdefault.xpm

ln -s ./newlogo.xpm NSCsunray.xpm

ln -s ./newlogo.xpm SCdefault.xpm

ln -s ./newlogo.xpm SCsunray.xpm

bhlackeya at 2007-7-9 0:10:10 > top of Java-index,Desktop,Sun Ray Software - General Discussion...
# 2

Thanks so much! So I'm guessing, unlike standard dtlogin, there is no known way of editing a conf file to point to a different logo.

So going back to the other part of my original question, does anyone know how to change the style of nsclogin, i.e. if I wanted to make it look like what the standard Solaris 10 dtlogin looked like.

ywlke287a at 2007-7-9 0:10:10 > top of Java-index,Desktop,Sun Ray Software - General Discussion...
# 3

> So I'm guessing, unlike standard dtlogin, there is no known way of

> editing a conf file to point to a different logo.

That's correct.

> So going back to the other part of my original question, does anyone

> know how to change the style of nsclogin, i.e. if I wanted to make it look

> like what the standard Solaris 10 dtlogin looked like.

The NSCM greeters weren't designed to be configurable to the same extent that dtlogin's greeter is. There's no way to reconfigure NSCM to take on the appearance(s) of the S10 dtlogin greeter.

Even if that were possible I'd think twice before doing it. Making the NSCM greeters look like the dtlogin greeter has caused a lot of confusion. With hindsight it would have been better to give the NSCM greeter its own distinctive appearance so that it was very clear to users that they were interacting with NSCM, not with dtlogin.

OttoM.

ottomeistera at 2007-7-9 0:10:10 > top of Java-index,Desktop,Sun Ray Software - General Discussion...
# 4
I suppose that is reasonable. I was actually looking to make it customized for our site since we've always found the Solaris 9 and older dtlogin style somewhat bland....I guess changing the logo will have to do unless Sun decides to make NSCM login more customizable.
ywlke287a at 2007-7-9 0:10:10 > top of Java-index,Desktop,Sun Ray Software - General Discussion...