Changeset 527f3db


Ignore:
Timestamp:
06/22/2019 04:58:51 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
adbf61f
Parents:
6a43232
Message:

Only create xsessions symlink in Plasma if not installed into /usr. Do the same for wayland sessions.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6a43232 r527f3db  
    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;">
    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

    r6a43232 r527f3db  
    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

    r6a43232 r527f3db  
    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.