mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
Fix firefox is unable to launch
This commit is contained in:
parent
6ce9dc1525
commit
7b3ef9b71e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ user=ubuntu
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
stopsignal=QUIT
|
stopsignal=QUIT
|
||||||
environment=DISPLAY=":1"
|
environment=DISPLAY=":1",HOME="/home/ubuntu"
|
||||||
stdout_logfile=/var/log/lxsession.log
|
stdout_logfile=/var/log/lxsession.log
|
||||||
stderr_logfile=/var/log/lxsession.err
|
stderr_logfile=/var/log/lxsession.err
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue