Ignore:
Timestamp:
06/24/2023 04:22:37 AM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
fccb7d3d
Parents:
5c25cbdc
Message:

More changes to lxqt desktop instructions.

File:
1 edited

Legend:

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

    r5c25cbdc r1c060d7  
    7272pathappend /opt/lxqt/lib/pkgconfig PKG_CONFIG_PATH
    7373pathappend /opt/lxqt/lib/plugins   QT_PLUGIN_PATH
    74 # End LXQt profile</literal>
     74
     75export CMAKE_PREFIX_PATH=$LXQT_PREFIX# End LXQt profile</literal>
    7576EOF
    7677
     
    100101
    101102    <para>
    102       Some packages from the KDE Frameworks5 bundle install files into D-Bus
    103       directories. In order to have D-Bus find those files, the easiest way is
    104       to create a symlink. Some packages may also install icons and desktop
    105       files. Since many packages use the <filename
    106       class="directory">/usr/share</filename> heirarchy, is is a good idea to
    107       create symlinks to avoid having multiple locations for these files.  Run
    108       the following commands as the &root; user:
    109     </para>
    110 
    111 <screen role="root"><userinput>source /etc/profile                                       &amp;&amp;
    112 install -v -dm755 /usr/share/lxqt
    113 ln -sfv /usr/share/lxqt                $LXQT_PREFIX/share &amp;&amp;
    114 ln -sfv /usr/share/applications        $LXQT_PREFIX/share &amp;&amp;
    115 ln -sfv /usr/share/icons               $LXQT_PREFIX/share &amp;&amp;
    116 ln -sfv /usr/share/desktop-directories $LXQT_PREFIX/share &amp;&amp;
    117 ln -sfv /usr/share/dbus-1              $LXQT_PREFIX/share</userinput></screen>
     103      Some packages from the KF5 bundle and lxqt packagesinstall files into
     104      files in /usr/share, but look in $LFS_PREFIX/share. In order to have
     105      applications find these files, create a symlink between these directories.
     106      Run the following commands as the &root; user:
     107    </para>
     108
     109<screen role="root"><userinput>source /etc/profile              &amp;&amp;
     110install -v -dm755   $LXQT_PREFIX &amp;&amp;
     111ln -sfv /usr/share  $LXQT_PREFIX</userinput></screen>
    118112
    119113<!--install -v -dm755                $LXQT_PREFIX/share/icons &amp;&amp;-->
     
    170164        </para>
    171165      </step>
    172 <!--
    173       <step>
    174         <para>
    175           Build <xref linkend="gtk2"/> and its required and recommended
    176           dependencies. GTK+2 is needed for <xref linkend="libfm"/>, and
    177           brings the <command>gtk-update-icon-cache</command> executable,
    178           which is needed by libqtxdg
    179         </para>
    180       </step>
    181 -->
     166
    182167      <step>
    183168        <para>
     
    217202            <xref linkend="pm-utils"/>,
    218203          </phrase>
     204
    219205          <xref linkend="polkit"/>,
    220206          <xref linkend="pulseaudio"/>, and
Note: See TracChangeset for help on using the changeset viewer.