Bug 143530 - [XvfbDriver] Regular expression used to match running X servers fails on Fedora 22.
Summary: [XvfbDriver] Regular expression used to match running X servers fails on Fedo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Alberto Lopez Perez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-08 12:41 PDT by Carlos Alberto Lopez Perez
Modified: 2015-04-08 14:13 PDT (History)
7 users (show)

See Also:


Attachments
Patch (8.19 KB, patch)
2015-04-08 13:09 PDT, Carlos Alberto Lopez Perez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2015-04-08 12:41:04 PDT
Fedora 22 not longer sets the display number on the command line arguments to the X server.

$ ps -eo comm,command|grep Xorg
/usr/libexec/Xorg vt2 -displayfd 3 -auth /run/user/1000/gdm/Xauthority -nolisten tcp -background none -noreset -keeptty -verbose 3

According to the Xorg documentation, if no display is specified it will default to :0.0
Comment 1 Carlos Alberto Lopez Perez 2015-04-08 13:09:22 PDT
Created attachment 250380 [details]
Patch
Comment 2 WebKit Commit Bot 2015-04-08 14:13:40 PDT
Comment on attachment 250380 [details]
Patch

Clearing flags on attachment: 250380

Committed r182566: <http://trac.webkit.org/changeset/182566>
Comment 3 WebKit Commit Bot 2015-04-08 14:13:46 PDT
All reviewed patches have been landed.  Closing bug.