mirror of
https://github.com/mikenye/docker-picard.git
synced 2026-04-18 13:54:03 +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
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
# Start dbus
|
|
dbus-daemon --config-file=/usr/share/dbus-1/system.conf --print-address --nofork |