Ignore:
Timestamp:
08/31/2017 03:29:49 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
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:
f3e9c22e
Parents:
a822cb5
Message:

LXQt applications:

  • change links to github
  • tag
  • update to obconf-qt-0.11.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/qterminal.xml

    ra822cb5 r575062a  
    3636    </para>
    3737
    38     &lfs80_checked;
     38    &lfs81_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    154154                    /usr/share/doc/qterminal-&qterminal-version;/pdf</userinput></screen>
    155155
     156<!-- See for obconf-qt:
    156157    <para>
    157158      If <xref linkend="lxqt-l10n"/> is not installed in <filename
     
    167168      Note that the above instruction works only if <envar>LXQT_PREFIX</envar>
    168169      has been set as explained in <xref linkend="lxqt-pre-install"/>.
    169     </para>
     170    </para>-->
     171
     172    <para>
     173      If you installed in /opt, again as the
     174      <systemitem class="username">root</systemitem> user:
     175    </para>
     176
     177<screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
     178  ln -svf $LXQT_PREFIX/share/applications/qterminal.desktop \
     179          /usr/share/applications
     180  ln -svf $LXQT_PREFIX/share/applications/qterminal_drop.desktop \
     181          /usr/share/applications
     182fi</userinput></screen>
    170183
    171184  </sect2>
Note: See TracChangeset for help on using the changeset viewer.