Mattias,
Will try to implement this in next kiosk release.
Thanks
Search found 5478 matches
- 16 Aug 2022, 09:28
- Forum: Development
- Topic: Homepage query parameters combined with homepage_append
- Replies: 1
- Views: 28
- 11 Aug 2022, 13:36
- Forum: Tutorials/Q&A
- Topic: refresh browser scheduled
- Replies: 2
- Views: 40
refresh browser scheduled
Michael, You need to use this command: xdotool key F5 Sample: scheduled_action=Monday-13:00 Tuesday-13:00 Wednesday-13:00 Thursday-13:00 Friday-13:00 Saturday-13:00 Sunday-13:00 action:xdotool key F5; sleep 5h; xdotool key F5; sleep 4h; shutdown So the first refresh is scheduled at 13.00, second at ...
- 10 Aug 2022, 13:03
- Forum: Bug Reports
- Topic: Screen saver web page issue
- Replies: 7
- Views: 86
Screen saver web page issue
It could be also that the event is not fixed at all as Chrome 104.x is recent enough to not download any components. After a few months it may try and then the issue may be recreated ... If this is really the case then 'automatic updates' service (keeping Chrome updated) is the only way to have this...
- 10 Aug 2022, 10:54
- Forum: Bug Reports
- Topic: Screen saver web page issue
- Replies: 7
- Views: 86
Screen saver web page issue
cch, I was able to reproduce the issue. Seems its caused by the Chrome browser which generates as input event approx 50 seconds after first start (probably when checking for updated components like e.g. widevine plugin) and it breaks the idle time. If you want to reproduce this bug then its enough t...
- 09 Aug 2022, 17:57
- Forum: Bug Reports
- Topic: Screen saver web page issue
- Replies: 7
- Views: 86
Screen saver web page issue
Please provide your kiosk config (remove passwords, etc).
Thanks
Thanks
- 09 Aug 2022, 14:58
- Forum: Bug Reports
- Topic: Screen saver web page issue
- Replies: 7
- Views: 86
Screen saver web page issue
Hello cch,
1) Which browser are you using?
2) Please set the screensaver webpage to some static HTML like:
https://www.kernel.org
and check if you are able to recreate the problem.
Thanks
1) Which browser are you using?
2) Please set the screensaver webpage to some static HTML like:
https://www.kernel.org
and check if you are able to recreate the problem.
Thanks
- 03 Aug 2022, 08:01
- Forum: Development
- Topic: server: battery level
- Replies: 6
- Views: 297
server: battery level
I think you are right - will go with '+' only (visible when battery is charging).
Thanks
Thanks
- 02 Aug 2022, 15:52
- Forum: Tutorials/Q&A
- Topic: Setting system to use 24hr time
- Replies: 1
- Views: 69
Setting system to use 24hr time
Hello achard, I have done some testing on: http://www.uize.com/examples/digital-clock.html and system localization does not matter. Browser needs to be localized to a non US version. Polish localized Firefox displays a 24 hour format on this page. This could be done through the customized builds ser...
- 02 Aug 2022, 15:18
- Forum: Development
- Topic: server: battery level
- Replies: 6
- Views: 297
server: battery level
Dont want to introduce another column but maybe we could use '+' character as an indicator for charging and '-' for discharging?
Sample for charging would be:
+33%
What do you think?
Sample for charging would be:
+33%
What do you think?
- 25 Jul 2022, 12:12
- Forum: Bug Reports
- Topic: change brightness
- Replies: 6
- Views: 189
change brightness
Please provide an output of following command: for x in `ls -1 /sys/class/backlight`; do echo $((`cat /sys/class/backlight/$x/max_brightness`*23/100)) > /sys/class/backlight/$x/brightness; done If no error is displayed then please update number '23' to anything else and check if brightness changes o...
- 25 Jul 2022, 10:59
- Forum: Bug Reports
- Topic: change brightness
- Replies: 6
- Views: 189
change brightness
Michael,
Please provide an output of following command:
Thanks
Please provide an output of following command:
Code: Select all
for x in `ls -1 /sys/class/backlight`; do echo $x; cat /sys/class/backlight/$x/brightness; cat /sys/class/backlight/$x/max_brightness; done
- 15 Jul 2022, 04:59
- Forum: Users feedback
- Topic: server installed now what?
- Replies: 3
- Views: 189
server installed now what?
Perhaps you could use the kiosk system instead of thinclient?
Thanks
Thanks
- 14 Jul 2022, 13:54
- Forum: Tutorials/Q&A
- Topic: mapping hardware buttons?
- Replies: 11
- Views: 347
mapping hardware buttons?
Kiosk boots fast so you may consider using 'halt_idle=' function for maximum power savings.
Thanks
Thanks
- 14 Jul 2022, 06:56
- Forum: Tutorials/Q&A
- Topic: mapping hardware buttons?
- Replies: 11
- Views: 347
mapping hardware buttons?
Must be a driver problem.
Does MX Linux give you an opportunity to upgrade the kernel from their repos?
If yes then please test latest kernel version.
If it wont help then we cannot do anything about it I'm afraid (hardware change is needed).
Thanks
Does MX Linux give you an opportunity to upgrade the kernel from their repos?
If yes then please test latest kernel version.
If it wont help then we cannot do anything about it I'm afraid (hardware change is needed).
Thanks
- 13 Jul 2022, 19:20
- Forum: Users feedback
- Topic: server installed now what?
- Replies: 3
- Views: 189
server installed now what?
Hello cemenc, Server Basic should be used for monitoring of the clients only. See here for comparison of the versions: https://porteus-kiosk.org/server.html#pricing It has no ping nor SSH enabled. You still should be able to reach the server's SSL cert on the Basic version as explained here: https:/...