Fix add button crashing rdairplay

This commit is contained in:
dave 2014-12-13 23:20:21 -08:00
parent 7632c9934b
commit 8957105bc6
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ After using the exact commands above, `docker ps` will show you what ports on th
Known Issues
============
* Clicking 'Add' on the rdairplay window created by default causes the window to close. After bringing up another window (through xterm), the button functions normally.
* Clicking 'Add' on the rdairplay window created by default causes the window to close. After bringing up another window (through xterm), the button functions normally. This *should* be fixed
* Apache occasionally needs a manual restart after the container is started. This *should* be fixed
Thanks to:

View File

@ -30,7 +30,7 @@ sleep 5
# Start gui apps
su -c "DISPLAY=:0 rdairplay &" rduser
su -c "cd /home/rduser; DISPLAY=:0 rdairplay &" rduser
su -c "DISPLAY=:0 jamin &" rduser
sleep 10