sesman.ini: Update Xorg path for CentOS 8

Closes #1646.
This commit is contained in:
Koichiro IWAO 2020-08-03 10:37:07 +09:00
parent 396b8ce890
commit 00dca40bf8
No known key found for this signature in database
GPG Key ID: 03993B4065E7193B
1 changed files with 3 additions and 1 deletions

View File

@ -75,13 +75,15 @@ SyslogLevel=DEBUG
[Xorg]
; Specify the path of non-suid Xorg executable. It might differ depending
; on your distribution and version. The typical path is shown as follows:
; on your distribution and version. Find out the appropreate path for your
; environment. The typical path is known as follows:
;
; Fedora 26 or later : param=/usr/libexec/Xorg
; Debian 9 or later : param=/usr/lib/xorg/Xorg
; Ubuntu 16.04 or later : param=/usr/lib/xorg/Xorg
; Arch Linux : param=/usr/lib/Xorg
; CentOS 7 : param=/usr/bin/Xorg or param=Xorg
; CentOS 8 : param=/usr/libexec/Xorg
;
param=Xorg
; Leave the rest paramaters as-is unless you understand what will happen.