Archived
2
0

added docker xfce4

This commit is contained in:
Craig 2020-04-21 20:00:39 +00:00
parent 28c87742f2
commit d451173cf0
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,11 @@
FROM nurdism/neko:base
#
# install xfce4
RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends xfce4;
#
# copy xfce4 conf and supervisord conf
COPY .docker/files/xfce4/supervisord.conf /etc/neko/openbox.xml
# COPY .docker/files/xfce4/xfconf /etc/neko/xfconf

View File

@ -0,0 +1,10 @@
[program:xfce4]
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
command=/usr/bin/xfce4-session
autorestart=true
priority=300
user=%(ENV_USER)s
stdout_logfile=/var/log/neko/xfce4.log
stdout_logfile_maxbytes=100MB
stdout_logfile_backups=10
redirect_stderr=true