最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

bash - Running Chromium in kiosk mode as a service with permissions to webcam - Stack Overflow

programmeradmin2浏览0评论

I have an app that I need to open on boot to kiosk mode in chromium. The script works fine when run manually but through systemd the webcam is blank and never asks for any permissions. I have tried forcing the data dir to no avail. Below is my small script and systemd config.

I have tried to set default permission on the user in chromium but it never looks at the profile when run through systemd even though the user is correct.

#!/bin/bash 

# Function to launch Chromium in kiosk mode
launch_browser() {
    echo "
发布评论

评论列表(0)

  1. 暂无评论