Page 1 of 1

2 issues

Posted: 20 Mar 2018, 14:09
by Dale.Zastoupil
I'm attempting to setup the latest Kiosk version 4.6. I'm having 2 issues I can't quite get around. Everything else has worked really well.

1. The Intranet site I'm using for the main purpose of this site downloads a TIFF image after a search. There appears to be some security setting that isn't allowing that TIFF image to be opened. That and I'm not sure there is a TIFF viewer installed. I saved a copy of a sample TIFF file on one of my webservers. I pointed to the path of the TIFF file and it won't open. So I need to figure out how to get the browser to open TIFF files.

2. I don't care whether I'm running FF or Chrome. But I need to get an auto login function to said website to work. I've turned off the private mode like I read in the manual. When logging into the website I am prompted to save a password. But when I logout and back in again, it doesn't appear to let me auto login. Not sure what I'm missing.

2 issues

Posted: 20 Mar 2018, 17:19
by Dale.Zastoupil
I was able to figure out how to get a TIFF view installed. Using Chrome on my PC, the plugin does work. But on the Kiosk, I get "Is Blocked" error.

The address bar shows data:image/png;base64, (followed by long string)

I added in the Whitelist a "data:image" section. But that didn't fix it. If I could just get past this point, I think I'm done!

BTW, this is what I added in for a Chrome extension:
"ExtensionInstallWhitelist": [ "fciggfkkblggmebjbekbebbcffeacknj",],
"ExtensionInstallForcelist": [ "fciggfkkblggmebjbekbebbcffeacknj;https://clients2.google.com/service/update2/crx",],

2 issues

Posted: 20 Mar 2018, 17:20
by Dale.Zastoupil
Oh, and the next time I changed private mode off and password enabled, it worked. So I got past that point.

2 issues

Posted: 20 Mar 2018, 17:32
by fanthom
Hi Dale,

1) Try this maybe:

Code: Select all

whitelist=data:image/png*

2) Not sure if your website allows for auto logins. Please follow this Q/A and test on this forum (works for me):
http://porteus-kiosk.org/faq.html#18

BTW: please post kiosk related queries in kiosk section of the forum only.

Added in 1 day 16 hours 30 minutes 13 seconds:
Just checked and these parameters allows me to view TIFF files in Chrome:

1) in 'browser_preferences=' file:

Code: Select all

"ExtensionInstallWhitelist": [ "fciggfkkblggmebjbekbebbcffeacknj",],
"ExtensionInstallForcelist": [ "fciggfkkblggmebjbekbebbcffeacknj;https://clients2.google.com/service/update2/crx",],
2) Whitelist parameter:

Code: Select all

whitelist=domain.com domain2.com data:*
Thanks

2 issues

Posted: 22 Mar 2018, 14:05
by Dale.Zastoupil
There is still something blocking me from those TIFF's. I have the chrome-policies.txt file with only your text. Here is the rest of my file:

connection=wired
dhcp=yes
browser=chrome
managed_bookmarks=https://securepa.ndcourts.gov http://www.ndcourts.gov http://publicseach.ndcourts.gov
dpms_idle=60
homepage=https://securepa.ndcourts.gov
hostname=jud-public54
session_idle=60
persistence=full
password_manager=yes
browser_preferences=http://admin.ndcourts.gov/porteus/chrome-policies.txt
printer_connection=lpd://10.8.155.35/queue
printer_model=HP LaserJet 4000
printer_name=IT DZ HP4015
disable_private_mode=yes
root_password=print
volume_level=0%
timezone=America/Chicago
vnc_interactive=yes
vnc_password=courtvnc
whitelist=data:image/png* www.ndcourts.gov https://securepa.ndcourts.gov publicsearch.ndcourts.gov ndlshc.ndcourts.gov
additional_components=09-x11vnc.xzm uefi.zip 10-printing.xzm

2 issues

Posted: 22 Mar 2018, 14:10
by Dale.Zastoupil

2 issues

Posted: 22 Mar 2018, 15:44
by fanthom
You still have:

Code: Select all

whitelist=data:image/png*
as per my last post you should have:

Code: Select all

whitelist=data:*
Thanks

2 issues

Posted: 22 Mar 2018, 16:13
by Dale.Zastoupil
Success! I could have sworn I tried that.

Last question. Is there a way to have it not remember the form data that is filled? Or at least clear it out when the session restarts? Either would do.

Thanks.

2 issues

Posted: 22 Mar 2018, 16:28
by fanthom
If you want to remember just the website login credentials and nothing else then you'll need a customized build for this:
http://porteus-kiosk.org/builds.html

Pros:
- private mode can be enabled
- full persistence is not needed

Cons:
- login credentials are hardcoded in the ISO

This would be recommended setup for public kiosks.

2 issues

Posted: 22 Mar 2018, 16:43
by Dale.Zastoupil
OK, thanks. I'll check with my manager and see if that is an issue or not to warrant a custom build.

I appreciate the help. We'll probably give your product a test. If all goes well, I'm sure we'll be paying for some copies.