Ignore:
Timestamp:
03/26/2017 05:38:09 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
d4bfff1f
Parents:
2eb903f
Message:

Enabled user session support in DBus (systemd only) and use real path for PID file and system socket, Added sed command to differentiate between Plasma sessions on Xorg and Wayland in display managers.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/plasma5/plasma-all.xml

    r2eb903f rf29eb8a  
    374374    </para>
    375375
     376    <para>If you intend to start <application>Plasma</application> using a
     377    display manager such as <xref linkend="sddm"/>, there will be two entries
     378    for <application>Plasma</application>, one for use with
     379    <application>Xorg</application>, and another for
     380    <application>Wayland</application>. Modify the
     381    <application>Xorg</application> entry with the following command, as the
     382    <systemitem class="username">root</systemitem> user, so that you can
     383    differentiate between the two:</para>
     384
     385<screen><userinput role="root">sed '/^Name=/s/Plasma/Plasma on Xorg/' -i /usr/share/xsessions/plasma.desktop</userinput></screen>
     386
     387
    376388  </sect2>
    377389
Note: See TracChangeset for help on using the changeset viewer.