File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ This file is just placeholder for creating content in /usr/bin/X/ directory.
2+
3+ The directory is used to trick display-manager.service (script) to think that
4+ xorg-x11-server is installed. If the directory is not existing the above
5+ script/service ends with error reporting status=6/NOTCONFIGURED. We want to
6+ use Wayland (only), there is no sense in installing X11 server too. As it is
7+ not mentioned as direct dependency in any gnome and wayland related packages
8+ and kind of dependency happens only due to that check, we trick it by creating
9+ the directory.
10+
11+ This is status at time of initial Wayland / GNOME Shell deployment in Agama's
12+ live iso. If the check is removed in the future feel free to drop whole
13+ /usr/bin/X from the image.
Original file line number Diff line number Diff line change 148148 <!-- xorg-x11-server is needed even in wayland system. It doesn't
149149 need to run, but has to be present due to some dependencies in
150150 some scripts -->
151- <package name =" xorg-x11-server" />
152151 <package name =" patterns-base-basesystem" />
153152 <package name =" patterns-gnome-gnome" />
154153 <package name =" gnome-kiosk" />
155- <package name =" gnome-session-wayland" />
156154
157155 <package name =" psmisc" />
158156 <package name =" joe" />
You can’t perform that action at this time.
0 commit comments