Tuesday
Jun 2005
there are lots of reasons you might want to change the default Solaris 10 login screen. here's the quick and easy instructions for doing it.
# mkdir /etc/dt/config/C
# cp /usr/dt/config/C/styleModern /etc/dt/config/C/styleModern
# mkdir /etc/dt/config/images
# cp /usr/dt/config/images/A* /usr/dt/config/images/S* /etc/dt/config/images
# ls /etc/dt/config/images
Adobe.im1.Z mybackdrop-800.pm.gz Solaris.im8g.Z
Adobe.im8 Solaris.im1.Z
mybackdrop-1400.pm.gz Solaris.im8
#define PIXMAPDIR /usr/dt/config/images
to
#define PIXMAPDIR /etc/dt/config/images
#define STYLE_PIXMAP PIXMAPDIR/styleModern-backdrop
to
#define STYLE_PIXMAP PIXMAPDIR/mybackdrop
# cp gnome-vfs.applications gnome-vfs.applications.bak
# cp staroffice.applications staroffice.applications.bak
# cp staroffice8.applications staroffice8.applications.bak
staroffice
command=staroffice8 <---- note: should remain staroffice8
name=StarOffice 8
.../rest of file/...
staroffice7
command=staroffice
name=StarOffice 7
.../rest of file/...