Sounds like somethings broken with your initial install.... There should be at least one session descriptor by default..
A session descriptor is simply a file in /etc/opt/SUNWkio/sessions/ that defines the name/script/etc to run when a Kiosk session is created. On Solaris there are two by default, jds.conf and cde.conf, representing a JDS Session and a CDE session. I have not isntalled the beta on Linux, but I would suspect that we have some sort of Gnome session. Here is an example... -bash-3.00# cat /etc/opt/SUNWkio/sessions/jds3.conf # #******************************************************************************* # # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #******************************************************************************* # KIOSK_SESSION_EXEC=$KIOSK_SESSION_DIR/jds3-kiosk-session KIOSK_SESSION_LABEL="Sun Java Desktop System 3" KIOSK_SESSION_ICON= KIOSK_SESSION_DESCRIPTION="A locked down Sun Java Desktop System 3 session. Additional applications are supported" KIOSK_SESSION_PROTOTYPE=jds3 KIOSK_SESSION_APPLAUNCHER=$KIOSK_SESSION_DIR/applauncher # Uncomment to use IM switcher in panel #KIOSK_SESSION_DTSESSIONTYPE=altDt When this session type is launched it will run this script: /etc/opt/SUNWkio/sessions/jds3/jds3-kiosk-session Make sure that you have these three rpms installed: SUNWkio-4.0-42.i386.rpm SUNWkiom-4.0-42.i386.rpm SUNWkior-4.0-42.i386.rpm Brad Greg Rodenhiser wrote: > Thanks for responding.... I had read that documentation. However the > documentation assumes that somehow there's already existing session > descriptors installed. They reference selecting a session type from > the Kiosk Tab in the web GUI. My Kiosk tab only says that I need to > install at least one session descriptor. Where can I find information > on creating one? Thanks!! > > On 6/29/07, Meik Hellmund <[EMAIL PROTECTED]> wrote: > > I have no experience with kiosk mode, never used it. > But some documentation is in chapter 10 of > the administrator's guide, > <http://www.sun-rays.org/lib/hardware/sunray/4.0-u2-beta/820-0412.pdf> > > > > On Fri, 29 Jun 2007 11:15:33 -0400 > "Greg Rodenhiser" <[EMAIL PROTECTED]> wrote: > > > Has anyone gotten kiosk mode to work on Linux? I installed > the latest beta > > 2 on RHEL 4AS. It appears that CAM has been renamed to > kiosk. However I > > cannot find any documentation on configuring kiosk mode for > linux. When I > > try to via the web GUI I get an error saying a session > descriptor has not > > been installed. Does anyone know how to get this > working? I can't find > > anything in Sun's documentation. Thanks!! > > > > -- > > Greg Rodenhiser > > [EMAIL PROTECTED] > > > > > -- > Meik Hellmund > Mathematisches Institut, Uni Leipzig > e-mail: [EMAIL PROTECTED] > http://www.math.uni-leipzig.de/~hellmund > _______________________________________________ > SunRay-Users mailing list > [email protected] > http://www.filibeto.org/mailman/listinfo/sunray-users > > > > -- > Greg Rodenhiser > [EMAIL PROTECTED] > > ______________________________________________________________________ > > _______________________________________________ > SunRay-Users mailing list > [email protected] > http://www.filibeto.org/mailman/listinfo/sunray-users > _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
