Internet Explorer 7’s Kiosk Mode Star Wars ASCIImation!

Firefox 2’s Kiosk Mode

Written by Saman Sadeghi on November 17, 2006 Add comments

I discus why I need to use Kiosk mode on the Internet Explorer 7’s Kiosk Mode How-to. This is a How-to on achieving the same functionality in Firefox 2. I will only cover one method, as each of these plugins have pretty detailed instructions. It’s a lot easier to get kiosk mode running of Firefox then Internet Explorer because of plugins!

I chose Real Kiosk because it has the simplest install and usability!

Please read the entire article before attempting this because you will not be able to uninstall it without knowing how before hand!

Installation

  1. Open Firefox and goto the Real Kiosk plugin page.
  2. Click the install link
  3. Restart Firefox

You are now in full kiosk mode and you can still use tabs!

Options

There are some options you can invoke by editing the user.js file. You can open it by typing Windows Key+R and the following, quotes and all:

"C:\Documents and Settings\%username%\Application Data\Mozilla\Firefox\Profiles\"
There will be a folder with a random name ending in .default

Open that folder and look for a file named: user.js (if it doesn’t exist, open notepad, save it with the name “user.js” and set the “Save file type as” to “All files”)
Notepad, Save File As

Enable The Navigation Toolbar

If you want to have the enable Navigation toolbar, add the following:
user_pref("rkiosk.navbar", true);

Remove The Print Dialog

If you want to remove the print dialog, add following:
user_pref("print.always_print_silent",true);
user_pref("print.show_print_progress",false);

Additional Information

Now the users can still close Firefox using Alt+F4 - just as with IE7’s Kiosk mode. Again, to prevent this, you’ll need to use a lockdown application like Fortres.

Uninstallation

  1. You will need to run Firefox in Safe Mode. To enter Safe Mode you must first make sure Firefox is not running in the background. This includes all windows like the Download Manager and Extensions that open in a separate window.This should not be confused with restarting the computer in Windows Safe Mode!Use the “Mozilla Firefox (Safe Mode)” shortcut in the Mozilla Firefox program folder in the Windows Start Menu. If you have accidentally deleted this shortcut, you can start Firefox or Thunderbird in Safe Mode by Windows Key+R and entering the following, quotes and all:"C:\Program Files\Mozilla Firefox\firefox.exe" -safe-mode
  2. This will open the following window, click “Disable all add-ons”, then “Continue in Safe Mode”.Firefox Safe Mode Options
  3. When Firefox opens, click the “Tools” menu then “Add-ons”.
    Firefox's Tools Menu, Add-ons
  4. In the Extensions Manager, click “Uninstall” for R-kiosk.
    Firefox's Uninstall Add-ons Diolog
  5. Now restart Firefox and you should be good!

Start Slide Show with PicLens Lite PicLens
This post is filed in: Apple, Contest, Firefox, Technology, Windows Tips And Tricks, WordPress and has been viewed 14,055 views times.

Internet Explorer 7’s Kiosk Mode Star Wars ASCIImation!

Kuribo Mario Hops For These Related Posts:


Kuribo Mario
  • Internet Explorer 7’s Kiosk Mode
  • Internet Explorer Command-line Switches
  • Hello, And Welcome To Samanathon.com - We leik j00!
  • Apple Store Elevator Kiosk, Ginza, Japan
  • Create a Startup Menu With Different Boot Options


  • RSS feed | Trackback URI

    31 Comments »

    MyAvatars 0.2

    [...] IE7 does have a “Kiosk Mode” which launches the browser with no tool bars, no address bar, nothing! just the browsing window. Click here for a Firefox How-to. [...]

     
    Comment by Chris Mulkey 2007-04-03 15:12:43

    MyAvatars 0.2

    I’ve been writing an involved kiosk-type web application in PHP for a couple of weeks, and I’ve been fretting about how I could silently queue up print jobs.

    It was possible in IE5.5 through pure javascript, but that was a security hole they closed in IE6. I didn’t want to revert back to IE5.5. In IE7, it was looking like my only option was going to be to write an ActiveX control… which I really, really, really did not want to do. This extension just relieved a LOT of stress!

    (Thank God my application will be used in a controlled environment, where I can KNOW that the user will be using Firefox!)

    Comment by Saman 2007-04-03 21:30:18

    MyAvatars 0.2

    Good to hear Chris! So, can you disable FF’sauto update - would that mess up you app?

    Comment by Chris Mulkey 2007-04-04 11:55:10

    MyAvatars 0.2

    I’m not sure that I completely understand what you’re asking. Are you recommending that I disable Firefox’s auto-update to prevent any potential break at a point release, or are you assuming that I’ve done that and wondering how I did so?

    The traffic on these kiosks passes through a proxy, so if I can’t get the auto-update disabled, I’ll just block Firefox updates at the proxy.

    Comment by Saman 2007-04-04 12:20:05

    MyAvatars 0.2

    I wanted to make sure that Firefox didn’t autoupdate because, if it needed to restart, your app would close!

     
     
     
     
    Comment by Ajith 2007-04-16 05:19:35

    MyAvatars 0.2

    Nice thing … where did you get this stuff from

    Comment by Saman Sadeghi 2007-04-16 10:50:45

    MyAvatars 0.2

    We use kiosk mode for Internet Explorer at work, I wrote an article about it and thought I should write one for Firefox too!

     
     
    Comment by digitalnomad 2007-04-22 13:39:48

    MyAvatars 0.2

    Hey Saman,
    The link in the first line of this post to your IE7 Kiosk article is broken. Just thought you should be aware of it.

    Comment by Saman Sadeghi 2007-04-22 14:51:24

    MyAvatars 0.2

    Thanks buddy! Apparently, I accidentally deleted my redirection plugin! :shock:

     
     
    Pingback by Internet Explorer 7’s Kiosk Mode | Samanathon.com 2007-09-19 13:37:10

    MyAvatars 0.2

    [...] which launches the browser with no tool bars, no address bar, nothing! just the browsing window. Click here for a Firefox [...]

     
    Comment by Patrick Hodson 2007-10-15 06:12:07

    MyAvatars 0.2

    This is really useful as I am writing a kiosk app and wanted to use FF. I used the plug-in, and set the settings in user.js (had to create it) on an xp platform. However, it does not appear to work on Vista. The contents of the Profiles folder are much lighter on vista. I put user.js there, but the options have no affect - any ideas?

    Comment by Saman Sadeghi 2007-10-18 12:51:30

    MyAvatars 0.2

    I really don’t know about Vista - I know it changes the default install location for programs….

    Maybe you could checkout the Mozilla forums.

    Comment by Patrick Hodson 2007-10-18 14:14:52

    MyAvatars 0.2

    It turns out its not a vista thing, its more to do with me not being used to vista. What I was doing was creating the user.js file in in the wrong user directory.

    The easiest way to create the user.js file is to open FireFox, type: about:config in to the nav bar, then a whole world of options opens up to you. By right clicking on any option then selecting New->string you can set up the r-kiosk options like user_pref(”print.always_print_silent”,true); by just entering print.always_print_silent in the way I describe then set it to TRUE. It will save it in your user.js file or create it if it does not exist. Very easy! It works fine now, and my kiosk app is well on the way!

    I’d just like to say that the number of self righteous twits on the message boards who rant on about this being a security risk are locked in their own small world and don’t seem to appreciate that choosing to allow your own browser to print without a dialog box is perfectly valid and applicable to many real life applications.

    Many thanks for your help - hope my suggestion helps other users.

    Comment by Harry 2008-02-19 19:44:03

    MyAvatars 0.2

    Hey Patrick

    So I also couldn’t locate that folder with the user.js file. So I took your advice and typed it into the about:config page, but the silent print isn’t working.

    I have a javascript function that tells a specific frame on the page to print, but the dialogue box still pops up. I’m running Firefox 2.00.12, is this not compatible?

     
     
     
     
    Comment by Lakatos Endre 2007-10-29 09:25:10

    MyAvatars 0.2

    Can you inform me about settling the following problem? When in normal full screen mode as a new window the window opens correctly. But in kiosk mode the new window occupies the whole screen.

    For example: window.open(’XXX.php’,'XXX’,’scrollbars=no,width=320,height=500,left=0,top=220,
    resizable=no,toolbar=no,directories=no,menubar=no’);

    Comment by Walter 2008-03-08 15:15:35

    MyAvatars 0.2

    Yes, it would be great if popups would keep their original size rather than being enlarged to full screen.

    Any advice?

     
     
    Comment by Aslak 2008-02-15 02:59:30

    MyAvatars 0.2

    Is it possible to enable download by editing the user.js file? I would like to use this addon in a medacenter pc i am building.

     
    Comment by Mike Rouse 2008-04-15 08:59:48

    MyAvatars 0.2

    I think you may have just saved my bacon by coming up as the first result in Google for “firefox kiosk mode”

    Comment by Saman Sadeghi 2008-04-15 11:54:54

    MyAvatars 0.2

    Glad that I could help!

    As for returning a #1 spot in Google, WOOOOHHHHOOOOO!!!!!

    :grin:

     
     
    Trackback by Top Stumbles - Best of StumbleUpon 2008-04-17 07:12:15

    MyAvatars 0.2

    Firefox 2’s Kiosk Mode | Samanathon.com…

    A simple way to initiate Kiosk Mode, with a lightweight plugin, in Firefox. This is a true kiosk mode as it prevents the user from doing anything but use the Internet….

     
    Comment by LN 2008-04-21 07:39:20

    MyAvatars 0.2

    Will it work on linux platform?

    Comment by Saman Sadeghi 2008-04-21 08:28:51

    MyAvatars 0.2

    I honestly haven’t tested it, but it’s a simple matter to try it out!

     
    Comment by Sean 2008-06-14 13:42:29

     
     
    Comment by meme 2008-04-24 18:16:32

    MyAvatars 0.2

    I installed/enabled with navigation toolbar code from above, but it is still showing the minimize, maximize, and close buttons in the upper right hand corner. HELP!!!

    Comment by Saman Sadeghi 2008-04-27 15:32:33

    MyAvatars 0.2

    The plugin make no mention of the minimize, maximize, or close buttons…

    Try running Firefox in full screen mode.

     
     
    Comment by Asylum 2008-05-08 09:35:44

    MyAvatars 0.2

    Just tried this plugin out and found some bugs that I was going to inform the author of but I don’t feel like registering for an account to report so I will let you all know here. The right side of the screen shows the close X and about 10 px of the right side of the screen as well as it shows the status bar below the browser. I have a screen shot upon request but nowhere to post that here.

    Asylum’s last blog post: Kenny Shaw

     
    Comment by Palmer 2008-05-14 03:45:24

    MyAvatars 0.2

    I have also installed rkiosk … but i have one big problem .. if i want to open a pdf file (online) it fails.

    I get the following error message.. anyone got an idea to help me?

    “Can’t use Adobe Reader to show the PDF file in the browser. Close the webbrowser and try again”.

    is this a know rkiosk problem?

     
    MyAvatars 0.2

    [...] can view is local to the PC and is not “live” internet content. Saman Sadeghi has an excellent tutorial about R-kiosk over at his [...]

     
    Comment by Gerhard Gross 2008-06-25 07:54:33

    MyAvatars 0.2

    We are using Firefox Kiosk successfully in an exhibition here. However when opening links in a new window Kiosk-Mode shows the tab-bar allowing the user to exit Firefox and the rest of it.
    Is there an analog comand to the enabling/disabling of the Navigation toolbar:
    user_pref(”rkiosk.navbar”, true);
    user_pref(”rkiosk.navbar”, false);
    e.g. something like: user_pref(”rkiosk.tabbar”, false);??
    best regards
    gerhard

     
    Comment by m 2008-08-28 14:31:28

    MyAvatars 0.2

    How to control this??? After installing, whenever I open firefox its in kiosk mode. Isnt there some easy command line parameter or something so I can switch it on and off????

    Comment by Saman Sadeghi 2008-08-31 10:40:08

    MyAvatars 0.2

    You could create different Firefox profiles:

    1. Windows Key+R
    2. firefox.exe -profilemanager
     
     

    Leave a Reply

    Name (required)
    E-mail (required - never shown publicly)
    URI
    Your Comment (smaller size | larger size)
    You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.
    Internet Explorer 7’s Kiosk Mode Star Wars ASCIImation!