Changeset 2d6d791 for lxqt/desktop


Ignore:
Timestamp:
06/07/2024 10:00:46 PM (3 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
02be53d8
Parents:
87a677a
Message:

Add a helper for pcmanfm-qt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/pcmanfm-qt.xml

    r87a677a r2d6d791  
    9090
    9191    <para>
     92      If libLayerShellQtInterface.so is installed in /opt, help this
     93      package find it.  As the &root; user:
     94    </para>
     95
     96<screen><userinput>if [   -e /opt/kf6/lib/libLayerShellQtInterface.so -a \
     97     ! -e /usr/lib/libLayerShellQtInterface.so ]; then
     98
     99    ln -sv /opt/kf6/lib/libLayerShellQtInterface.so \
     100           /usr/lib/libLayerShellQtInterface.so
     101fi</userinput></screen>
     102
     103
     104
     105
     106    <para>
    92107      Install <application>pcmanfm-qt</application> by running the following
    93108      commands:
Note: See TracChangeset for help on using the changeset viewer.