Changeset 529638d


Ignore:
Timestamp:
06/22/2019 05:08:08 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
802fac7c
Parents:
af8f9a3a
Message:

Merge to HEAD 21716.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    raf8f9a3a r529638d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day; elogind">
    9 <!ENTITY releasedate  "June 21st, &year;">
     9<!ENTITY releasedate  "June 22nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    raf8f9a3a r529638d  
    4242    </listitem>
    4343    -->
     44     <listitem>
     45      <para>June 22nd, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Only create xsessions symlink in Plasma if not installed
     49          into /usr. Do the same for wayland sessions.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>June 21st, 2019</para>
  • kde/plasma5/plasma-all.xml

    raf8f9a3a r529638d  
    259259done &lt; plasma-&plasma5-version;.md5
    260260
    261 exit
    262 
    263 install -dvm 755 /usr/share/xsessions &amp;&amp;
    264 cd /usr/share/xsessions/              &amp;&amp;
    265 [ -e plasma.desktop ]                 ||
    266 as_root ln -sfv $KF5_PREFIX/share/xsessions/plasma.desktop<!--
     261exit</userinput></screen>
     262
     263    <para>
     264      If you did not set <envar>$KF5_PREFIX</envar> to
     265      <filename>/usr</filename>, create symlinks to allow display managers to
     266      find <application>Plasma</application>:
     267    </para>
     268
     269<screen><userinput>as_root install -dvm 755 /usr/share/xsessions              &amp;&amp;
     270cd /usr/share/xsessions/                                   &amp;&amp;
     271[ -e plasma.desktop ]                                      ||
     272as_root ln -sfv $KF5_PREFIX/share/xsessions/plasma.desktop &amp;&amp;
     273as_root install -dvm 755 /usr/share/wayland-sessions       &amp;&amp;
     274cd /usr/share/wayland-sessions/                            &amp;&amp;
     275[ -e plasma.desktop ]                                      ||
     276as_root ln -sfv $KF5_PREFIX/share/wayland-sessions/plasma.desktop<!--
    267277cd $KF5_PREFIX/share/plasma/plasmoids
    268278
Note: See TracChangeset for help on using the changeset viewer.