Ignore:
Timestamp:
01/29/2019 04:41:39 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 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:
88057a1
Parents:
7dda4c9
Message:

Tweak KF5 and plasma for Python 3 use

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

File:
1 edited

Legend:

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

    r7dda4c9 r33c8b427  
    7171    <xref linkend="NetworkManager"/>,
    7272    <xref linkend="pulseaudio"/>,
    73     <xref linkend="python2"/>,
    7473    <xref linkend="qca"/>,
    7574    <xref linkend="taglib"/>, and
     
    246245exit
    247246
    248 cd /usr/share/xsessions/
    249 [ -e plasma.desktop ] || as_root ln -sfv $KF5_PREFIX/share/xsessions/plasma.desktop
    250 <!--
     247install -dvm 755 /usr/share/xsessions &amp;&amp;
     248cd /usr/share/xsessions/              &amp;&amp;
     249[ -e plasma.desktop ]                 ||
     250as_root ln -sfv $KF5_PREFIX/share/xsessions/plasma.desktop<!--
    251251cd $KF5_PREFIX/share/plasma/plasmoids
    252252
     
    394394    differentiate between the two:</para>
    395395
    396 <screen><userinput role="root">sed '/^Name=/s/Plasma/Plasma on Xorg/' -i /usr/share/xsessions/plasma.desktop</userinput></screen>
     396<screen role="root"><userinput>sed '/^Name=/s/Plasma/Plasma on Xorg/' -i /usr/share/xsessions/plasma.desktop</userinput></screen>
    397397
    398398
Note: See TracChangeset for help on using the changeset viewer.