Guy Sheffer

Results 785 comments of Guy Sheffer

No idea. I can point you to the name of the tool you are looking for. You need a "window manager". And one that is programmable.

Well, for a start running ``DISPLAY=:0 matchbox-keyboard`` from ssh works. Running it as demon does not. You could add it to the ``scripts/run_onepageos`` script. Or ``scripts/start_gui`` in the nightly builds

Closing if no answer

Thanks, if you want we can move this in to the discussions, there is a forum here now.

Hey, It depends how you want it to auto-start. The ``home/pi/scripts`` folder holds lots of useful scripts you can use. You could place it there. You will then need to...

``start_chromium_browser`` is using the bash shell interpreter, not python.You might need to add ``&`` so it forks the process. If you share the script it would help to understand what...

``start_chromium_browser`` starts the chromium browser, if you reboot the device its executed. That script only does https requests and does not actually do anything because the commands are commented out....

Yes you could kill chromium and start it.

Hey, 1. It says in the log there is an issue with ``fullapgeos.service`` which does not exist AFAIK in the [GUI module](https://github.com/guysoft/CustomPiOS/tree/devel/src/modules/gui). Can you provide: ``/etc/lightdm/lightdm.conf`` and ``/home/pi/scripts/start_gui`` And if...

You commented out the line ``` #/home/pi/scripts/run_onepageos ``` That script needs to be blocking. That is, it need to run endlessly. When it terminates you are redirected to the login...