{"id":22887167,"url":"https://github.com/electrostat-lab/pi-kiosk","last_synced_at":"2025-06-10T11:33:26.948Z","repository":{"id":104900598,"uuid":"471178320","full_name":"Electrostat-Lab/Pi-Kiosk","owner":"Electrostat-Lab","description":"Kiosk Script Enabler for Pi applications","archived":false,"fork":false,"pushed_at":"2022-08-09T11:46:39.000Z","size":83,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-16T12:46:50.337Z","etag":null,"topics":["electrostat-lab","exec","jar","kiosk-mode","lxde-desktop","pi-4b","raspios"],"latest_commit_sha":null,"homepage":"https://wiki.lxde.org/en/Main_Page","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Electrostat-Lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-17T23:50:35.000Z","updated_at":"2024-08-09T18:41:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"d23a4a70-000d-44e3-8af6-7fefcfb2c55a","html_url":"https://github.com/Electrostat-Lab/Pi-Kiosk","commit_stats":null,"previous_names":["electrostat-lab/pi-kiosk","software-hardware-codesign/pi-kiosk"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Electrostat-Lab%2FPi-Kiosk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Electrostat-Lab%2FPi-Kiosk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Electrostat-Lab%2FPi-Kiosk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Electrostat-Lab%2FPi-Kiosk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Electrostat-Lab","download_url":"https://codeload.github.com/Electrostat-Lab/Pi-Kiosk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Electrostat-Lab%2FPi-Kiosk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259066780,"owners_count":22800198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electrostat-lab","exec","jar","kiosk-mode","lxde-desktop","pi-4b","raspios"],"created_at":"2024-12-13T20:30:57.621Z","updated_at":"2025-06-10T11:33:26.839Z","avatar_url":"https://github.com/Electrostat-Lab.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":" \u003cimg src=\"https://user-images.githubusercontent.com/60224159/160303112-5e5850fc-52ba-4224-b845-575940b83a6b.png\" width=\"90\" height=\"90\"\u003e  \u003cimg src=\"https://user-images.githubusercontent.com/60224159/160303372-8e0cc14f-5de0-4993-9f66-a018581e70ff.png\" width=\"90\" height=\"90\"\u003e \n\n# Pi-Kiosk\nKiosk Script Enabler for Pi applications\n\n## The raspberry pi reference : \nhttps://www.raspberrypi.com/documentation/\n\n## To enable : \n\n1) Download this package.\n2) Edit the `Pi-Kiosk/autostart/autostart.sh` script to do what you want on starting up.\n3) Copy the package to `/home/pi/`.\n4) Start an lxterminal on the pi.\n5) Execute the install script and reboot : \n```bash\nsudo bash /home/pi/Pi-Kiosk/install/install.sh\nreboot\n```\n\n## To disable : \n- Execute the uninstall script and reboot : \n```bash\nsudo bash /home/pi/Pi-Kiosk/uninstall/uninstall.sh\nreboot\n```\n\n## Example for a javaFx fullscreen (immersion mode) application :\n```java\npackage sample;\n\nimport javafx.application.Application;\nimport javafx.fxml.FXMLLoader;\nimport javafx.scene.Parent;\nimport javafx.scene.Scene;\nimport javafx.stage.Stage;\n\n/**\n * Fullscreen Jfx application with disabled window exit listener.\n * \n * @author pavl_g.\n */\npublic class Main extends Application {\n\n    @Override\n    public void start(Stage primaryStage) throws Exception{\n        Parent root = FXMLLoader.load(getClass().getResource(\"sample.fxml\"));\n        primaryStage.setTitle(\"Hello World\");\n        primaryStage.setScene(new Scene(root));\n        primaryStage.setFullScreen(true);\n        primaryStage.setFullScreenExitHint(\"Welcome to the world !\");\n        primaryStage.setOnCloseRequest(event -\u003e {\n        });\n        primaryStage.show();\n    }\n    \n    public static void main(String[] args) {\n        launch(args);\n    }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectrostat-lab%2Fpi-kiosk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectrostat-lab%2Fpi-kiosk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectrostat-lab%2Fpi-kiosk/lists"}