On 3/13/07, Mohamed Ali <[EMAIL PROTECTED]> wrote:
Dear Users,

Did anyone has a cookbook created for launching Mozilla 1.7 browser in
CAM mode ? I would also love to have cookbook for Firefox.


No cookbook at this stage. Just some VERY basic instructions that I
used for my setup here at work.

++++

These instructions are for Solaris 10 using the SFW Mozilla 1.7 which
installs as part of the SUNWmozilla package.

As root :-

   /usr/sfw/bin/mozilla

Visit http://www.mozdevgroup.com/clients/bm/ and install the kiosk software
by clicking the "Install Now" button or alternatively download the XPI
files and install those.

Shutdown mozilla and delete /.mozilla

Startup kiosk admin for mozilla. Change the settings to your liking
and close the admin screen.

   /usr/sfw/bin/mozilla -kiosk admin

Create a small wrapper for the kiosk software and some options you
need to set for each CAM user. Creating the .mozilla file removes the
"Licence Agreement" screen from coming up when you start mozilla. The
other item is for numlock. Make the file executable.

  /usr/sfw/bin/mozilla-kiosk

 #!/bin/bash

 if [ ! -d ~/.mozilla ]
 then
             mkdir ~/.mozilla
 fi

 /usr/openwin/bin/xset led 1

 /usr/sfw/bin/mozilla -kiosk

Configure CAM and make sure /usr/sfw/bin/mozilla-kiosk is a critical
app. Then set CAM as the default policy.

Restart services.

++++

Let me know if you need more information.

HTH,
Aaron
_______________________________________________
SunRay-Users mailing list
[email protected]
http://node1.filibeto.org/mailman/listinfo/sunray-users

Reply via email to