Ignore:
Timestamp:
11/27/2021 07:05:47 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
00cb5039
Parents:
91977a4
git-author:
Pierre Labastie <pierre.labastie@…> (11/27/2021 06:37:11 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (11/27/2021 07:05:47 PM)
Message:

Fix xwayland and gdm for non xorg GNOME on sysv

  • create the /tmp/.X11-unix directory with permission 1777 using /etc/sysconfig/createfiles
  • add pam_loginuid.so as required in /etc/pam.d/gdm-launch-environment
  • ensure /etc/X11/xorg.conf.d exists after installing xwayland (both sysv and systemd)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gdm.xml

    r91977a4 r6c6b4190  
    138138    </para>
    139139
    140 <screen revision="sysv"><userinput>sed 's@systemd@elogind@' -i data/pam-lfs/gdm-launch-environment.pam &amp;&amp;
     140<screen revision="sysv"><userinput>sed -e 's@systemd@elogind@'                                \
     141    -e '/elogind/isession  required       pam_loginuid.so' \
     142    -i data/pam-lfs/gdm-launch-environment.pam &amp;&amp;
    141143
    142144mkdir build &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.