Remove left-over parameters for blackbox for compatibility with other WMs.

develop
Icedream 2015-11-04 23:23:34 +01:00
parent 39f5ec1ec0
commit bfb0ff154b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ module.exports = class XWindowManagerService extends services.Service
if err
throw new Error "Dependency xvfb failed."
proc = spawn xwmBinPath, [ "-rc", "/dev/null" ],
proc = spawn xwmBinPath, [],
stdio: ['ignore', 'pipe', 'pipe']
detached: true
env: