Fix Issue #29 (#30)

* Attempt to fix issue #29
* Add dbus-x11 (issue #29)
* Add --disable-gpu to chrome
* Generate /etc/machine-id
* Fix /etc/machine-id
* Add --disable-software-rasterizer to chrome
* Implement dbus
* Reduce chromium-browser log-level
This commit is contained in:
Mike
2020-11-04 13:52:31 +08:00
committed by GitHub
parent 017a173b36
commit b5276a39cd
4 changed files with 28 additions and 2 deletions

14
rootfs/startapp.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env sh
#shellcheck shell=sh
set -xe
# Set homedir to /config to capture all configuration
HOME=/config
export HOME
# Unlock Chromium profile
rm -rf /config/xdg/config/chromium/Singleton*
# Launch picard
/usr/local/bin/picard