https://bugzilla.redhat.com/show_bug.cgi?id=1208582



--- Comment #17 from Rex Dieter <[email protected]> ---
Re: xvfb-run, comment #15

$ xvfb-run --help
Usage: xvfb-run [OPTION ...] COMMAND
Run COMMAND (usually an X client) in a virtual X server environment.
Options:
-a        --auto-servernum          try to get a free server number, starting
at
                                    --server-num
...
-n NUM    --server-num=NUM          server number to use (default: 99)
...

In short, replace:
Xvfb %{X_display} ...

with

xvfb-run -a ...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to