The pcmanfm-qt is a file manager and desktop icon manager (a Qt port of pcmanfm and libfm).
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://github.com/lxqt/pcmanfm-qt/releases/download/2.3.0/pcmanfm-qt-2.3.0.tar.xz
Download SHA256 Sum: 30ab4cc0f36aedd3f454cec2468d7b8a5820f12de1dd9e69d2e65d7299716d09
Download MD5 sum: cf8e4780a53203377be779d3c7112391
Download size: 6,120.2 KB
Estimated disk space required: 13,991.3 KB
Estimated build time: less than 1.0 SBU
Layer-shell-qt-6.5.2, liblxqt-2.3.0, libfm-qt-2.3.0, and lxqt-menu-data-2.3.0
Gvfs-1.56.1 (runtime) and oxygen-icons-6.0.0 or another icon theme (depending on your choice, some icons will be missing in several places)
If libLayerShellQtInterface.so is installed in /opt, help this
package find it. As the root user:
if [ -e /opt/kf6/lib/libLayerShellQtInterface.so -a \
! -e /usr/lib/libLayerShellQtInterface.so ]; then
ln -sv /opt/kf6/lib/libLayerShellQtInterface.so \
/usr/lib/libLayerShellQtInterface.so
fiPrepare pcmanfm-qt by running the following commands:
cmake -B build -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Releasecmake --build build
This package does not come with a test suite.
Now Install the package, as the root user:
cmake --install build
To make pcmanfm-qt easier to find in
menus, adjust the .desktop file. Again, as the root user:
sed -e '/Categories=/s/=/=System;FileTools;/' \
-e '/Name=/s/=.*/=File Manager PCManFM-Qt'/ \
-i /usr/share/applications/pcmanfm-qt.desktop