Changeset c6e23bd for x/dm/sddm.xml


Ignore:
Timestamp:
09/18/2015 02:52:45 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
60c7466
Parents:
2029b72
Message:

Update to sddm-0.12.0.
Update to ConsolKit2-1.0.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16423 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/sddm.xml

    r2029b72 rc6e23bd  
    99  -->
    1010
    11   <!ENTITY sddm-download-http "&sources-anduin-other-http;/sddm-&sddm-version;.tar.gz">
     11  <!ENTITY sddm-download-http "https://github.com/sddm/sddm/releases/download/v0.12.0/sddm-&sddm-version;.tar.xz">
    1212  <!ENTITY sddm-download-ftp  " ">
    1313  <!ENTITY sddm-md5sum        "e110a7683867400dc9484d4744fd41dd">
    14   <!ENTITY sddm-size          "4.6 KB">
    15   <!ENTITY sddm-buildsize     "18 MB">
    16   <!ENTITY sddm-time          "0.6 SBU ">
     14  <!ENTITY sddm-size          "3.7 KB">
     15  <!ENTITY sddm-buildsize     "11.4 MB">
     16  <!ENTITY sddm-time          "0.7 SBU ">
    1717]>
    1818
     
    122122
    123123    <para>
    124       By default, <application>SDDM</application> starts the X server with the
    125       parameter <parameter>-nolisten tcp</parameter>. If you need to remotely
    126       connect to X, this is undesirable. You can optionally remove this
    127       parameter by running:
    128     </para>
    129 
    130 <screen><userinput>sed -e '/nolisten/d' \
    131     -i src/daemon/XorgDisplayServer.cpp</userinput></screen>
    132 
    133     <para>
    134124      Install <application>SDDM</application> by running the following
    135125      commands:
     
    207197        characteristics. For example, if Xorg is installed in /opt, use your
    208198        preferred editor as the <systemitem class="username">root</systemitem>
    209         user to replace the <emphasis>ServerPath</emphasis> default value by
    210         <emphasis>/opt/xorg/bin/X</emphasis>. Or, as the <systemitem
     199        user to replace the <emphasis>ServerPath</emphasis> and
     200        <emphasis>XauthPath</emphasis> default paths by
     201        <emphasis>/opt/xorg/bin/</emphasis>. Or, as the <systemitem
    211202        class="username">root</systemitem> user, issue
    212203      </para>
    213204
    214 <screen role="root"><userinput>sed -e 's|/usr/bin/X|/opt/xorg/bin/X|' \
     205<screen role="root"><userinput>sed -e '/ServerPath/ s|usr|opt/xorg|' \
     206    -e '/XauthPath/  s|usr|opt/xorg|' \
    215207    -i.orig /etc/sddm.conf</userinput></screen>
    216208
     
    249241      </para>
    250242
    251 <screen role="root"><userinput>cat &gt; /etc/pam.d/sddm &lt;&lt; "EOF"  &amp;&amp;
     243<screen role="root"><userinput>cat &gt; /etc/pam.d/sddm &lt;&lt; "EOF"
    252244<literal># Begin /etc/pam.d/sddm
    253245
     
    267259EOF
    268260
    269 cat &gt; /etc/pam.d/sddm-autologin &lt;&lt; "EOF" &amp;&amp;
     261cat &gt; /etc/pam.d/sddm-autologin &lt;&lt; "EOF"
    270262<literal># Begin /etc/pam.d/sddm-autologin
    271263
Note: See TracChangeset for help on using the changeset viewer.