Page 1 of 1

Change default page for Firefox in Porteus-Kiosk

Posted: 16 Dec 2014, 21:30
by bis
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!

Re: Change default page for Firefox in Porteus-Kiosk

Posted: 16 Dec 2014, 22:26
by fanthom
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.

Re: Change default page for Firefox in Porteus-Kiosk

Posted: 09 Apr 2015, 16:17
by moakes
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.

Re: Change default page for Firefox in Porteus-Kiosk

Posted: 15 May 2015, 09:03
by Debadr
bis wrote:Hello, everyone!
I am using Porteus Kiosk with white-list option. But every new tab opens with image "Access denied".
Hi Bis,

For the new tab issue one of the solutions is here : http://forum.porteus.org/viewtopic.php?f=103&t=4610
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.
@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).

Re: Change default page for Firefox in Porteus-Kiosk

Posted: 20 May 2015, 20:35
by moakes
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).
Sorry I left out a couple steps:
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

[SOLVED]Re: Change default page for Firefox in Porteus-Kiosk

Posted: 22 May 2015, 14:01
by Debadr
Thnak you @moakes. I was approaching to the solution but you give it to me before :) thank you. well for me [SOLVED]