From d8ec03694d7ec9d6b6fe088fe12ecb6302877d8c Mon Sep 17 00:00:00 2001 From: Craig Date: Tue, 21 Apr 2020 19:59:46 +0000 Subject: [PATCH] docker firefox update --- .docker/files/firefox/Dockerfile | 3 +- .docker/files/firefox/openbox.xml | 763 +++++++++++++++++++++++++ .docker/files/firefox/supervisord.conf | 5 +- 3 files changed, 766 insertions(+), 5 deletions(-) create mode 100644 .docker/files/firefox/openbox.xml diff --git a/.docker/files/firefox/Dockerfile b/.docker/files/firefox/Dockerfile index 0ef34a5..544bbd5 100644 --- a/.docker/files/firefox/Dockerfile +++ b/.docker/files/firefox/Dockerfile @@ -1,4 +1,4 @@ -FROM nurdism/neko:base +FROM nurdism/neko:openbox # # install firefox-esr @@ -20,3 +20,4 @@ COPY .docker/files/firefox/supervisord.conf /etc/neko/supervisord/firefox.conf COPY .docker/files/firefox/neko.js /usr/lib/firefox-esr/mozilla.cfg COPY .docker/files/firefox/autoconfig.js /usr/lib/firefox-esr/defaults/pref/autoconfig.js COPY .docker/files/firefox/policies.json /usr/lib/firefox-esr/distribution/policies.json +COPY .docker/files/firefox/openbox.xml /etc/neko/openbox.xml diff --git a/.docker/files/firefox/openbox.xml b/.docker/files/firefox/openbox.xml new file mode 100644 index 0000000..0e73a07 --- /dev/null +++ b/.docker/files/firefox/openbox.xml @@ -0,0 +1,763 @@ + + + + + + + + 10 + 20 + + + + + + no + true + yes + normal + + + + + yes + + no + + yes + + no + + 200 + + no + + + + + Smart + +
yes
+ + Primary + + 1 + +
+ + + Clearlooks + NLIMC + + yes + yes + + sans + 8 + + bold + + normal + + + + sans + 8 + + bold + + normal + + + + sans + 9 + + normal + + normal + + + + sans + 9 + + normal + + normal + + + + sans + 9 + + bold + + normal + + + + sans + 9 + + bold + + normal + + + + + + + 1 + 1 + + + + 875 + + + + + yes + Nonpixel + + Center + + + + + 10 + + 10 + + + + + + + 0 + 0 + 0 + 0 + + + + TopLeft + + 0 + 0 + no + Above + + Vertical + + no + 300 + + 300 + + Middle + + + + + C-g + + + + leftno + + + rightno + + + upno + + + downno + + + leftno + + + rightno + + + upno + + + downno + + + 1 + + + 2 + + + 3 + + + 4 + + + + + + + + + + + + + + + + + + + + scrot -s + + + + + + + + + + + + + + + + + + + + + + + + yesyes + + + + + + + + + + + + right + + + + + left + + + + + up + + + + + down + + + + + + + + true + Konqueror + + kfmclient openProfile filemanagement + + + + + scrot + + + + + 1 + + 500 + + 400 + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + previous + + + next + + + previous + + + next + + + previous + + + next + + + + + + + + + + + + + + no + + + + + + + + + + + yes + + + + + + + + + + + + + + + + + + + + + + + + + + + top + + + + + + left + + + + + + right + + + + + + bottom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + vertical + + + horizontal + + + + + + + + + + + + + + + + + previous + + + next + + + + previous + + + next + + + previous + + + next + + + + + + + + + + + + + + + + + + + + previous + + + next + + + previous + + + next + + + + + + + + + + + menu.xml + 200 + + no + + 100 + + 400 + + yes + + yes + + + + + + + +
diff --git a/.docker/files/firefox/supervisord.conf b/.docker/files/firefox/supervisord.conf index 312ef88..8eb9dcc 100644 --- a/.docker/files/firefox/supervisord.conf +++ b/.docker/files/firefox/supervisord.conf @@ -8,7 +8,4 @@ user=%(ENV_USER)s stdout_logfile=/var/log/neko/firefox-esr.log stdout_logfile_maxbytes=100MB stdout_logfile_backups=10 -redirect_stderr=true -stderr_logfile=/var/log/neko/firefox-esr.err.log -stderr_logfile_maxbytes=100MB -stderr_logfile_backups=10 \ No newline at end of file +redirect_stderr=true \ No newline at end of file