Close button for FireFox

Post here if you are a new Porteus member and you're looking for some help.
oleggev
Ronin
Ronin
Posts: 1
Joined: 23 Feb 2016, 14:51
Distribution: 3.6.0
Location: Latvia

Close button for FireFox

Post#1 by oleggev » 23 Feb 2016, 14:55

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

Bogomips
Full of knowledge
Full of knowledge
Posts: 2564
Joined: 25 Jun 2014, 15:21
Distribution: 3.2.2 Cinnamon & KDE5
Location: London

Re: Close button for FireFox

Post#2 by Bogomips » 23 Feb 2016, 15:04

In the window try Ctl+W. Keep Ctl key depressed, and hit w. Maybe that might help :unknown:
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Close button for FireFox

Post#3 by fanthom » 23 Feb 2016, 15:04

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.
Please add [Solved] to your thread title if the solution was found.

Post Reply