Changeset 8a5e15b for x/dm/sddm.xml


Ignore:
Timestamp:
09/18/2023 04:47:45 PM (13 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
4490fe8b
Parents:
60f566d9
Message:

A few tweaks to ssdm config:

  • make change from /usr to opt/xorg "nodump"
  • make the removal of "-nolisten tcp" "nodump"
  • narrow the change from none to on to the "Numlock" line: otehrwise the comments about this option become incomprehensible: (e.g. "option can be on, off, or on")
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/sddm.xml

    r60f566d9 r8a5e15b  
    222222      </para>
    223223
    224 <screen role="root"><userinput>sed -i.orig '/ServerPath/ s|usr|opt/xorg|' /etc/sddm.conf</userinput></screen>
     224<screen role="nodump"><userinput>sed -i.orig '/ServerPath/ s|usr|opt/xorg|' /etc/sddm.conf</userinput></screen>
    225225
    226226      <para>
     
    242242      </para>
    243243
    244 <screen role="root"><userinput>sed -i 's/-nolisten tcp//' /etc/sddm.conf</userinput></screen>
     244<screen role="nodump"><userinput>sed -i 's/-nolisten tcp//' /etc/sddm.conf</userinput></screen>
    245245
    246246      <para>
     
    249249      </para>
    250250
    251 <screen role="root"><userinput>sed -i 's/none/on/' /etc/sddm.conf</userinput></screen>
     251<screen role="root"><userinput>sed -i '/Numlock/s/none/on/' /etc/sddm.conf</userinput></screen>
    252252
    253253      <para>
Note: See TracChangeset for help on using the changeset viewer.