Hello, everyone!
I am using Porteus Kiosk with white-list option. But every new tab opens with image "Access denied".
I want to make this page more user-friendly and change it to homepage or some other page.
But after unpacking squashfs images i didn't find image or html files.
How can I customize the default page? Or set redirect to homepage.
Thanks in advance!
Change default page for Firefox in Porteus-Kiosk
- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Change default page for Firefox in Porteus-Kiosk
hi bis,
you can only change this image:
003-settings.xzm/usr/share/pixmaps/blocked-content.png
btw: please post in porteus kiosk section of the forum only. moving your thread there.
you can only change this image:
003-settings.xzm/usr/share/pixmaps/blocked-content.png
btw: please post in porteus kiosk section of the forum only. moving your thread there.
Please add [Solved] to your thread title if the solution was found.
Re: Change default page for Firefox in Porteus-Kiosk
For setting a specific webpage when opening a new tab:
https://support.mozilla.org/en-US/kb/ne ... -top-sites
In the Location bar, type about:config and press Enter.
The about:config "This might void your warranty!" warning page may appear. Click I'll be careful, I promise! to continue to the about:config page.
Type browser.newtab.url in the search box.
Double-click the browser.newtab.url preference and change the url from about:newtab to about:blank. Alternately, you can change it to about:home for the Firefox Google home page, or type in your preferred home page, for example google.com.
Click OK and close the about:config tab.
https://support.mozilla.org/en-US/kb/ne ... -top-sites
In the Location bar, type about:config and press Enter.
The about:config "This might void your warranty!" warning page may appear. Click I'll be careful, I promise! to continue to the about:config page.
Type browser.newtab.url in the search box.
Double-click the browser.newtab.url preference and change the url from about:newtab to about:blank. Alternately, you can change it to about:home for the Firefox Google home page, or type in your preferred home page, for example google.com.
Click OK and close the about:config tab.
- Debadr
- Black ninja
- Posts: 43
- Joined: 28 Apr 2015, 13:39
- Distribution: Porteus Kiosk Edition 3.3.0
- Location: France
Re: Change default page for Firefox in Porteus-Kiosk
Hi Bis,bis wrote:Hello, everyone!
I am using Porteus Kiosk with white-list option. But every new tab opens with image "Access denied".
For the new tab issue one of the solutions is here : http://forum.porteus.org/viewtopic.php?f=103&t=4610
@Moakes : It's the PKE edition, since it is secured by concept, you can't access to the firefox/iceweasle... configuration. (tested myself by adding about:config on white-list and did not work).moakes wrote:For setting a specific webpage when opening a new tab:
https://support.mozilla.org/en-US/kb/ne ... -top-sites
In the Location bar, type about:config and press Enter.
The about:config "This might void your warranty!" warning page may appear. Click I'll be careful, I promise! to continue to the about:config page.
Type browser.newtab.url in the search box.
Double-click the browser.newtab.url preference and change the url from about:newtab to about:blank. Alternately, you can change it to about:home for the Firefox Google home page, or type in your preferred home page, for example google.com.
Click OK and close the about:config tab.
If you give a man a fish, he eats for a day. Teach him how to fish and he will eat forever...
Re: Change default page for Firefox in Porteus-Kiosk
Sorry I left out a couple steps:Debadr wrote: @Moakes : It's the PKE edition, since it is secured by concept, you can't access to the firefox/iceweasle... configuration. (tested myself by adding about:config on white-list and did not work).
Extract the settings xzm as fatham mentioned.
Navigate to /003-settings/home/guest/.mozilla/firefox/c3pp43bg.default/
Edit prefs.js with Kwrite
Add the line: user_pref("browser.newtab.url", "youraddresshere.com");
Repack the module.
Remake the iso
- Debadr
- Black ninja
- Posts: 43
- Joined: 28 Apr 2015, 13:39
- Distribution: Porteus Kiosk Edition 3.3.0
- Location: France
[SOLVED]Re: Change default page for Firefox in Porteus-Kiosk
Thnak you @moakes. I was approaching to the solution but you give it to me before
thank you. well for me [SOLVED]

If you give a man a fish, he eats for a day. Teach him how to fish and he will eat forever...