Page 1 of 1

Close button for FireFox

Posted: 23 Feb 2016, 14:55
by oleggev
Hello,

How can I enable close button in the FireFox browser?
The problem is that when user has to register in a portal he has to accept "Terms & Conditions" by ticking one field. Totally new separate from the main FF window appears where I need close button. Othervise I can't get rid of this window. Popup blocking doesn't help :(

Thanks in advance,
Oleg

Re: Close button for FireFox

Posted: 23 Feb 2016, 15:04
by Bogomips
In the window try Ctl+W. Keep Ctl key depressed, and hit w. Maybe that might help :unknown:

Re: Close button for FireFox

Posted: 23 Feb 2016, 15:04
by fanthom
Hello Oleg,

Please remaster kiosk ISO as per our documentation:
http://porteus-kiosk.org/kiosk-customization.html

edit 003-settings.xzm/etc/xdg/openbox/rc.xml and change:

Code: Select all

 <!-- Undecorete Firefox -->
  <application name="Navigator">
    <decor>no</decor>
  </application>
to

Code: Select all

 <!-- Undecorete Firefox -->
  <application name="Navigator">
    <decor>yes</decor>
  </application>
That should give a window bar with a close button on it.

Thank you.