mirror of https://github.com/icedream/ts3bot.git
Remove left-over parameters for blackbox for compatibility with other WMs.
parent
39f5ec1ec0
commit
bfb0ff154b
|
@ -29,7 +29,7 @@ module.exports = class XWindowManagerService extends services.Service
|
||||||
if err
|
if err
|
||||||
throw new Error "Dependency xvfb failed."
|
throw new Error "Dependency xvfb failed."
|
||||||
|
|
||||||
proc = spawn xwmBinPath, [ "-rc", "/dev/null" ],
|
proc = spawn xwmBinPath, [],
|
||||||
stdio: ['ignore', 'pipe', 'pipe']
|
stdio: ['ignore', 'pipe', 'pipe']
|
||||||
detached: true
|
detached: true
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue