mirror of
https://github.com/mikenye/docker-picard.git
synced 2026-04-18 20:54:05 +02:00
* 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:
14
rootfs/startapp.sh
Executable file
14
rootfs/startapp.sh
Executable 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
|
||||
Reference in New Issue
Block a user