Search found 5322 matches
- 02 Mar 2021, 19:37
- Forum: Development
- Topic: Need an easy button for a post-install on screen keyboard
- Replies: 6
- Views: 1788
Need an easy button for a post-install on screen keyboard
Hello jimjunkdude, "Would this custom build also work with update subscription?" Yes "How much time could one reasonably expect to get from a deployment before having to wipe and reload the kiosk hardware?" I think you meant the "kiosk software"? If updates are enabled then you never update the soft...
- 12 Feb 2021, 07:37
- Forum: Tutorials/Q&A
- Topic: Can I force an update without having automatic updates enabled?
- Replies: 1
- Views: 130
Can I force an update without having automatic updates enabled?
You need to remaster the ISO yourself (upgrade what's needed in it) or wait for a public kiosk release.
Thanks
Thanks
- 11 Feb 2021, 08:31
- Forum: Tutorials/Q&A
- Topic: Touchscreen Monitors
- Replies: 1
- Views: 96
- 11 Feb 2021, 08:30
- Forum: Tutorials/Q&A
- Topic: Porteus kiosk server SSH
- Replies: 1
- Views: 88
Porteus kiosk server SSH
"Is possible set the SSH/VNC from console"
You cant - you need to reinstall the server (keep persistent partition unformatted to preserve your configs, files, etc).
Thanks
You cant - you need to reinstall the server (keep persistent partition unformatted to preserve your configs, files, etc).
Thanks
- 09 Feb 2021, 06:16
- Forum: Tutorials/Q&A
- Topic: Install porteus Kiosk server
- Replies: 1
- Views: 102
Install porteus Kiosk server
We use opensource VMware tools:
https://packages.gentoo.org/packages/ap ... n-vm-tools
They are installed by default in the server "Premium".
Thanks
https://packages.gentoo.org/packages/ap ... n-vm-tools
They are installed by default in the server "Premium".
Thanks
- 09 Feb 2021, 06:14
- Forum: Users feedback
- Topic: Porteus Kiosk Server
- Replies: 3
- Views: 117
Porteus Kiosk Server
beginner,
Its possible to add, delete and edit files over SSH.
However - it makes no sense as after kiosk reboot all your changes will be reverted.
Thanks
Its possible to add, delete and edit files over SSH.
However - it makes no sense as after kiosk reboot all your changes will be reverted.
Thanks
- 07 Feb 2021, 09:55
- Forum: Users feedback
- Topic: porteus kiosk
- Replies: 2
- Views: 128
porteus kiosk
Hello beginner,
Kiosk is read-only and has no package manager integrated (it would be pointless on a read-only system).
You can upgrade it by re-installation with a new ISO or by signing to kiosk's 'automatic updates' service.
Thanks
Kiosk is read-only and has no package manager integrated (it would be pointless on a read-only system).
You can upgrade it by re-installation with a new ISO or by signing to kiosk's 'automatic updates' service.
Thanks
- 07 Feb 2021, 09:51
- Forum: Users feedback
- Topic: Porteus Kiosk Server
- Replies: 3
- Views: 117
Porteus Kiosk Server
Hello beginner,
Only PK Server "Premium" can have the SSH access enabled.
The password is the one which you set in the installation wizard.
Thanks
Only PK Server "Premium" can have the SSH access enabled.
The password is the one which you set in the installation wizard.
Thanks
- 04 Feb 2021, 07:55
- Forum: Tutorials/Q&A
- Topic: installing chrome extension
- Replies: 3
- Views: 168
installing chrome extension
Parameter orders does not matter.
However - if you double parameters in the GLOBAL (or PCID) section then only first one will be used by the system.
Thanks
However - if you double parameters in the GLOBAL (or PCID) section then only first one will be used by the system.
Thanks
- 28 Jan 2021, 09:37
- Forum: Tutorials/Q&A
- Topic: installing chrome extension
- Replies: 3
- Views: 168
installing chrome extension
Hello dbacig, You can add extensions to Chrome using kiosk remote config and Chrome policies (through our 'browser_preferences=' parameter) as explained here: [Solved] Adding extensions to Chrome Mind this will work only for kiosks with private mode disabled. In some cases you will also need to enab...
- 25 Jan 2021, 21:55
- Forum: User's modifications to the Kiosk ISO
- Topic: HP Printer don't work
- Replies: 1
- Views: 111
HP Printer don't work
Hello Lokha, 'HP LaserJet Pro MFP m125ra' printer requires proprietary plugin to work: https://developers.hp.com/hp-linux-imaging-and-printing/binary_plugin.html You can add it yourself by customizing the ISO: https://porteus-kiosk.org/kiosk-customization.html or you can buy a customized kiosk build...
- 20 Jan 2021, 09:19
- Forum: Users feedback
- Topic: Porteus Kiosk als Banking LiveCD mit Drucker
- Replies: 1
- Views: 189
Porteus Kiosk als Banking LiveCD mit Drucker
Hello Copro,
Our parameters did not changed so they should work in the new kiosk version.
Thanks
Our parameters did not changed so they should work in the new kiosk version.
Thanks
- 06 Jan 2021, 18:23
- Forum: Tutorials/Q&A
- Topic: external links not working
- Replies: 3
- Views: 758
external links not working
Hello kontaminierer, 1) Two webpages you have provided must be redirecting to some other URLs and you need to whitelist final URLs. I see that "https://hilfe.onleihe.de/" redirects to "https://hilfe.onleihe.de/site/on" so you must whitelist "https://hilfe.onleihe.de/site/on". I cant access "https://...
- 16 Dec 2020, 09:46
- Forum: Tutorials/Q&A
- Topic: how to Change the citrix Keyboard Layout (default) to Spanish
- Replies: 5
- Views: 402
how to Change the citrix Keyboard Layout (default) to Spanish
Yes - please remaster the ISO and add this file to a separate module (e.g. own-changes.xzm)
Thanks
Thanks
- 15 Dec 2020, 06:35
- Forum: Tutorials/Q&A
- Topic: how to Change the citrix Keyboard Layout (default) to Spanish
- Replies: 5
- Views: 402
how to Change the citrix Keyboard Layout (default) to Spanish
Hello mteixido, You could use 'run_command=' parameter to change the layout in the wfclient.ini file: https://porteus-kiosk.org/parameters.html#run_command Sample: run_command=sed -i 's|KeyboardLayout=(User Profile)|KeyboardLayout=Spanish|' /home/guest/.ICAClient/wfclient.ini Or maybe it would be ea...