Bug 1509822
Summary: | GNOME Wayland cannot be launched due to OnlyShowIn in org.gnome.Shell.desktop | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | fujiwara <tfujiwar> |
Component: | gnome-session | Assignee: | Ray Strode [halfline] <rstrode> |
Status: | CLOSED DUPLICATE | QA Contact: | Desktop QE <desktop-qa-list> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.5 | CC: | fmuellner, jkoten, mclasen, ofourdan, tpelka |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-13 20:58:32 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: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1482140 |
Description
fujiwara
2017-11-06 07:19:59 UTC
No, I don't think this is correct, the issue is that gnome-session changes DesktopNames to be "GNOME on Wayland" (using a wide scope sed in the spec file), that causes all desktop files to fail on GNOME on Wayland. The DesktopNames should remain "GNOME" even on Wayland. Try changing /usr/share/wayland-sessions/gnome-wayland.desktop and replace "DesktopNames=GNOME on Wayland" with "DesktopNames=GNOME", log out. log in and magically gsd deamons will start, gnome-control-center panels will show, etc. OK, I see. Reverting gnome-wayland.desktop fixes this problem. --- /usr/share/wayland-sessions/gnome-wayland.desktop.orig +++ /usr/share/wayland-sessions/gnome-wayland.desktop @@ -180,4 +180,4 @@ Exec=gnome-session TryExec=gnome-session Icon= Type=Application -DesktopNames=GNOME on Wayland +DesktopNames=GNOME Transferring to gnome-session. *** This bug has been marked as a duplicate of bug 1510391 *** |