Changeset b8edcab8


Ignore:
Timestamp:
07/31/2015 08:45:01 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
02a729a
Parents:
ca37000
Message:
  • LXQt: some rewording for the sed command explanations suggested by Douglas. Closes #5683.

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rca37000 rb8edcab8  
    4848        <para>July 31th, 2015</para>
    4949        <itemizedlist>
     50          <listitem>
     51            <para>[fernando] - LXQt: some rewording for the sed command
     52            explanations suggested by Douglas. Closes
     53            <ulink url="&blfs-ticket-root;5683">#5683</ulink>.</para>
     54          </listitem>
    5055          <listitem>
    5156            <para>[fernando] - Update to  stunnel-5.22. Fixes
  • lxqt/desktop/desktop.xml

    rca37000 rb8edcab8  
    1717
    1818  <para>
    19     LXQt is an extremely fast-performing and energy-saving desktop environment. 
     19    LXQt is an extremely fast-performing and energy-saving desktop environment.
    2020  </para>
    2121
  • lxqt/desktop/liblxqt.xml

    rca37000 rb8edcab8  
    3131
    3232    <para>
    33       The <application>liblxqt</application> contains the core utility library 
     33      The <application>liblxqt</application> contains the core utility library
    3434      for all <application>LXQt</application> components.
    3535    </para>
     
    9292    </para>
    9393
    94 <screen><userinput>sed -e '/lxqtnotification.h/ i #include &lt;QObject&gt;' \ 
     94<screen><userinput>sed -e '/lxqtnotification.h/ i #include &lt;QObject&gt;' \
    9595    -i lxqtnotification.cpp &amp;&amp;
    9696
     
    122122
    123123    <para>
    124       <command>sed -e ...</command>: Fixes heads, starting with Qt5-5.5.
     124      <command>sed -e ...</command>: Fixes heads for Qt5-5.5.
    125125    </para>
    126126
  • lxqt/desktop/lxqt-config.xml

    rca37000 rb8edcab8  
    118118
    119119    <para>
    120       <command>sed -e ...</command>: Fixes heads, starting with Qt5-5.5.
     120      <command>sed -e ...</command>: Fixes heads for Qt5-5.5.
    121121    </para>
    122122
  • lxqt/desktop/lxqt-notificationd.xml

    rca37000 rb8edcab8  
    124124
    125125    <para>
    126       <command>sed -e ... src/notification.cpp</command>: Fixes heads, for KF5.
     126      <command>sed -e ... src/notification.cpp</command>: Fixes heads for KF5.
    127127    </para>
    128128
    129129    <para>
    130       <command>sed -e ... config/basicsettings.cpp</command>: Fixes heads, starting with Qt5-5.5.
     130      <command>sed -e ... config/basicsettings.cpp</command>: Fixes heads for
     131      Qt5-5.5.
    131132    </para>
    132133
  • lxqt/desktop/lxqt-panel.xml

    rca37000 rb8edcab8  
    144144
    145145    <para>
    146       <command>sed ...</command>: Fixes heads, for KF5.
     146      <command>sed ...</command>: Fixes heads for KF5.
    147147    </para>
    148148
  • lxqt/desktop/lxqt-runner.xml

    rca37000 rb8edcab8  
    121121
    122122    <para>
    123       <command>sed ...</command>: Fixes heads, for KF5.
     123      <command>sed ...</command>: Fixes heads for KF5.
    124124    </para>
    125125
  • lxqt/desktop/lxqt-session.xml

    rca37000 rb8edcab8  
    120120
    121121    <para>
    122       <command>sed ...</command>: Fixes heads, for KF5.
     122      <command>sed ...</command>: Fixes heads for KF5.
    123123    </para>
    124124
  • lxqt/desktop/pcmanfm-qt.xml

    rca37000 rb8edcab8  
    137137        </seg>
    138138        <seg>
    139           /opt/lxqt/include/libfm-qt and /opt/lxqt/share/{libfm-qt,pcmanfm-qt} 
     139          /opt/lxqt/include/libfm-qt and /opt/lxqt/share/{libfm-qt,pcmanfm-qt}
    140140        </seg>
    141141      </seglistitem>
  • lxqt/desktop/pre-install.xml

    rca37000 rb8edcab8  
    2727    <para>
    2828      Some variables need to be defined in your system profile, as the
    29       <systemitem class="username">root</systemitem> user: 
     29      <systemitem class="username">root</systemitem> user:
    3030    </para>
    3131
Note: See TracChangeset for help on using the changeset viewer.