Summary: | gnome-system-log cant open display on Wayland | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Tomas Pelka <tpelka> |
Component: | mutter | Assignee: | Florian Müllner <fmuellner> |
Status: | CLOSED WONTFIX | QA Contact: | Desktop QE <desktop-qa-list> |
Severity: | medium | Docs Contact: | Jana Heves <jsvarova> |
Priority: | unspecified | ||
Version: | 7.5 | CC: | fmuellner, jkoten, mboisver, mclasen, rstrode |
Target Milestone: | rc | Flags: | jsvarova:
needinfo?
(rstrode) |
Target Release: | 7.8 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Known Issue | |
Doc Text: |
*gnome-system-log* does not work on *Wayland*
Currently, when logged in a *Wayland* session, the root user is not allowed to access the user's Xwayland display. As a consequence, running the *gnome-system-log* utility in terminal does not display system log files.
To work around this problem, run the following *xhost* server access control program as follows:
$ xhost +si:localuser:root
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-13 20:01:48 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Bug Depends On: | |||
Bug Blocks: | Red Hat1738389 |
Description
Tomas Pelka
2018-01-23 12:55:17 UTC
that's because we don't allow root to access the user's Xwayland display. running: $ xhost +si:localuser:root would probably fix it. mutter could presumably fix it with an XAddHost call. Probably going to miss 7.5 at this point. |