The pcmanfm-qt is a file manager and desktop icon manager (a Qt port of pcmanfm and libfm).
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
Download (HTTP): https://github.com/lxqt/pcmanfm-qt/releases/download/1.4.0/pcmanfm-qt-1.4.0.tar.xz
Download MD5 sum: c1dd6d90fce688064251c0c29ae765eb
Download size: 372 KB
Estimated disk space required: 14 MB
Estimated build time: 0.4 SBU
liblxqt-1.4.0, libfm-qt-1.4.0, and lxqt-menu-data-1.4.0
Gvfs-1.52.1 (runtime) and oxygen-icons-5.113.0 or another icon theme (depending on your choice, some icons will be missing in several places)
Install pcmanfm-qt by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_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