The pcmanfm-qt is a file manager and desktop icon manager (a Qt port of pcmanfm and libfm).
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/lxqt/pcmanfm-qt/releases/download/2.4.0/pcmanfm-qt-2.4.0.tar.xz
MD5 校验和:68051ade13df176dcc267a7350059baa
大小:432 KB
预计所需磁盘空间:17 MB
预计构建时间:0.5 SBU
layer-shell-qt-6.6.5 for lxqt, liblxqt-2.4.0, libfm-qt-2.4.0, and lxqt-menu-data-2.4.0
Gvfs-1.60.1 (runtime) and oxygen-icons-6.1.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
fi
Install pcmanfm-qt by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
.. &&
make
This package does not come with a test suite.
Now, as the root user:
make install
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