Search found 5633 matches

by fanthom
13 Mar 2024, 06:26
Forum: Tutorials/Q&A
Topic: redirect mismatch between targets
Replies: 1
Views: 142

redirect mismatch between targets

Hello gnorpflorbsen, 1) Please disable whitelist and check if your app works OK then. 2) If yes then please setup a proxy server and configure your kiosk to use it. Track which connections are made by Chrome -> add them to the whitelist. (this should be also possible with Chrome Developer Tools but ...
by fanthom
29 Feb 2024, 05:31
Forum: Tutorials/Q&A
Topic: Porteus and domoticz on surface pro3 -Issue with touchscreen
Replies: 1
Views: 124

Porteus and domoticz on surface pro3 -Issue with touchscreen

Hello Rocky,

As far as I remember Surface Pro requires a 3rd party driver for the touch screen.

Please generate debug report in the wizard and send it to builds@porteus-kiosk.org so we can verify this.

Thanks
by fanthom
28 Feb 2024, 09:05
Forum: Tutorials/Q&A
Topic: Persistent storage options for Porteus Kiosk Mode
Replies: 1
Views: 145

Persistent storage options for Porteus Kiosk Mode

Hello William, You need to use: 1) 'persistence=full' kiosk parameter: https://porteus-kiosk.org/parameters.html#persistence 2) USB stick with hardware encryption build into the firmware. You can also use software encryption if you can enter the password manually during every kiosk boot. (automatic ...
by fanthom
27 Feb 2024, 14:20
Forum: Tutorials/Q&A
Topic: Firefox fullscreen
Replies: 8
Views: 245

Firefox fullscreen

Do not use a touchscreen for this particular config.

Thanks
by fanthom
24 Feb 2024, 05:39
Forum: Tutorials/Q&A
Topic: Porteus Kiosk on AMD Geode lx800
Replies: 1
Views: 135

Porteus Kiosk on AMD Geode lx800

Hello Portier,

32bit CPUs are no longer supported, it is explained here:
https://porteus-kiosk.org/news.html#160411

Thanks
by fanthom
21 Feb 2024, 19:37
Forum: Tutorials/Q&A
Topic: Firefox fullscreen
Replies: 8
Views: 245

Firefox fullscreen

I believe that any part of the Firefox UI allows you to drag the window under touch.

Tabs/bookmarks not but every pixel outside of them - yes.

Thanks
by fanthom
19 Feb 2024, 13:39
Forum: Tutorials/Q&A
Topic: Enable Chrome Developer Tools
Replies: 7
Views: 195

Enable Chrome Developer Tools

Any webpage other than you default webpage is good.
You can check it on e.g. youtube.com.

I doubt it will work then but no harm checking.
by fanthom
19 Feb 2024, 12:22
Forum: Tutorials/Q&A
Topic: Enable Chrome Developer Tools
Replies: 7
Views: 195

Enable Chrome Developer Tools

You are first reporting it so I doubt this is an openbox issue.

1) Have you tried on kernel.org?
2) Check if it works in VirtualBox maybe or some other PC
3) You may also install fresh 5.5.0 with no configuration except SSH and check if modifying $json manually allows you to open tools.


Thanks
by fanthom
19 Feb 2024, 12:15
Forum: Tutorials/Q&A
Topic: html local homepage
Replies: 1
Views: 121

html local homepage

davostof, 1) Easiest would be to place .zip archive on some web storage then use 'run_command=' parameter to download it to the kiosk and unpack to a desired folder. 2) You may also enable persistent partition: run_command=sh /opt/scripts/persistence then upload your files over SSH to e.g. /opt/stor...
by fanthom
19 Feb 2024, 12:03
Forum: Tutorials/Q&A
Topic: Enable Chrome Developer Tools
Replies: 7
Views: 195

Enable Chrome Developer Tools

1) Perhaps your 'browser_parameters=' have incorrect formatting, connect to the kiosk over SSH -> run: mcedit $json and manually change to:

Code: Select all

"DeveloperToolsAvailability": 1,
restart the browser.

2) If that does not help then check if dev tools open on kernel.org webpage.

It works for me.
by fanthom
19 Feb 2024, 07:18
Forum: Tutorials/Q&A
Topic: Looping a screensaver video
Replies: 2
Views: 148

Looping a screensaver video

Works for me.

Please do as follows:

1) swap the browser (not sure what you are using now)
2) check if video without sound loops correctly

Thanks
by fanthom
19 Feb 2024, 07:11
Forum: Tutorials/Q&A
Topic: Firefox fullscreen
Replies: 8
Views: 245

Firefox fullscreen

Dragging event is disabled on the window manager level (openbox).
It works OK for mouse dragging but fails for touch. Must be an openbox issue.

You will need to disable the bookmark bar I'm afraid.

Thanks
by fanthom
16 Feb 2024, 19:16
Forum: Tutorials/Q&A
Topic: Enable Chrome Developer Tools
Replies: 7
Views: 195

Enable Chrome Developer Tools

Jamie,

Please unblock relevant shortcut and start dev tools using it:
https://porteus-kiosk.org/faq.html#24

Thanks
by fanthom
13 Feb 2024, 08:54
Forum: Tutorials/Q&A
Topic: How to edit the config files and a few other basic questions
Replies: 1
Views: 211

How to edit the config files and a few other basic questions

Hello codeyell0, 1) You need to setup remote management and host your files somewhere (PK Server "Premium" is recommended): https://porteus-kiosk.org/faq.html#3 2) Session is cleared automatically unless you have persistence enabled: https://porteus-kiosk.org/parameters.html#persistence 3) You may c...
by fanthom
05 Feb 2024, 18:01
Forum: Bug Reports
Topic: 5.5.0 & Firefox - file not found?
Replies: 15
Views: 974

5.5.0 & Firefox - file not found?

I confirm this is a bug related to PXE boot + remote management.

Workaround: enable modesetting driver in the wizard before generating the PXE ISO (it will work OK then).

Thanks