Ignore:
Timestamp:
07/10/2023 11:39:23 PM (12 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
5ecd157
Parents:
cff158f
Message:

Install lxqt in /usr unconditionally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/lxqt-session.xml

    rcff158f ra16dff43  
    8888    </para>
    8989
    90 <screen><userinput>sed -e '/TryExec/s|=|='$LXQT_PREFIX'/bin/|' \
     90<screen><userinput>sed -e '/TryExec/s|=|='/usr'/bin/|' \
    9191    -i xsession/lxqt.desktop.in &amp;&amp;
    9292
     
    9595
    9696cmake -DCMAKE_BUILD_TYPE=Release          \
    97       -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
     97      -DCMAKE_INSTALL_PREFIX=/usr \
    9898      ..       &amp;&amp;
    9999
     
    116116
    117117    <para>
    118       <command>sed -e '/TryExec/s|=|='$LXQT_PREFIX'/bin/|' -i xsessions/lxqt.desktop.in</command>:
     118      <command>sed -e '/TryExec/s|=|='/usr'/bin/|' -i xsessions/lxqt.desktop.in</command>:
    119119      If using a display manager, the full path of the <quote>TryExec</quote>
    120120      directive has to be given so that the <application>LXQt</application>
     
    139139      in this context (with <xref linkend="lxqt-config"/>) <xref
    140140      linkend="openbox"/> is better.  The configuration file
    141       <filename>$LXQT_PREFIX/share/lxqt/windowmanagers.conf</filename> comes with many
     141      <filename>/usr/share/lxqt/windowmanagers.conf</filename> comes with many
    142142      examples of Window Managers and the ones which are installed will appear
    143143      in a drop down list of <command>lxqt-config-session</command>. For the
    144144      ones not included in
    145       <filename>$LXQT_PREFIX/share/lxqt/windowmanagers.conf</filename>, you can use the
     145      <filename>/usr/share/lxqt/windowmanagers.conf</filename>, you can use the
    146146      <command>lxqt-config-session</command> "search" button, e.g. for <xref
    147147      linkend="fluxbox"/>, navigating through the file system until you can
Note: See TracChangeset for help on using the changeset viewer.