Ignore:
Timestamp:
08/18/2015 12:33:49 AM (9 years ago)
Author:
Ken Moffat <ken@…>
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:
298fee30
Parents:
68d5b0e
Message:

Use $LXQT_PREFIX (can be /usr) in lxqt instead of forcing /opt/lxqt. I am not pleased by my ugly changes to the Final configuration part of the Post-Install instructions, but I think they will work and not do any harm.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/post-install.xml

    r68d5b0e r6073ef0  
    3131    <bridgehead renderas="sect4">Required</bridgehead>
    3232    <para role="required">
    33       <xref linkend="openbox"/> (runtime - reputedly, it may be replaced by
    34       another WM, e.g.  <xref linkend="xfwm4"/>, but this has not been tested
    35       for BLFS)
     33      <xref linkend="openbox"/> (runtime) - this may be replaced by
     34      another WM, see the Configuring instructions in <xref
     35      linkend="lxqt-session"/>.
    3636    </para>
    3737
     
    5959    </para>
    6060
    61 <screen role="root"><userinput>ln -svfn /opt/lxqt/share/lxqt /usr/share/lxqt &amp;&amp;
     61<screen role="root"><userinput>test -n "$LXQT_PREFIX" || exit
     62test $LXQT_PREFIX = /usr ||
     63ln -svfn $LXQT_PREFIX/share/lxqt /usr/share/lxqt &amp;&amp;
    6264
    63 for i in /opt/lxqt/share/applications/*
     65test $LXQT_PREFIX = /usr ||
     66for i in $LXQT_PREFIX/share/applications/*
    6467do
    6568  ln -svf $i /usr/share/applications/
Note: See TracChangeset for help on using the changeset viewer.